Cover Image for How JavaScript Works behind the scenes?

How JavaScript Works behind the scenes?

As JavaScript is getting more and more popular, teams are leveraging its support on many levels in their stack — front-end, back-end, hybrid apps, embedded devices and much more. This article is meant to be aimed at digging deeper into JavaScript and how it really works.

Adi

More Stories

Cover Image for 7 Alternatives to the <div> HTML Tag

7 Alternatives to the <div> HTML Tag

In the early stages of learning how to structure an HTML document, it’s not uncommon to end up with what some developers call “div soup.” Need a content section your homepage? Wrap in a div! Building a sidebar? Div it up! Three column layout? Div, div, div!

Adi
Cover Image for 7 Next.JS Tips to get a 99% score on Google PageSpeed

7 Next.JS Tips to get a 99% score on Google PageSpeed

Next.js is a framework created by Vercel. It is open-source based on Node.js and Babel and integrates with React for developing single-page apps. Here’s a list of things you might be able to do to improve the performance of your NextJS application.

Adi