There is nothing fundamentally wrong with a monolith, and a well-architected monolith with well-structured code with separation of concerns serves its purpose quite well. If Amazon Prime’s experience proves anything, it is that when the granularity of services is too fine, complexity and costs skyrocket.
One size does not fit all: neither cloud nor on-prem
Anchoring your architecture to having some servers running 24/7 is not how things are done in the cloud.
Some thoughts on the latest LastPass fiasco
Employers are rightfully paranoid about corporate secrets being compromised by bad actors. Some of the worst data breaches were caused by employees. Employees, however, should be equally paranoid about their personal secrets being compromised for the same reasons. If corporate secrets can be leaked due to a colleague's mistake or malfeasance, so can your personal data entrusted to your employer.
Comparing AWS SQS, SNS, and Kinesis: A Technical Breakdown for Enterprise Developers
Queuing is a critical component of software architecture, and choosing the right system for your cloud-native enterprise application is crucial. In this blog post, we'll compare Amazon Simple Queue Service(SQS), Amazon Simple Notification Service (SNS), and Amazon Kinesis, exploring their strengths and weaknesses to help you determine which queuing system is best suited for your use case.
Should today’s developers worry about AI code generators taking their jobs?
Until AI can take a complex running system that integrates thousands of libraries, APIs, business rules, and domains, work with thousands of users and understand their needs, I think your job is safe.
Working from home works as well as any distributed team
A blanket statement like "Elon Musk Eliminated Remote Work Because Working From Home "Doesn't Work"" is a logical fallacy in a modern work environment. "Work from home" is not inherently different from "remote work," which in turn is no different from "distributed teams." If working from home doesn't work, then neither do remote work or distributed teams.
If we stop feeding the monster, the monster will die
I believe Musk when he says that Twitter usage is at an all-time high: “And … we just hit another all-time high in Twitter usage lol,” the tech mogul tweeted late Thursday. Earlier, Musk had tweeted, “The best people are staying, so I’m not super worried.” He is right to be not “super worried.” People are … Continue reading If we stop feeding the monster, the monster will die
Why I am a poll worker since 2020
I encourage my followers in the US not only to make sure they are registered to vote and exercise their right to vote every election cycle; but also consider working at the polls. Take a day off from work, spend 15 hours helping your own neighbors exercise their right to vote. I am confident that just like me, you’ll find it extremely rewarding.
Why you should question the “database per service” pattern
I am not a fan of the database per service model. The correct pattern for the database model in a cloud-native environment is a data abstraction layer that hides the underlying database mechanics while allowing for transactions that span multiple services. The services should not know the architecture of the database, nor should they orchestrate their transactions.
Book review: Clojure for the Brave and True
LISP is used in university computer science programs as a language to teach some of the most critical concepts in computer science. Most graduates don't end up using LISP for a living, despite some incredible niche applications of the language, such as deep space exploration. Likewise, learning Clojure and its concepts will make you a better programmer, even if you don't end up using it for your projects.
You must be logged in to post a comment.