Embedding Youtube in a blog build with Nuxt has never been easier. Include the lite-youtube-embed package, create a Nuxt plugin and component, and you can use it in all your Markdown content files. In this post, ...Read more
Querify Question Shop: Explore Expert Solutions and Unique Q&A Merchandise Latest Questions
During my career as a web developer, I heard the term isomorphic app countless times. At first, I thought it's some kind of advanced concept. The concept only seasoned developers can use. But as it ...Read more
Joe Eames | ng-conf | Joe Eames One of the fist things we learn in angular is how to handle events. But many of us just learn how to do the basics, and never give it ...Read more
Introduction In every project, you'll probably start building the login, registration, reset password functionality, well, Auth0 provides a set of tools that are going ...Read more
Olá, me chamo Lucas Frazão. Trabalho como desenvolvedor de software (SWE) há 5 anos. Nesse post nós iremos construir um fluxo simples de autenticação utilizando ReactJS (v.18.3) e Read more
for-of: Introduced in ES6 Usually a loop has counter, check-condition, updating counter. A for-of loop doesn't have anything like that. continue-break both can be used with it. Meant to give us current element. fruits ...Read more
I'm excited to share my latest YouTube tutorial where I walk you through the process of deploying a ReactJS app built with ViteJS to GitHub Pages. 🌐✨ Whether you're a seasoned developer or just getting started, ...Read more
Vue is a lightweight, easy-to-learn JavaScript framework that's great for building user interfaces. It has a simple syntax and a reactive data model, making it easy to build dynamic, interactive applications. Read more
After taking Patrick Collins's 32-hour course on Learn Blockchain, I am putting out my note on some of the things I learnt. I hope you learn something too from them. Solidity is a contract-oriented, high-level programming ...Read more
This is a tutorial aimed to help junior devs correctly manage their API keys (or other secrets) when publishing a website on the Netlify platform. ...Read more