Hitesh

Hitesh @hiteshchawla

About: Software Engineer with Full Stack web and Data Engineering skills

Location:
Remote, India
Joined:
Dec 29, 2023

Hitesh
articles - 16 total

Understanding Polygons and `ST_` Functions in PostGIS

PostGIS is a powerful spatial extension for PostgreSQL that allows you to store, query, and...

Learn More 5 1May 28

Fast API Request Handling

In FastAPI, how route handlers (endpoints) behave in terms of parallelism and concurrency depends on...

Learn More 10 1May 19

How to train LLM faster

RAG is an architecture where an LLM (Large Language Model) is not asked to answer purely from its own...

Learn More 4 0Apr 28

My Amazon SDE (FTC) Interview Experience 2025

I recently (27-03-2025) had the opportunity to appear for the Amazon SDE interview, which consisted...

Learn More 8 0Apr 1

Introducing my project GitFilter! Looking for contributions!

Release 0.0.1 Hitesh for GitFilter...

Learn More 0 0Feb 27

Looking for Devs!

Release 0.0.1 Hitesh for GitFilter...

Learn More 0 0Feb 27

Release 0.0.1

Hola Devs! This is our first post on Dev.to and We are excited to introduce the first release of...

Learn More 7 1Feb 27

Threads

A thread is the smallest unit of execution in a process. It consists of various components that...

Learn More 5 0Jan 24

Async vs Await

Difference Between async and await Both async and await are used in asynchronous...

Learn More 0 0Jan 24

FastAPI vs Django/Flask

Django and Flask are two of the most popular Python web frameworks, but they serve different purposes...

Learn More 4 1Jan 24

Race Condition in Python.

A race condition happens when two or more threads or processes try to access and modify the same...

Learn More 3 0Jan 24

R-Lock vs Lock in Python

In Python, both Lock and RLock are synchronization primitives provided by the threading module to...

Learn More 6 0Jan 24

is Hadoop Dead?

Long Story Short! What was Hadoop? I found a good blog which has placed all...

Learn More 12 0May 10 '24

What to use parquet or CSV?

History of Parquet File: A Big Data Storage Revolution The Parquet file format has emerged...

Learn More 22 0May 7 '24

Using Custom React hooks in NextJS?

Before we start... What are Custom React Hooks Exactly? At the heart of custom hooks lies the...

Learn More 9 1Apr 27 '24

Why not to deploy Express JS REST API using Serverless...

Many developers deploy their existing express JS application on AWS Lambda as serverless...

Learn More 12 1Dec 29 '23