Best PHP Code Review Practices
Let's be honest, code reviews can sometimes feel a bit tedious. But they're absolutely essential for creating PHP applications that work…
Sharing our knowledge on great software development and architecture.
Let's be honest, code reviews can sometimes feel a bit tedious. But they're absolutely essential for creating PHP applications that work…
Interaction to Next Paint - new favourite UX metric? Have you ever experienced the frustration of clicking a button on a website and being…
The right tools are crucial for PHP developers aiming to enhance code quality and maintainability. Static analysis tools are the unsung…
A 100-millisecond delay in website load time can lower conversion rates by 7%. In the fast-paced digital world, this statistic highlights…
If you are a developer using a Mac, finding alternatives like OrbStack to optimize Docker performance might be a priority. Docker allows you…
Queueing in multi-tenant SaaS systems is often introduced to improve the overall platform stability, improve the user experience and scale…
Creating intuitive user experiences is at the heart of web development. One feature that significantly enhances user interaction is drag and…
Angular's Reactive Forms module is a powerful tool. It allows for the creation of dynamic, data-driven forms, enhancing both flexibility and…
As a passionate developer, I've been thrilled to witness PHP, the widely celebrated server-side scripting language, evolve over two decades…
In my previous blog post, I explained how to create your own angular tooltip directive without using any third-party component libraries…
Tooltips may seem insignificant, shy, and sometimes neglected. But they are real superheroes of many user interfaces. And like superheroes…
The strangler pattern is a common approach to rewriting, modernizing and migrating existing (legacy) software to a new approach/solution…