Site Logo

Search

jsVsTs
Front-end Development,  JavaScript,  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...

best_coding_practices
Software Development

One of the most important things is having consistent code that is easy for others to understand and maintain and today I'll show you the...

vite_vs_webpack
Front-end Development,  JavaScript,  Vite,  Webpack

Today we'll compare Vite vs Webpack, these are both great bundlers but each has its own advantages and you might want to use one or the...

how_to_use_async_await
Asynchronous Functions,  Front-end Development,  JavaScript

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...

what_is_and_how_to_use_props_vue
Front-end Development,  JavaScript,  Vue

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...

what_is_base_in_vite
Front-end Development,  JavaScript,  Vite

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...

How to use Provide & Inject - Vue 3
Front-end Development,  JavaScript,  Vue

When you need to share values between components, Vue's provide and inject methods should be considered instead of props because...

Modern Promotion Business Agency Blog Banner
Front-end Development,  JavaScript,  Vue

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...

ferenc-almasi-ayjnmG4oUX4-unsplash
Asynchronous Functions,  Front-end Development,  JavaScript

One of the key features of JavaScript is its ability to execute code asynchronously, which means that it can run multiple pieces of code...

yancy-min-842ofHC6MaI-unsplash
Git,  Software Development

As you might know, learning git is very important but it can be overwhelming for beginners because they feel like they have to learn every...