Sebastian Sellmair from JetBrains recently showed off a prototype of hot-reloading Compose UI code for deploying changes without rebuilding the project. It looks exciting and I want it to succeed. At the same time, I’ve learned to be cautiously optimistic about hot-reload solutions. The dream of hot-reloadable android code is old — and frankly, cold. […]
DevOps feedback loops are game-changers for software quality in 2024. Here’s what you need to know: DevOps teams deploy 200x more often and fix issues 24x faster than traditional methods 61% of companies report improved product quality with DevOps Customer satisfaction jumps 50% with DevOps practices DevOps companies are 23% more profitable DevOps vs Standard […]
Swift offers many different built-in ways to iterate over collections (such as arrays, sets, and dictionaries) — the most basic of which being for loops, which let us run a piece of code for each element that was found within a given collection. For example, here we’re looping through an array of names, and we’re […]