Uncategorized

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 »