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