Saketh Kowtha
Articles by @sakethk

Articles by @sakethk

Follow
Follow
homeGatsbyJavascriptCSSnewsletter

How GraphQL Empowers Gatsby for Efficient Static Website Development.

Nov 3, 20234 min read

Introduction If you're a web developer or have any interest in website development, you've probably heard of Gatsby. It's a popular open-source...

How GraphQL Empowers Gatsby for Efficient Static Website Development.

Mastering JS Event Bubbling and Delegation

Mar 2, 20233 min read

As a web developer, you might have encountered scenarios where you need to handle events on a large number of elements. Handling events can be...

Mastering JS Event Bubbling and Delegation

Why React Components Re-Render Every Time When State Changes: Explained

Mar 2, 20232 min read

One of the core concepts of React is the use of components to represent different parts of a user interface. Components are reusable pieces of code...

Why React Components Re-Render Every Time When State Changes: Explained

Serverless in brief

Jul 6, 20221 min read

I want a server but i don't want to worry or work with server.

Serverless in brief

TDD with RTL and Jest

May 10, 20228 min read

TDD Test driven development TDD = Test first development + Refactor Why TDD TDD will force developer to write a clean code. Your code will be tested...

TDD with RTL and Jest

All about closure in javascript

Dec 6, 20214 min read

Hello all 👋🏻, This article is all about closure in javascript. Closure is not a easy topic. It will be confusing topic for beginners. In this...

All about closure in javascript