Uncategorized

A new layout ahead

Photo by Krzysztof Hepner on Unsplash Back in October 2022, The Angular team decided to deprecate the Angular Flex-Layout library and put the library into LTS support (due to finish somewhere around late 2023). You can read the full farewell post here: https://medium.com/@caerus.karu/farewell-flex-layout-aaa567023769 First some background to the library. What is Angular Flex-Layout? When developing applications we usually …

A new layout ahead Read More »

Crea una aplicación Angular en minutos con Cypress, StoryBook, Tailwind CSS y Nx

¿Te han pedido que desarrolles una aplicación de ejercicios de codificación para una entrevista? ¿O has querido probar nuevas librerías o características en una aplicación que puedas controlar? ¿O quieres tener una aplicación que puedas mostrar en GitHub? Bueno, no temas; en este artículo, te mostraré cómo configurar el espacio de trabajo, la aplicación, la biblioteca …

Crea una aplicación Angular en minutos con Cypress, StoryBook, Tailwind CSS y Nx Read More »

Creating an Angular app in minutes with Cypress, StoryBook, Tailwind CSS and Nx

Have you been asked to develop a coding exercise application for an interview? Or have you wanted to try new libraries or features in an application that you can control? Or do you want to have an application that you can showcase on GitHub? Well, fear not; in this article, I will show you how to …

Creating an Angular app in minutes with Cypress, StoryBook, Tailwind CSS and Nx Read More »

Math Types in TypeScript

Image from brgfx on Freepik Introduction The words ‘math type’ in a programming language such as Javascript or Typescript seem strange, perhaps even a bit insane. Javascript has a Number type that allows for arithmetic operations such as addition, subtraction, multiplication, and division. There is a robust coercion facility in the language that stems from the …

Math Types in TypeScript Read More »