Skip to content
View Bapparajsk's full-sized avatar
:octocat:
Focusing
:octocat:
Focusing

Block or report Bapparajsk

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
bapparajsk/README.md
class User {
    private String name;
    private int age;
    private String address;

    public User() {
        this.name = "Bapparaj sk";
        this.age = 21;
        this.address = "India, West Bengal, Kolkata";
    }
}

class Experience {
    private String skills;
    private String achievements;
    private String projects;

    public Experience() {

        this.skills = "Java, JavaScript, TypeScript, Node.js, React.js, Next.js, Express.js, "
                + "MongoDB, Tailwind CSS, AWS, Firebase, Google Cloud, BullMQ, Redis";

        this.achievements = "Solved 1000+ problems on LeetCode, "
                + "Strong problem solving and competitive programming skills, "
                + "Experience in building scalable web applications";

        this.projects = "1. Social Media Web App (MERN Stack)\n"
                + "2. Personal 3D Animated Portfolio\n"
                + "3. News Web App (React + API)\n"
                + "4. College Student Management App (React Native)\n"
                + "5. Custom Chatbot System\n"
                + "6. Multiple Next.js and Express based applications";
    }
}

class Education {
    private String degree;
    private String institution;
    private String graduationYear;

    public Education() {
        this.degree = "Computer Science and Engineering";
        this.institution = "Elitte Institute of Engineering & Management";
        this.graduationYear = "2028";
    }
}

class Contact {
    private String email;
    private String phone;
    private String linkedIn;

    public Contact() {
        this.email = "bapparajsk97@gmail.com";
        this.phone = "+91 9832616514";
        this.linkedIn = "https://www.linkedin.com/in/bappa-raj-sk-6a0153233/";
    }
}

This README represents my profile in a fun Java-style format!

Pinned Loading

  1. codeking codeking Public

    CodeKing is a comprehensive repository that houses a collection of coding solutions, algorithms, and data structures implemented in various programming languages. Whether you're a beginner looking …

    JavaScript 1

  2. my-own-facebook my-own-facebook Public

    The "my-own-facebook" repository is a personal project aimed at creating a custom social media platform inspired by Facebook. This project focuses on implementing core features of a social networki…

    TypeScript 1

  3. component-lab component-lab Public

    A starter template for building fast, scalable, and maintainable web applications with Next.js. This project includes a set of pre-configured features, including theme management, responsive design…

    TypeScript

  4. graphql-server graphql-server Public

    A production-ready GraphQL server built with TypeScript, Prisma, Zod, and a modular service-based architecture. It follows clean code principles and is designed for scalability, maintainability, an…

    TypeScript