Category Archive for "JavaScript"

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

Read More

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

Read More

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

Read More

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

Read More

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

Read More

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

Read More

How Promises work in JavaScript

In the current age of JavaScript, Promises are the default way to handle asynchronous behavior in JavaScript. But how do they work? Why should you understand them very well? A Promise in Real Life When we make you a promise,

Read More

What’s new in TypeScript 4.2?

Typescript’s 4.2 was just released recently. What awesome features does this release bring? What impact does it have in your daily life as a Developer? Should you immediately update? Here, we will be going through all the most exciting new

Read More

What’s new in TypeScript 4.0

TypeScript 4.0 is a major milestone in the TypeScript programming language and has currently leapfrogged 3.9 to become the latest stable version. In this post, we’ll look at the new features TypeScript 4.0 offers. Getting started To get started using

Read More

What’s new in Apollo Client 3?

Apollo Client 3 offers a few new features, including package rearrange changes and more caching features. Let’s proceed to take a look at how to use the latest features from Apollo Client 3. InMemoryCache APIs The InMemoryCache API has expanded

Read More