hero

Blogs written by Supriya

Simplify your lists using CSS Counters

Created on: 14th June 2023

Learn how to use counter-increment and counter-reset to style your lists with ease. Give it a read!

My learnings from the Hashnode Bootcamp

Created on: 3rd May 2023

In this article, I've outlined my takeaways from Hashnode's Technical Bootcamp.

Setting up React Native development environment

Created on: 22nd April 2023

I've recently started learning React Native. This blog outlines the challenges I encountered when setting up the development environment and how I worked to resolve them. Give it a read!

Pointer Events in JavaScript

Created on: 4th March 2023

This article helps us understand how Pointer Capture event works in JavaScript. Give it a read!

What are Progressive Web Applications? Get started with creating PWA

Created on: 25th June 2022

During the past 2 weeks, I learnt about converting one of the web app module into PWA at work. I created this article to document my learning. Give it a read!

Introduction to Web Performance

Created on: 17th June 2022

I decided to write this article in order to share my learnings with respect to web performance and their metrics. Give it a read!

Combining multiple reducers in React

Created on: 18th March 2022

When we create react apps with useReducer hook, we could maintain clean code practices by creating multiple reducers. Give it a read!

My journey on building a full-stack application

Created on: 20th February 2022

In this article, I have discussed about one of the projects that I developed while learning full stack web develpment. This blog was written as a participation for Netlify x Hashnode hackathon. Give it a read!

Add this key feature to your eCommerce application in 3 simple steps

Created on: 25th December 2021

In this article, we will learn how to implement the eCommerce checkout section and integrations with Stripe payment gateway. Give it a read!

Promisification

Created on: 17th June 2021

In this article, we will learn how to write our implementation of util.promisify(). Give it a read

Hashnode Dev.to

UseState - React Hook

Created on: 17th May 2021

Introduction to hooks in react with the useState hook. It is the most basic hook used to create a staeful functional component in react. Give it a read!

Hashnode Dev.to

Garbage Collection in JavaScript

Created on: 6th February 2021

Understand how memory management takes place in JavaScript. Give it a read!

Hashnode Dev.to

Get started with functions in JavaScript

Created on: 7th January 2021

Understand the basics of defining and calling. Give it a read!

Hashnode Dev.to

Minion translation webapp

Created on: 15th December 2020

Learn to create the minions translation app using JavaScript Give it a read!

Hashnode Dev.to

Introduction to Qlik Sense

Created on: 7th December 2020

Learn to create your dashboard on Qlik sense, one of the best BI software. Give it a read!

Hashnode Dev.to

Beautify with CSS

Created on: 4th December 2020

Enhance the appearance of your webapp using a vast ocean of CSS.

Let's Go!

Beginning with HTML

Created on: 3rd December 2020

Learn to create your first webpage. Give it a read!

Let's Go!