Software AI Engineer, creando mi primera página web en el 2001. Experto en JavaScript, Profesor en Platzi y Microsoft MVP - 🇲🇽 🇨🇴
#JavaScript #React #BuildinPublic #VibeCoding
Tag
javascript
View posts with tag · 21 posts
How to free up space by deleting the node_modules folders from your projects?
Your project dependencies can take up a LOT of considerable space on your hard drive. The `node_modules` folders in JavaScript projects usually consume hundreds of MB and even exceed one GB.
Open post ↗
Palindromes in JavaScript
Palindromes and how to solve this problem with JavaScript can be part of the most common technical tests that a professional in JavaScript software development usually does. This article explores a method for identifying the patterns that make up a palindrome.
Open post ↗
🚀 NEW FREE Programming Course
Learn to program and increase your income with the free programming course in Platzi
Open post ↗
Install NVM on Ubuntu 20.04
Node Version Manager (NVM) is a tool that allows us to manage multiple versions of Node.js, learn how to install it in WSL2 on Windows 11.
Open post ↗
My new course on Platzi: JAMStack
Learn how to build better performing websites and apps with JAMStack.
Open post ↗
Is Node.js worth learning?
Recently they asked me what I thought about learning Node.js, the importance it has and how to start. I leave you this video where I tell you my point of view and how you can start your learning.
Open post ↗
Did someone say Svelte?
I want to learn Svelte, where do I start? Svelte is the JavaScript framework for building user interfaces.
Open post ↗
Challenges for Web developers
If you want to challenge yourself and work on big projects, I leave you my recommendations for challenges that will help you improve your portfolio.
Open post ↗
What is Deno?
I design a Cross-platform runtime based on the Chrome V8 engine and implements TypeScript as the default language
Open post ↗
TypeScript VS. JavaScript
I'll tell you about my experience as a Frontend Developer learning TypeScript, what advantages and disadvantages
Open post ↗
What is Svelte.js?
Svelte a new JavaScript framework that allows us to build user interfaces.
Open post ↗
What is ECMAScript?
ECMAScript is the standard on which JavaScript is based and you will find it in documents, books or resources on the internet with the abbreviation "ES" or simply ECMAScript.
Open post ↗
Asynchronism with JavaScript Course
In this course we address the main methods that allow us to use JavaScript to work with Asynchronism
Open post ↗
Why use React?
What is the importance of using React, when we should choose React for our application?
Open post ↗
Create static website with Ghost + Gatsby.js
Create your blog with a completely custom frontend, created with Ghost and with all the power of Gatsby.js.
Open post ↗
Install Ghost on Heroku
Ghost is an open source blogging platform written in JavaScript and distributed under an MIT license. Since its launch in 2013, it has become quite popular due to its simplicity and performance.
Open post ↗
Hello World in Svelte + Webpack + Babel
Svelte is a new JavaScript framework with which we can create user interfaces.
Open post ↗
React Router and Redux Course
In this course we continue the learning obtained in the React JS Practical Course
Open post ↗
Create development server with Webpack (Hot Reload) in React
One of the most important resources when developing in React is being able to test our code in the browser without compiling every change made.
Open post ↗
Hello world in React + Babel + Webpack
In this resource we are going to learn how to create a project from scratch by configuring all the necessary elements for the construction of a “Hello World” going through all the necessary elements.
Open post ↗
Understanding "map()" in Javascript
When we have to work with Arrays in JavaScript, there are several options available with which we can iterate, transform or manipulate our arrays.