Uncategorized

Skip Angular Resource

Why TanStack Query is the Superior Choice if you want Server State Management I understand. You’re building an Angular app and have heard about the new Resource API. Maybe you’re considering using it, or you already are. Here’s the thing: while Angular Resource and TanStack Query weren’t designed to do exactly the same things, the …

Skip Angular Resource Read More »

Enabling Hash-Based Content Security Policy in Angular

How to Enhance App Security with CSP Strict Dynamic Hashing Ensuring security is a fundamental requirement for modern web applications, and one of the biggest threats we still face is Cross-site scripting (XSS). As a quick reminder, this type of attack happens when malicious JavaScript code is injected into a trusted website and run in a …

Enabling Hash-Based Content Security Policy in Angular Read More »

Habilitando reglas del estándar de seguridad web CSP en Angular

Cómo mejorar la seguridad de una aplicación web basada en Angular con la implementación automática del estándar CSP Garantizar la seguridad informática es un requisito fundamental para las aplicaciones web modernas, y uno de los mayores riesgos continúa siendo el Cross-site scripting (XSS). Como recordatorio, este tipo de ataque ocurre cuando un código JavaScript malicioso se …

Habilitando reglas del estándar de seguridad web CSP en Angular Read More »

Moderniza tu aplicación de Angular con esquemáticas de migración

Utilicemos las migraciones del núcleo de Angular para simplificar la adopción de las últimas funcionalidades del framework El ciclo de lanzamientos de Angular, con actualizaciones importantes cada seis meses y versiones menores intermedias, puede dificultar la integración de las últimas funcionalidades sin interrumpir los proyectos o generar una sensación constante de FOMO por las características …

Moderniza tu aplicación de Angular con esquemáticas de migración Read More »

Modernize Your Angular App with Migration Schematics

Use core migrations to simplify the adoption of the latest framework features Angular’s release cycle — with major updates every six months and minor versions in between — can make it challenging to integrate the latest features without disrupting projects or feeling a constant FOMO over newly launched capabilities. To alleviate this, Angular provides schematics —scripts that automate code …

Modernize Your Angular App with Migration Schematics Read More »

Faster Development with JetBrains AI

It’s safe to say that AI is everywhere these days, especially with all the coding options like GitHub Copilot, TabNine, and Cursor. So, I figured it was a good time to try out the AI features in my go-to IDE, WebStorm. https://medium.com/media/d3a86aa4873d32b8badab143bc426197/href JetBrains AI Assistant is an integrated artificial intelligence feature within JetBrains’ suite of …

Faster Development with JetBrains AI Read More »

El fichero index.html generado por Angular

Análisis del HTML inicial creado por el framework de Angular Durante la ceremonia de apertura de los Juegos Olímpicos de Londres 2012, Tim Berners-Lee hizo una aparición simbólica ilustrando su innovadora propuesta de 1989. Tres décadas y media después de que introdujera los documentos de hipertexto basados en el Lenguaje Estándar Generalizado de Marcado (SGML), las …

El fichero index.html generado por Angular Read More »