Neel Patel

Neel Patel @neelp03

About: Software Engineering Student @SJSU

Location:
San Jose, California
Joined:
Jul 27, 2022

Neel Patel
articles - 20 total

Rebuilding EnviroX: Overcoming Early Flaws to Automate Development Environments

Automate your development environment setup with ease. Introduction Setting up a...

Learn More 5 0Oct 27 '24

ThrottleX: Scaling to a Million Requests Per Second Without Breaking a Sweat

Link: https://github.com/neelp03/throttlex Scroll down if you want to test it yourself!! ...

Learn More 26 8Oct 22 '24

Introducing EnviroX: Your Go-To Dev Environment Setup Tool! 🛠️

EDIT: Please find the latest version notes here: Envirox Post 2 Hey fellow devs! 👋 I’m excited...

Learn More 7 0Oct 21 '24

Handling Large File Uploads in Go with AWS S3: Stream Like a Pro

In a previous post, we built a file upload service using Go with local storage and Amazon S3 for...

Learn More 18 0Oct 19 '24

Rate Limiting with ThrottleX

Quick Links: GitHub Repo Wiki Documentation Introduction: Hey there, open-source enthusiasts and...

Learn More 5 0Oct 17 '24

Building Better APIs with ThrottleX: Rate Limiting Done Right

LINKS: https://github.com/neelp03/throttlex Hey Dev community! 👋 I'm pretty new to the open-source...

Learn More 8 2Oct 16 '24

Getting Started with React and the Component Lifecycle

So, you’ve heard all the buzz about React and want to see what it’s all about? You’re in the right...

Learn More 5 0Oct 16 '24

Building a File Upload Service in Go

Let’s talk file uploads. Whether you’re building the next Instagram, a CMS, or any app that involves...

Learn More 29 2Oct 15 '24

Using WebSockets in Go for Real-Time Communication

Building apps that require real-time updates—like chat applications, live notifications, or...

Learn More 28 0Oct 12 '24

How to Use Goroutines for Concurrent Processing in Go

Concurrency is one of Go’s defining features, making it a fantastic language for building scalable,...

Learn More 26 0Oct 11 '24

Building RESTful APIs with Go

Welcome to Part 2 of our Backend Engineering for Full Stack Devs series! 🚀 Today, we’re diving into...

Learn More 10 0Oct 10 '24

10 Common API Development Mistakes and How to Avoid Them

APIs are the backbone of modern web applications, but building them well takes more than just...

Learn More 6 1Oct 9 '24

Intro to Backend Architecture and Design Patterns

We'll be diving into the essential skills you need to design, build, and scale robust backend...

Learn More 5 0Oct 9 '24

Essential Unit Testing for Go APIs – Build Code with Confidence

As we’ve been building out this API, we’ve covered authentication, logging, Dockerization, and more....

Learn More 8 0Oct 8 '24

Dockerizing Your Go API with Multi-Stage Builds

Alright, team! We’re taking our Go API to the next level by Dockerizing it and, more importantly,...

Learn More 12 0Oct 7 '24

Adding API Rate Limiting to Your Go API

Alright, folks, we’ve covered a lot so far: JWT authentication, database connections, logging, and...

Learn More 11 0Oct 7 '24

Adding Logging and Error Handling Middleware to Your Go API

Quick Note: If you checked out my previous post on JWT authentication and noticed some rendering...

Learn More 20 0Oct 5 '24

Connecting Your Go API to a PostgreSQL Database

Alright, so we’ve got our Go API rolling, but it’s about time we gave it some long-term memory. This...

Learn More 10 0Oct 4 '24

Securing Your Go API with JWT Authentication

Alright, let’s get real for a second. Security is a big deal, and if you’re building APIs, you can’t...

Learn More 15 2Oct 3 '24

Building Your First REST API with Go

Building Your First REST API with Go – Let’s Get Started! So, you’ve heard the buzz about Go, right?...

Learn More 14 2Oct 2 '24