JavaScript vs TypeScript
We’ll be comparing the pros and cons of JavaScript vs TypeScript, finishing the article you’ll know the main reasons to use each…
We’ll be comparing the pros and cons of JavaScript vs TypeScript, finishing the article you’ll know the main reasons to use each…
Today we’ll learn one of the most essential things in JavaScript, “How to use Async Await”. If you have just started learning to use Async…
The props (short for properties) are a way to pass data from a parent component to a child component. Props are used to make a component m…
Vite is a bundler that provides a fast development experience by using native ES modules, and in this article, we’ll dive into that base is…
When you need to share values between components, Vue’s provide and inject methods should be considered instead of props because…
Now to get started we need to use the createApp function in Vue 3 to create an application instance, this is a simple and straightforward…
One of the key features of JavaScript is its ability to execute code asynchronously, which means that it can run multiple pieces of code…
If you’ve been coding for a while, I’m sure you’ve seen many cases where JS used the same class selector as CSS as shown below
Two weeks without a new video and now that I decided to record a video again I realized that I had almost no battery
It’s been one year since I started with my journey, and I’ll keep going strong.