Why Would You Do That?
We look at problems in different ways and Steve notes this can help or hinder us in software development.
2024-12-09
96 reads
We look at problems in different ways and Steve notes this can help or hinder us in software development.
2024-12-09
96 reads
This week there was a headline that said "Open Source Software Powers 96% of Modern Applications, New Study Finds" and if you stopped reading there, you might think, hey, it's not in the apps I work on. Or you might think that because you use OSS software, most of the world also does. Microsoft, Oracle, […]
2024-12-07
74 reads
What is a distributed monolith vs. a microservice architecture? Steve has a few thoughts today.
2024-12-06
120 reads
Building software can be hard and lots of people have tried various methodologies to improve the way their teams work. Steve notes a lot of the process is the same, but he has a preference.
2024-12-04
68 reads
Today Steve wonders how many software developers use separate connections for reads and writes in their application.
2024-11-13
97 reads
Ignoring technical debt can cause no shortage of problems for companies. Today Steve has a recent example of this.
2024-10-21
136 reads
The executives at CrowdStrike testify before the US Congress, noting their software development process needs work.
2024-10-11
137 reads
How simple should software development be? Steve notes it can be simple, but not too simple.
2024-10-09
152 reads
All developers hit the problem of how and where to store and set their configuration, profile, or initial data. A long time ago, it was generally decided that simple text files containing key/values were best, stored with the application. After all, you are relying on being able to entice busy people to get the permanent settings right for their requirements, folks who are generally not interested in your elegant computer science constructs. Not only that, but the settings must be parsed very quickly and efficiently, otherwise a process that uses the tool will slow to a crawl.
2024-10-04
Stored procedures can be poorly written, but Steve prefers them over embedded code.
2024-09-20
322 reads
By Steve Jones
Redgate Monitor is growing to include more than just Microsoft SQL Server monitoring. We...
By Steve Jones
Experience is overrated. Most breakthrough accomplishments were done by people doing them for the...
By Brian Kelley
As you begin the new year, if you don't already have time set aside...
So we have local sp in which remote table is udpated.this remote query part...
So we have local sp in which remote table is udpated.this remote query part...
Hi, in my environment planning to create Replicas concept for Azure Managed Instance....
What formats of API endpoints can the Data API Builder present to clients when exposing the database?
See possible answers