Priya

Priya @priya01

About: Software Engineer | Backend development with expertise in Django, MySQL, Ember.js, Java, Python, and REST APIs | Open to freelance projects and collaborations

Location:
India
Joined:
Aug 25, 2024

Priya
articles - 17 total

Fixing ChatGPT’s Hidden Edit Button – A Reminder That Testing Matters!

Today, I ran into a strange issue—I couldn’t edit my messages in ChatGPT! 🤔 At first, I thought it...

Learn More 8 0Feb 15

Wait... Should We Be Doing It This Way? 🤔

Every developer has that moment when they stumble upon something in their codebase that makes them...

Learn More 3 0Feb 7

Django + Redis: Simplifying Data Caching with a Real-World Example 💡

In the previous post, we discussed the basics of Redis and its key use cases. I hope you're now...

Learn More 10 0Feb 2

Redis Demystified: A Simple Introduction for System Design 🧩

You’ve probably encountered the word "Redis" many times while learning about system design. This...

Learn More 73 5Jan 26

Understanding the CAP Theorem: Simplified

When discussing system design, the CAP theorem is one of the most fundamental and frequently...

Learn More 15 0Jan 19

Kickstarting Weekly System Design Deep Dives: Building Scalable Systems

To truly master something, you must create an obligation to teach it. Inspired by this idea, I’m...

Learn More 9 0Jan 12

Optimizing Query Performance in Django with PostgreSQL: A Case Study

Recently, I started working on a feature that required me to optimize the database queries being...

Learn More 3 0Dec 29 '24

Docker 101: Basics and Practical Implementation with Spring REST API

Ever spent hours debugging an application only to find it works perfectly on your machine but breaks...

Learn More 3 0Oct 22 '24

From Contributor to Collaborator: My Hacktoberfest Journey

The best way to learn is to do; the best way to contribute is to share. This year, I joined...

Learn More 40 2Oct 16 '24

Spring Boot Meets Firebase: My Journey of Building a File Upload System🚀

Recently, I created a REST API for uploading and retrieving files using Spring Boot and Firebase....

Learn More 15 0Oct 3 '24

Boost Your Java Code Quality with PMD

Do you ever find yourself struggling with code smells in your Java projects? You’re not alone! Code...

Learn More 7 4Sep 20 '24

What I Discovered About @Transactional in Spring Boot 🔍

Yesterday, I ran into a tricky problem while working on a REST API. Since I’m new to Spring and just...

Learn More 10 4Sep 5 '24

JWT: The Secret Code for Web Security 🔐

Imagine your web application is a party, and you need a way to ensure only the right guests get in....

Learn More 3 0Aug 30 '24

Why Ember Wins My Heart Over React ❤️ And Maybe Yours Too!

I’ve been wondering why there’s so much buzz around React. Everyone seems to be raving about it, but...

Learn More 2 0Aug 28 '24

Spring Security 103: Exploring Default Security Configuration

In this blog post, we'll delve into the default security settings that Spring Security applies to...

Learn More 7 0Aug 27 '24

Spring Security 102: From Setup to Secure Endpoints in Spring Boot

In our previous blog, we covered the basics of Spring Security and its core concepts. In this post,...

Learn More 3 0Aug 26 '24

Spring Security 101: Understanding the Basics

In today's world, securing applications is more crucial than ever. Whether you're working with REST...

Learn More 5 0Aug 25 '24