-
As Angular evolves, so do its best practices and approaches. One of the latest advancements in Angular is the introduction of standalone components, which simplifies module management and promotes component reusability. With this new paradigm, itβs crucial to understand how to effectively perform unit testing to ensure our applications remain... [Read More]
-
Clean Coding and SOLID Principles with Python Refactoring Examples
In the ever-evolving world of software development, writing clean, maintainable, and scalable code is paramount. [Read More] -
Creating a Capacitor NFCPlugin
Capacitor, a cross-platform native runtime by the Ionic team, allows you to create hybrid iOS, Android, and web applications with a single codebase. [Read More] -
Creating a Docker Image for Angular applications
Docker is a powerful tool that allows developers to package applications and their dependencies into a portable container [Read More] -
Mastering Progressive Web Apps: The Expert Guide
How to create a simple Progressive Web App (PWA)
Progressive Web Apps (PWAs) represent the future of web development, offering users an app-like experience directly through their web browsers. [Read More] -
Using Redux Architectures in Angular Applications
How Redux works and what are the advantages of using a Redux Store as a data layer
Redux is a predictable state container for JavaScript apps, commonly used with React but also applicable to other frameworks like Angular. [Read More] -
How to integrate Auth0 into a React application with an Express.js backend
Part One: Integrate Auth0 in the react application and authenticate users
Auth0 is a great tool and SaaS platform for identity and userβs management. Letβs discuss how to integrate it in our application. [Read More] -
Redux files generator plugin for VSCode
This is an Angular 2 Redux files generator that I developed a long time ago in the context of a project, for my needs. [Read More] -
Programming Angular Architectures
Angular applications are a great innovation in web development. They allow for a better architecture and separation of concerns, when it comes to managing your files. [Read More]