Promises have not been a new concept in the javascript community. They have existed in the ecosystem for a long time. JavaScript promises existed even before they were officially made a part of the ECMAScript spec in ES6. These initial implementations were in the form of framework level implementations but were standardized as part of […]
Author: Saransh Kataria
Rest and Spread operator: Three dots that changed JavaScript
The rest and spread operator have changed the way I do a lot of things in JavaScript and I have started using the three dots for a lot of tasks I do. I have become a big fan of the syntax and I will be sharing some of the numerous applications of the spread operator […]
SEO in 2020: What You Need to Know
Search engine optimization is an ongoing concern for any serious website or blog. Businesses with an online presence rely on SEO to ensure that their website is visible above those of their competitors, while individuals rely on SEO to deliver a sustained flow of traffic. But no matter how hard you try to keep up […]
Why your Business Needs Custom Software Development
Businesses in the 21st century run through several factors including getting supplies, operation, management, customer service, and data gathering. Businesses may have a hard time surviving the competition when they don’t have tools such as software to oversee their operations. Know more about software in this link here. For example, a restaurant may need to […]
Using Emotion js in a react project
CSS in JS is a fairly controversial topic depending on who you talk to. What it gives you is the ability to do is write all your styling in javascript instead of creating a separate CSS file. I really like CSS in JS because it solves some of the major challenges for me like scoping, […]