Pratik sharma

Pratik sharma @biomathcode

About: Full stack developer

Location:
New delhi
Joined:
Jan 4, 2020

Pratik sharma
articles - 27 total

How Atlassian’s Forge Quest Hackathon Helped Me Revive My Postman Doc App

Recently, I participated in the Forge Quest Hackathon by Atlassian—and it turned out to be exactly...

Learn More 0 0Jun 23

Creating a Performant Rectangle Selection Box with Callbacks Using Web Components

In this article, you'll learn how to create a performant rectangle selection box using web components...

Learn More 5 2Feb 7

CSS Animation Performance - CheatSheet

Here’s a comprehensive table of CSS properties categorized by their impact on browser rendering...

Learn More 11 0Feb 7

10 Exciting Web Trends to Watch in 2025

Web GPU Web Components Container Queries Css Animation → View Transition, Scroll Animation Going...

Learn More 24 1Jan 5

Explaining Scoped Context in React with example

React Context is a Global Variable In Javascript, variables are scoped within function...

Learn More 0 0Dec 21 '24

Top 10 Books on Design System that i Read last year

This blog would be helpful for UI/UX designers, product manager, product designers, frontend...

Learn More 139 3Dec 14 '24

Mixins in typescript

A mixin is an abstract subclass; i.e. a subclass definition that may be applied to different...

Learn More 5 0Dec 7 '24

Symbol in Javascript with Example

Symbol is a built-in object whose constructor returns a symbol primitive — also called a Symbol...

Learn More 2 0Nov 30 '24

Logging System with Proxy and Fetch

Proxy Object: The fetchLogger wraps the fetch function. It uses the apply trap to intercept calls to...

Learn More 1 0Nov 30 '24

Garbage Collector in javascript

In JavaScript, memory management is handled by the JavaScript engine and its runtime environment. One...

Learn More 0 0Aug 15 '23

Demystifying JavaScript Terminology

Learn the terms that are highly used in javascript, and that would help you learn javascript...

Learn More 0 3Aug 9 '23

Preparing For Azure - 204

Hey, I am preparing for Azure - 204 Developer Certification. These are the resources that I...

Learn More 1 0Aug 9 '23

Create Tik-Tok/Youtube Shorts like snap infinite scroll - React

Scroll snap is when you scroll a little and it auto scrolls to the next card in the list. You must...

Learn More 23 1May 23 '23

hackerrank Mini-Max Sum in javascript

function miniMaxSum(arr) { // Write your code here const sortedArray = arr.sort(); let...

Learn More 14 5Apr 22 '22

StairCase | HackerRank solution in javascript

Problem Statement : Input Format A single integer ,n, denoting the size of the...

Learn More 9 5Apr 22 '22

Create Infinite scroll in React

Components There are mainly three components of infinite scroll. Fetching data from the...

Learn More 27 0Mar 5 '22

Notes on API Modelling

Notes where taken from the book Designing Great Web APIs By James Higginbotham The goal of API...

Learn More 9 0Mar 4 '22

My Roadmap to learn Rust

Hey, i wanted to learn a new language and i have decided to learn rust. I will just be sharing my...

Learn More 27 0Feb 25 '22

Notion to Dev integration Using Mongodb Realm

In the Following tutorial we will create cloud function that will post blogs from notion database to...

Learn More 9 5Dec 23 '21

BLOGTO: Vscode extension to help you post blogs to, Dev.to, Hashnode and Medium

BlogTo is a vscode extension which helps your post your ideas to medium.com, hashnode.com, and...

Learn More 24 0Dec 18 '21

Productivity tips/hacks that you use,coding in VScode

What small hacks, or tips that you can tell a beginner coder? Let me start !!! Jump start coding...

Learn More 1 1Jul 4 '21

Navbar hide and show on Scroll using Custom React Hooks

Making a Custom React Hook code: /** * useScroll React custom hook * Usage: * const {...

Learn More 29 11Jul 4 '21

Functional Programming: Composition of Functions

Input of one function comes from the output of another function. 👆 simple defination of function...

Learn More 49 5May 15 '21

Explain "BlockChain" like i am five

A post by Pratik sharma

Learn More 2 3May 15 '21

Web Scraping with Python : Beautiful Soup

> Article is about web scraping from single HTML document using beautiful soup python module. Ste...

Learn More 6 0May 4 '21

🚀Lauching JS-Interview Bot on Twitter

Interviews frighten me 😖😖😖😖 .....So... I had this idea to make a bot on twitter which asks questio...

Learn More 2 0Apr 25 '21

Functional Programming : Functions

Main Ideas of Functional Programming. Function - This article Compositions with Functions...

Learn More 17 1Apr 23 '21