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.

Design Patterns Every Angular Developer Should Know

New developers might not consider how the code will handle future changes or how easily it can be reused, expanded, or maintained. In the worst-case scenario, developers might even need to completely ...
24.03.2025 0 Read More

Ng-News 25/12: Nx Angular Week, Deprecation PR *ngIf/For/Switch

Ng-News 25/12: Nx Angular Week, Deprecation PR *ngIf/For/Switch
Nx showcased their Angular support during the "Angular Week" including testing tools, architectural rules, and official Rspack integration. Meanwhile, a new PR proposes deprecating *ngIf, *ngFor, and ...
24.03.2025 0 Read More

Mastering Angular's New Control Flow with TypeScript Code Examples

With the introduction of Angular v17, the framework brings a new control flow syntax that replaces *ngIf, *ngFor, and *ngSwitch with @if, @for, and @switch. This makes Angular templates more readable,...
25.03.2025 0 Read More

🚀 Angular 19+: New Features & Code Examples You Need to Know!

Angular 19 brings powerful improvements to performance, server-side rendering, reactivity, and security. Let’s explore the most significant updates, complete with code snippets to help you integrate...
25.03.2025 0 Read More

Guards en Angular: Protegiendo nuestras rutas

En Angular, los guards (guardianes) son una herramienta clave para controlar el acceso a rutas dentro de una aplicación. Nos permiten definir reglas que determinan si un usuario puede o no navegar a ...
25.03.2025 0 Read More

Getting Rid of Boilerplate in Angular: Using TypeScript Decorators

Every Angular developer has wondered at least once: "Why am I writing so much repetitive code?" Dependency injection, recurring logging methods, uniform event handling—all of it feels like an endles...
25.03.2025 0 Read More

State Management in Angular with NgRx: A Complete Guide

Introduction Managing state in large Angular applications can become challenging. This is where NgRx comes in! NgRx is a state management library based on the Redux pattern, designed specific...
26.03.2025 0 Read More

Building Your Own RAG System: Enhancing Claude with Your 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!In the prev...
26.03.2025 0 Read More

Common Security Vulnerabilities in Angular Applications and How to Fix Them

In this article, we’ll explore common security issues in Angular applications, how attackers exploit them, and how to secure your code. 1. Cross-Site Scripting (XSS) XSS occurs when an appli...
26.03.2025 0 Read More

Descubre los Servicios en Angular: Potencia tu Aplicación como un Pro

Cuando trabajamos con Angular, una de las mejores formas de mantener nuestro código limpio, organizado y reutilizable es a través de los servicios. En este artículo, te explicaré qué son, cómo u...
26.03.2025 0 Read More
Loading...
#reading
In-depth review of PDF to Word conversion - ComPDFKit Conversion SDK V3.0
0
Always Be Refactoring
0
smartfolds.nvim — My First Plugin, My First Build in Public
0
How do GANs balance generator and discriminator training?
0
🚀 "Forget the Weather App – I Check the Forecast Using My Linux Terminal "
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