Logo
Login
Tech Posts 31382
100daysofcode 100daysofdevops 100pay 10mistakes 10yearworkanniversary 11 11labs 11tly 11ty 127001

Dev Blog A constructive and inclusive blog for software developers. With you every step of your journey.

Built with modern PHP and MySQL. Open source software that powers developer blogs and other inclusive communities.

Made with love and PHP. Dev Blog © 2024.

The Next Generation of Dynamic Component

Préambule Before anything else, I want to clarify that Angular has not changed its way of dynamically creating components. The API has evolved, and what will be shown and explained in this a...
01.04.2025 0 Read More

How to Get Better Technical Answers from Claude Using Your Own Documentation

How to Get Better Technical Answers from Claude Using Your Own Documentation
If you're enjoying this article and have a Medium subscription, I'd greatly appreciate if you'd open and read it there — your support helps me continue creating quality content like this!Update: New...
01.04.2025 0 Read More

🚀 Diferencias entre *ngIf y ngSwitch en Angular

Cuando trabajamos con Angular en la capa de presentación (HTML), es común necesitar mostrar u ocultar elementos dinámicamente según una condición. Para esto, Angular nos proporciona dos estructur...
01.04.2025 0 Read More

🚀 Optimización y mejora de rendimiento en Angular con Change Detection y OnPush

📌 Introducción: ¿Por qué es importante la optimización? Cuando creamos aplicaciones en Angular, el rendimiento puede verse afectado si no manejamos correctamente el cambio de estado de...
01.04.2025 0 Read More

Optimizing Angular Change Detection with OnPush: Skipping Subtrees for Performance

Master Angular’s OnPush strategy to build faster, more efficient apps. Learn how to skip unnecessary checks, use Signals for reactivity, and apply real-world best practices with minimal boilerplate...
01.04.2025 0 Read More

Gérer le CRUD sur une liste de données avec Angular ? Voici l’outil que me manquait[FR]

Gérer le CRUD sur une liste de données avec Angular ? Voici l’outil que me manquait[FR]
C'est l'outil que j'aurais aimé avoir pour ne plus perdre de temps à gérer les actions sur une liste de données avec Angular.Le but est de pouvoir appliqué facilement des actions CRUD sur une ent...
02.04.2025 0 Read More

Angular Addicts #36: Angular 19.2, Angular week at Nx, Accessibility testing & more

Angular Addicts #36: Angular 19.2, Angular week at Nx, Accessibility testing & more
...
03.04.2025 0 Read More

🚀 Virtual Scroll en Angular: ¡Carga listas infinitas sin perder rendimiento!

🧐 ¿Qué es Virtual Scroll? Virtual Scroll es una técnica de renderizado en la que solo se dibujan los elementos visibles en pantalla en lugar de cargar toda la lista en el DOM. 📌 Ben...
03.04.2025 0 Read More

Getting Started with Angular Signals: A Beginner’s Guide Part 1

Angular is evolving, and one of its most exciting new features are Signals. Signals offer a fresh approach to reactive programming by providing a simpler, more efficient way to manage and track state ...
03.04.2025 0 Read More

A simpler Angular component inheritance

Related to this documentation in Angular website:https://angular.dev/guide/components/inheritanceSimplifying inheritance by removing the need for: having a constructor in the parent just for common de...
05.04.2025 0 Read More
Loading...
#reading
Deep Learning and Its Programming Applications
0
Building a Simple To-Do List App with Python (Beginner Project)
0
20 Fullstack Project Ideas That Will Land You a Job in 2025
0
GitHub Copilot - Methods, modes, and Models: Which one is the best?
0
Building a Rock-Solid Testing Framework at Bynry:
0
#popular
Mastering OpenAI’s new Agents SDK & Responses API [Part 1]
0
Beginner's Guide to the Model Context Protocol (MCP)
0
What is Model Context Protocol (MCP): Explained in detail
0
A Step-by-Step Guide to Install DeepSeek-V3-0324 Locally
0
The Great AI Agent Protocol Race: Function Calling vs. MCP vs. A2A
0