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
117 reads
We look at problems in different ways and Steve notes this can help or hinder us in software development.
2024-12-09
117 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
83 reads
What is a distributed monolith vs. a microservice architecture? Steve has a few thoughts today.
2024-12-06
150 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
88 reads
Today Steve wonders how many software developers use separate connections for reads and writes in their application.
2024-11-13
113 reads
Ignoring technical debt can cause no shortage of problems for companies. Today Steve has a recent example of this.
2024-10-21
153 reads
The executives at CrowdStrike testify before the US Congress, noting their software development process needs work.
2024-10-11
158 reads
How simple should software development be? Steve notes it can be simple, but not too simple.
2024-10-09
172 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
411 reads
By Steve Jones
It’s that time of the month, and I’m late. My apologies. I had a...
By Chris Yates
For decades, enterprises have approached data management with the same mindset as someone stuffing...
Truncate Table Pitfalls Truncating a table can be gloriously fast—and spectacularly dangerous when used carelessly....
Comments posted to this topic are about the item The Improvement Limit
Comments posted to this topic are about the item Migrate SSRS Reports to a...