Skip to content
View 2004shweta's full-sized avatar
:octocat:
:octocat:
  • Lovely Professional University
  • Jalandhar , Punjab

Organizations

@LPU-Org

Block or report 2004shweta

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
2004shweta/README.md

Shweta Jaiswal

> Backend Engineer in progress.
> Writing Java. Building APIs. Breaking things. Fixing them.

LinkedIn LeetCode Email


$ whoami

public class Developer {

    private final String name = "Shweta Jaiswal";

    private final String[] interests = {
        "Backend Development",
        "Distributed Systems",
        "REST APIs",
        "Databases",
        "Problem Solving"
    };

    private final String currentlyBuilding =
        "Scalable backend applications with Java & Spring Boot";

    public void keepLearning() {
        while (true) {
            build();
            breakThings();
            debug();
            learn();
        }
    }
}

$ cat tech-stack

languages

backend

databases

tools


$ tree ./skills

skills
│
├── backend
│   ├── Java
│   ├── Spring Boot
│   ├── REST APIs
│   ├── Authentication / JWT
│   └── Node.js
│
├── databases
│   ├── MySQL
│   ├── PostgreSQL
│   └── MongoDB
│
├── frontend
│   ├── React
│   ├── Next.js
│   └── TypeScript
│
├── devops
│   ├── Docker
│   ├── Git
│   └── GitHub
│
└── cs-fundamentals
    ├── DSA
    ├── OOP
    ├── DBMS
    ├── OS
    └── Computer Networks

$ git log --achievements

[2026] Solving 300+ Data Structures & Algorithms problems
[2025] Building full-stack and backend applications
[2024] GirlScript Summer of Code Contributor
[2024] Postman API Fundamentals Student Expert
[....] National-level Chess Player

$ ./currently-learning

→ Spring Boot & Spring Data JPA
→ Microservices Architecture
→ Docker & Containerization
→ RabbitMQ & Asynchronous Messaging
→ System Design
→ Writing cleaner backend code

$ echo $PHILOSOPHY

"First make it work.
 Then make it clean.
 Then make it scalable."

$ ping shweta

Interested in backend development, open source,
interesting problems, and building cool stuff.

status: online
```

Pinned Loading

  1. java_program java_program Public

    This GitHub repository contains a collection of Java programs covering various topics such as Anagrams, Conditions, Double Linked List, Binary String, Functions, Loops, Substring, Table, and Two-Di…

    Java

  2. anaquest anaquest Public

    AnaQuest is an AI-powered analytical practice platform designed to help students prepare for competitive exams and placements by offering real-time feedback, adaptive learning, and dynamic question…

    TypeScript 1 1

  3. FarmerMart FarmerMart Public

    FarmerMart is a web-based platform designed to bridge the gap between certified contractors and farmers. It aims to provide farmers with reliable market access and income stability by facilitating …

    JavaScript

  4. meeting-notes-ai meeting-notes-ai Public

    The meeting-notes-ai project is an AI-powered application that helps users summarize meeting transcripts, customize prompts, and share summaries via email. The project provides a modern and respons…

    TypeScript

  5. my-portfolio my-portfolio Public

    I’m a Full Stack Developer with a passion for building impactful, user-centric web applications. I specialize in creating AI-powered platforms, real-time solutions, With hands-on experience in mode…

    CSS

  6. student-management-system student-management-system Public

    Student Management System is a full-stack web application designed to manage student information efficiently. It provides a complete CRUD (Create, Read, Update, Delete) operation interface for stud…

    Java