A major issue databases face is trying to make large amount of combined data available to users while not locking records. A properly normalized database can sometimes make this even more difficult, if the dataset requested is a combination of many tables. If the request is slow, you can face record-locking issues as well as […]
Continuous Deployment for Production Releases?
For smaller businesses, responsible deployment is difficult. Generally it is a series of local tests, a test on a remote server and then locally building it and pushing it to another server via sFTP or some other method. People often use “Continuous Integration” in their check-ins to a development branch, where it runs the site […]
Azure Websites – the perfect Angular host
The Azure Static Website might sound like a chunk of space on an Apache server that you FTP an angular site to, but it’s far more than that. What they’ve actually done may seem like overkill, but I’ve really come to be impressed. The first thing is, it’s not a static website. This is actually […]
- 1
- 2
- 3
- …
- 20
- Next Page »