How Vue Handles Reactivity
Bridging The Gap Between The Designers and Developers
How to detect code smells and refactor our codebase to a cleaner and leaner code!
Building Flexible and Maintainable Systems for Long-Term Success
Efficient Memory Management for enhancing the performance
Unleashing the Power of JavaScript Proxy: A Dive into Customizing Object Operations
A Guide To Deliver Working Software Effectively With More Agility!
A Guide To Enhance Your Vue3 Application Using Script Setup.
Unlike Windows and Mac, Linux does not support touchpad gestures correctly, and to use some of the built-in gestures of Windows, we may need to do some tricks
Initialize and implement an Angular i18n Application. A guide to how to implement multilingual applications with Angular using Transloco! Including lazy loading translation.
Throughout history, to rule over people, a lot of ideologies have been introduced and used by governments and organizations. It costs far less for them to control us instead of preparing an environment where human beings can live freely and happily.
Compared to earlier, life has become more complex nowadays. Although technology has helped ease our life, the amount of data we have been involved in has increased tremendously, and this may lead us to lose our focus on a single area of expertise.
What does it mean to be a responsible person indeed? How can you say you are a responsible person or not, and how you can improve it
API-First Approach ensures that you are building your software on a design based on the APIs that satisfy the stakeholder's desires and needs.
Initialize a Next.js application and then implement dark/light theme toggle for it using context hook and TailwindCSS
One of the amazing features that Angular provides is the interceptors, but what does an Interceptor do, and can we implement multiple of them in our Angular project?
Programming is a teamwork job so we must assure that our codebase is clean and usable for everyone in the team with the team culture and the best practices.
Forms are major parts of every Angular project and in this article, we want to implement a Reactive Angular form with a custom and dynamic validator.
A deep dive into the world of filter(), map(), and reduce() methods in JavaScript. In JavaScript, we have these three methods as a part of the Array.prototype method, but what are the differences between them, and what do they exactly do? So letβs dive into them!
Unlike Windows or macOS, which provides us with great touchpad gestures, Linux does not. So let's implement touchpad gestures and configure them together.
API blueprint is a powerful high-level API design language for web APIs.
Sometimes called a fake API, A Mock API is when you build an API that returns the desired data. Still, it is not your actual API, and it all has been simulated for some use cases.