With Vue 3 gaining traction and becoming the new default, many things are changing, and the ecosystem is still shaping. Until recently, the choice for state management was clearly Vuex. But with the new composition API architecture, reactivity mechanism, and
Vue 3 – The Progressive Javascript Framework’s progress over the years is nothing short of impressive. If you’re someone migrating your apps to Vue 3 (or) experimenting Vue 3 for your next project this draft should help you kickstart with
Organic traffic is a great way to get eyeballs on your website and Google is the most popular search engine of choice that you can use to get that organic traffic coming. Although Google ranks your site based on a
As the world leans more towards digital technologies, as more businesses focus on online and physical presence, and as content continues to dominate, web development becomes even more essential. Accordingly, one of the best programming languages for better frontend development
JavaScript is a very powerful programming language these days. There is a lot that you can do with it. In addition to that, JavaScript has a huge ecosystem that allows you to discover a lot of useful tools, frameworks, and
We always say that JavaScript is full of surprises. It never fails to amaze us. Every day, we learn something new about this programming language. Something which is very small but can make a huge impact on your code. Something
Frontend development is very important these days. There are a lot of tasks that a frontend developer has to do on a daily basis. As front-end developers, we write a lot of HTML, CSS, and JavaScript code all the time.
Web developers love nothing more than finding amazing extensions that accelerate the development process. One such tool is Chrome DevTools, which offers a lot of features and it is the go-to tool for frontend developers, of all levels. DevTools has
Dependency Injection (DI), sometimes referred to as ‘Inversion of Control’, is when an object receives other objects or functions it depends on for part of its functionality. This can be achieved by passing an object through object instantiation with a
Making frontend applications is not as simple as it used to be. Frontend frameworks like React and Vue.js rely heavily on APIs. This adds complexity to our app because we need to manage how we call these APIs. One solution
Vue JS State Management Solution
With Vue 3 gaining traction and becoming the new default, many things are changing, and the ecosystem is still shaping. Until recently, the choice for state management was clearly Vuex. But with the new composition API architecture, reactivity mechanism, and
Tags:
What’s new in Vue 3
Vue 3 – The Progressive Javascript Framework’s progress over the years is nothing short of impressive. If you’re someone migrating your apps to Vue 3 (or) experimenting Vue 3 for your next project this draft should help you kickstart with
Tags:
How to make your site 25x faster
Organic traffic is a great way to get eyeballs on your website and Google is the most popular search engine of choice that you can use to get that organic traffic coming. Although Google ranks your site based on a
Tags:
Top 5 JavaScript trends to adopt in 2021
As the world leans more towards digital technologies, as more businesses focus on online and physical presence, and as content continues to dominate, web development becomes even more essential. Accordingly, one of the best programming languages for better frontend development
Tags:
7 useful JavaScript shorthands you must know about
JavaScript is a very powerful programming language these days. There is a lot that you can do with it. In addition to that, JavaScript has a huge ecosystem that allows you to discover a lot of useful tools, frameworks, and
Tags:
The best JavaScript practices to make your code look and work better
We always say that JavaScript is full of surprises. It never fails to amaze us. Every day, we learn something new about this programming language. Something which is very small but can make a huge impact on your code. Something
Tags:
The most useful Frontend coding tips and Database concepts
Frontend development is very important these days. There are a lot of tasks that a frontend developer has to do on a daily basis. As front-end developers, we write a lot of HTML, CSS, and JavaScript code all the time.
Tags:
9 hidden features of Chrome DevTools
Web developers love nothing more than finding amazing extensions that accelerate the development process. One such tool is Chrome DevTools, which offers a lot of features and it is the go-to tool for frontend developers, of all levels. DevTools has
Tags:
Should You Use Dependency Injection in JavaScript?
Dependency Injection (DI), sometimes referred to as ‘Inversion of Control’, is when an object receives other objects or functions it depends on for part of its functionality. This can be achieved by passing an object through object instantiation with a
Tags:
How to write clean API calls with Axios
Making frontend applications is not as simple as it used to be. Frontend frameworks like React and Vue.js rely heavily on APIs. This adds complexity to our app because we need to manage how we call these APIs. One solution
Tags: