Sneha

SNEHA FARKYA

Writing

How I think through frontend systems

I write when something does not make sense yet. Most of it starts with a question - about data flow, architecture, or why a system breaks under scale - and turns into something structured enough to share.

Showing: All

2025 3 min read • 33 views

How I Built a GitHub Repo Timeline Viewer Using React, Firebase & GitHub API

Hi, I am Sneha, and this is one of the coolest open-source projects I’ve ever built. Think about the time when you came across an interesting project and pondered on how this even began? Who contributed? How did the codebase evolve?Well, I did. A lot...

ReactFirebasefirebaseAuthDeveloper#howtosTutorialTechnical writing Tailwind CSS
Read

2025 3 min read • 35 views

My First No-Code Project with Framer — From a Developer’s Perspective

Hi, I’m Sneha, and this is not just another article about tech!In this article, I’ll walk you through Framer and one of its easiest, beginner-friendly examples. As a Frontend Developer, my life has always revolved around React.js, Next.js, and, of co...

framerarticlesFrontend DevelopmentfrontendExplain like I am fiveDeveloperdevelopers
Read

2025 3 min read • 56 views

UX that matters but often goes unnoticed!

Hi, I'm Sneha, and if you’re a designer, this article will resonate with you! BOLD statement, right? Go on, read this article, and by the end, you will agree with me. Imagine going to a coffee shop with aesthetic appeal, a beautiful aroma, and a rela...

UXFrontend Developmentux designFront-end DevelopmentDeveloperbest practices
Read

2025 3 min read • 57 views

The Ultimate Hack to Test Website Performance Like a Pro!

Hi, this is Sneha, and welcome back to yet another article that revolves around tech!I know a hack that you might be interested in🤭. Okay, have you ever experienced slow website loading or tried to work with the website performance? I know many of y...

Technical writing Developer ToolsLighthouseDeveloperpagespeedWebsite performancePageSpeed Insights
Read

2025 3 min read • 64 views

Momentum in Moments: My Journey So Far

Hi, my name is Sneha! This article is going to be different. It’s not something usual, not something techy.This is about a girl constantly trying to be in the moment, to feel it, live it, and fight through it. Life didn’t begin with a grand plan or ...

DeveloperSelf Improvement healthjourneyLife lessons
Read

2024 5 min read • 38 views

Chapter 2: Connecting MongoDB with Our Note-Taking App in React

Hi everyone, welcome back to the note-taking series. In Chapter 1, we focused on implementing Firebase authentication in our note-taking app to handle user sign-in and registration. In case you missed it, here’s the link to chapter 1: https://snehafa...

ReactTutorialFrontend DevelopmentMongoDB
Read

2024 8 min read • 41 views

Firebase Authentication in React: Chapter 1 of Note Taking Series

Oh! You finally made it to here. I know you want to learn full-stack and scale up your career and so do I. But hey, things take time and you should be consistent.Welcome to the first chapter of my Note-Taking series called "Understanding Firebase Aut...

FirebaseReactTailwind CSSFrontend Developmentfull stack
Read

2024 5 min read • 23 views

Dualite: Turn Your Figma Designs into Code Instantly

In the world of web development, turning meticulously crafted design mockups into clean, functional code is a crucial but often tedious task. As a front-end developer, I've faced the challenge of manually translating every pixel from tools like Figma...

dualiteTutorialReactguest postFrontend Development
Read

2024 6 min read • 105 views

Crafting a Personalized Virtual Rakhi Card with React: A Digital Twist on Tradition

In today’s fast-paced world, where physical distances often separate loved ones, technology bridges the gap creatively and meaningfully. One such beautiful innovation is the concept of virtual rakhi cards, which allows us to celebrate traditional fes...

ReactTailwind CSSFrontend DevelopmentHTML Canvas
Read

2024 5 min read • 54 views

Simplifying Form Validation in React with React Hook Form: A Real-Life Use Case

In modern web development, handling forms efficiently is crucial, especially regarding validation and managing user input. React Hook Form is a popular library that simplifies form management in React applications. In this blog, we’ll explore a pract...

ReactTailwind CSSReactHooksreact-hook-form
Read

2024 6 min read • 565 views

Context API in React: A Real-Life Analogy and Technical Guide

Imagine you're at a large family dinner, and everyone needs to know the time. Instead of each person asking individually, a clock is placed in the centre of the table for everyone to see. This clock serves as a shared context for the entire family, e...

ReactNext.jsTailwind CSScontext APITutorial
Read

2024 5 min read • 33 views

Customizing React Select DROPDOWN Component

It's good to see you here. I am happy that such a curious person exists! Have you ever faced difficulties in making a custom dropdown? I'm sure you have at some point in time! I did face this issue a couple of times, and then I figured out this amazi...

react-selectReactFrontend DevelopmentTutorial
Read

2023 3 min read • 54 views

Building a Stylish Photo Upload Component with React and Tailwind CSS

I write articles based on my experiences. Recently, I was building something which required users to attach their photo(s). The process is straightforward but quite often people find it difficult to add. In this article, you will learn how to add the...

ReactTailwind CSSTailwind CSS TutorialFrontend DevelopmentTechnical writing
Read

2023 4 min read • 101 views

Understanding the Group Property in Tailwind CSS: A Comprehensive Guide

So, I was working on a project and encountered a part where I wanted to hover on the button when I hovered the card. But what is this? I have only used hover on one element at a time! How can I hover another element with the same hover?? Hi guys and ...

Tailwind CSSTailwind CSS TutorialReactFrontend Developmentarticles
Read

2023 5 min read • 274 views

Initiating Pull Requests on GitHub: Hacktoberfest 2023 Edition

Let's know it first: GitHub, the world's largest community of developers, provides a powerful platform for collaborative software development. One of the fundamental features that makes it so effective is the ability to use pull requests. This allows...

GitHubhacktoberfestlearningDeveloperarticles
Read

2023 3 min read • 133 views

Crafting a Dynamic Profile Card: Unleashing React and Tailwind CSS

Introduction In this tutorial, we'll explore how to build an interactive Profile Card using React and Tailwind CSS. We'll walk through the process of creating a user interface with smooth animations, a cancel sound effect, and a blur effect. The fina...

ReactTailwind CSSTutorialFrontend Developmentprofile
Read

2023 4 min read • 89 views

Getting Started with MySQL and Node.js: A Basic Code Example

MySQL is one of the most popular open-source relational database management systems, and Node.js is a powerful JavaScript runtime environment. Combining these two technologies allows you to build robust and scalable applications that can store and re...

MySQLNode.jsfull stackMERN Stack
Read

2023 3 min read • 189 views

Connecting MongoDB with Express.js: A Practical Guide

Introduction: Integrating MongoDB, a popular NoSQL database, with Express.js, a robust web application framework, enables developers to build powerful and scalable applications. This article will explore how to connect MongoDB with Express.js using a...

MongoDBExpress.jsfull stack
Read

2023 3 min read • 127 views

Node.js Events: Building Event-Driven Applications

Node.js is a powerful and widely used JavaScript runtime built on Chrome's V8 JavaScript engine. It allows developers to build scalable and high-performance network applications. One of the key features that make Node.js so efficient is its event-dri...

JavaScriptNode.jslearningdocumentationNode JS Development
Read

2023 6 min read • 81 views

Moving towards a Democratic Internet

The Internet is getting fast and we are getting trapped! In the modern era, if we want to understand any concept, google teaches us everything and YouTube has become our savior. But do you know, “YOUR interests are being SOLD to advertisers!!” “Remem...

Web3decentralizationmetaversewebinternet
Read

Beyond blogs, I write technical documentation, product breakdowns, and community-driven content across platforms.