Hi, I'm Eduardo! I'm a developer, sharing technical tips and practical content to help your dev journey take off! 🚀
New articles published weekly on Vue.js, Node.js, React.js, and more!
How the Routing System Works in Nuxt.js
Understand how the routing system works in Nuxt, including basic, dynamic, nested routes, and query params. Learn how to structure URLs in your Nuxt project.
How to Add Special Characters in i18N Translations
Learn how to add special characters like @ and {} in i18n translations in Vue.js without causing errors
SSH Key in Git: How to Set Up an SSH Key for GitHub
Learn how to generate, configure, and add an SSH key to GitHub for secure authentication, eliminating the need to enter your password for each access.
What is Structured Data and How to Add it in Nuxt.JS
Learn what Structured Data is, when and how to use it in Nuxt.js to optimize your website and improve visibility in search engines.
How to Deal with Envy from Other Programmers in Your Career
Understand how envy can appear in the workplace among programmers and how to be prepared to deal with it while keeping your focus and professional growth.
Middlewares: What They Are and How to Use Them in Nuxt.JS
Learn what middlewares are and how to use them in Nuxt.js to control navigation, authentication, and permissions on your pages.
How to Recover Lost Files in Git Using VSCode
Learn how to recover lost code changes using a VSCode feature called Local History that saves different versions of your code.
Vercel Acquired Nuxt Labs! What Does This Mean for Nuxt?
Vercel has announced the acquisition of Nuxt Labs, the company behind the Nuxt ecosystem. In this article, find out what this means for the framework and the community.
What are Directives in Vue and How to Implement Them
Discover what directives are in Vue, their functionalities, and how to implement them effectively
What is the Difference Between Composition API and Options API in VueJS
Simplifying and discovering the main differences, advantages, and practical applications of the Composition API and Options API in Vue.js.