Feeling trapped in a US cloud? - It’s time to take action
Dear person who is not in the community of software developers but is, in one way or another, responsible for your organisation’s most im...Read more at jimmynilsson.com ↗It's all servers in the end
When Amazon launched EC2 in 2006, it changed the world. Before that, we either had our own servers or hosted them in a co-location data c...Read more at raniz.blog ↗Don’t round twice
When debugging what seemed to be a rounding error, I learned a surprising thing about the way .NET round decimal values.Read more at markuseliasson.se ↗Performance of static Rust with MUSL
I like Rust. If you've spoken about programming with me for more than a few sentences you're probably aware of that. One of the many feat...Read more at raniz.blog ↗Implementing Durable Entities in Kotlin
This series explores how to implement Durable Entities in Kotlin, which are stateful objects that manage their own state and enable seaml...Read more at nizar.se ↗Supply Chain Security Risks in Static Sites
Static sites are perceived as more secure than their dynamic counterparts due to their simplicity and lack of server-side components. How...Read more at nizar.se ↗Continuous Integration and development flow
Continuous Integration, sometimes referred to as Trunk Based Development, is a development methodology where everyone integrates their wo...Read more at raniz.blog ↗Don't write code, generate it
A while back, I got fed up with writing code. Not writing code in general, mind you, but I did face a situation where I needed to write a...Read more at programmaticallyspeaking.com ↗Guide Comments
Code comments is a subjective topic in a world of collaboration. What is superfluous for some might be helpful for others. Personally, I ...Read more at markuseliasson.se ↗