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.
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…
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…
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 …
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…
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…