Web dev feed
Here you will find shorter posts about Web Development, past projects, successes, lessons learnt, our services and future plans.
If you are looking for longer, more detailed thought provoking posts then check out our blog posts.
Silence isn't golden, it's the sound of a failing project.
Picture this: the big demo is 48 hours away. The product owner asks, “How’s feature X?” The room goes quiet, and you can almost hear the timeline slipping. When it comes to delivery, no news is bad ne…
Automate it once, or do it forever.
Some tasks can feel like déjà vu. How many times have you set up a project, created and sent invoices, or run deployment scripts? These tiny tasks only take a few minutes, but you do them again, and a…
Your tests aren't flaky... they're broken. Fix them!
We’ve all encountered that one test that usually passes, but sometimes, for no obvious reason, flashes red. Same code, different result. Rerun and it’s magically green again. That isn’t “your tests be…
Sometimes you just need a slingshot, not a rocket launcher.
When you hear Django + React or Django + Vue , you might immediately picture a split architecture, i.e., having a separate frontend app, a separate backend service, and an API sitting in the middle. T…
If you don’t test it, you’re just hoping it works.
Testing is not something extra. It’s not a bonus. 👉 Testing is an important part of the work. When you write a web application without tests, you can’t be confident that it works: 🚩You’re hoping that …
A single layer of defense is like wearing armor with no pants… still vulnerable.
When you secure a web application, you shouldn’t pour all your efforts into just one layer, whether it’s the network, the frontend, the backend, authentication, etc. Modern threats cannot be stopped w…
Too few logs? You're clueless. Too many? You're lost.
Ever tried finding out what went wrong with no logs? It’s like trying to find a needle in a haystack in total darkness. While trying the same thing with too many logs is like reading a lengthy saga, t…