Skip to content
View Sarvar55's full-sized avatar
:octocat:
Working from home
:octocat:
Working from home

Block or report Sarvar55

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 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
Sarvar55/README.md
welcome to my profile!
import org.json.JSONObject;

public class Sarvar {

    private final String name;
    private final String surname;
    private final JSONObject profile;

    public Sarvar(String name, String surname, JSONObject profile) {
        this.name = name;
        this.surname = surname;
        this.profile = profile;
    }

    public static void main(String... args) {

        JSONObject profile = new JSONObject()
                .put("role", "Software Engineer")
                .put("focus", "Java Backend Development")
                .put("interests", new String[]{
                        "Artificial Intelligence",
                        "Startups",
                        "System Design",
                        "Scalable Backend Systems"
                })
                .put("mindset", "Creative Thinker")
                .put("description", "Builder who connects AI ideas with real-world startup products")
                .put("experienceLevel", "Graduate / Early Professional");

        Sarvar sarvarInfo = new Sarvar("Sarvar", "Musazade", profile);

        System.out.println(sarvarInfo.profile.toString(2));
    }
}

👥 How to reach me

Link to my GitHub link to my LinkedIn Link to my Twitter link to send me an email

📚 My personal portfolio

Visit my Website

Languages and Tools:


css3 docker express html5 java javascript kafka mongodb mysql nextjs nodejs postgresql rabbitMQ react redis redux spring tailwind typescript css3


Pinned Loading

  1. git-doctor git-doctor Public

    GitDoctor, a TypeScript-powered command-line marvel, revolutionizes your Git experience with a range of unique features tailored for efficient version control.

    TypeScript 11

  2. Domain-Driven-Design-And-Hexagonal Domain-Driven-Design-And-Hexagonal Public

    Java

  3. Medium-Clone Medium-Clone Public

    This Medium Clone project is a full-stack web application built with Java Spring Boot for the backend and Next.js for the frontend, showcasing a modern web development stack.

    MDX

  4. task-manager task-manager Public

    Java