Why you should code your infrastructure
Have trouble documenting your infrastructure? Infrastructure as code might be the solution you are looking for.
Have trouble documenting your infrastructure? Infrastructure as code might be the solution you are looking for.
MongoDB supports full-text search. The word stemming, which it uses under the hood, may be quite useful in some cases. However, MongoDB FTS has a non-obvious limitation, which can leave you confused while producing empty search results instead of errors.
Once considered a dying programming language, PHP has undergone a massive transformation in recent years, evolving into a powerful and modern web development tool.
Listen to this new Pulse podcast episode on technical debt where Jonas and Andreas discuss managed vs unmanaged debt, legacy code, code rot and give some tips on how to work with technical debt in any given circumstances.
Microservices are a very popular architectural approach — maybe too popular! Here's why it might not be ideal for your organization.
Do you deploy every day? Your team probably should. Here's why.
On one of our projects, users complained about a performance issue. They were experiencing loading spinners and timeouts when using the application. When we evaluated the infrastructural setup, we concluded that we had to change it completely. This was challenging since the application consisted of many moving parts and databases....
“Wait, what? Cloud Run is serverless!” I hear you shout in confusion as you jump out of your chair. Well, give me a chance to explain because, apparently, this is not something that has been tried before. At least it’s not well documented online, as I am sure your...
Should you start from scratch or invest time to refactor your application? * The concepts explained: software rewrite, starting from scratch, and refactoring * When should you create software from scratch? * Making the decision: How to decide to rewrite or refactor? * How to get started with refactoring? Software rewrite vs. starting from...