Hi, I'm Thiago! 🙋🏻♂️ I'm a programmer and the creator of Código ao Ponto, a project dedicated to sharing knowledge about software development in a direct and practical way, producing content for blog articles and YouTube videos. 🧑🏻💻
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.
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.
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.