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

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
Sarvar55/README.md
welcome to my profile!
public class Sarvar {
    private final String name;
    private final String surname;
    private final JSONObject education;

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

    public static void main(String...ideasForImprovment) {
        JSONObject educationInfo = new JSONObject()
                .put("university", "Süleyman Demirel University")
                .put("class", 4);

        Sarvar sarvarInfo = new Sarvar("Sarvar", "Musazade", educationInfo);
    }
}

👥 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

  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. spring-OpenAI spring-OpenAI Public

    Bu proje, Spring Boot ile OpenAI'nin GPT-3 modelini kullanarak metin oluşturma ve analiz görevlerini gerçekleştirmeyi amaçlamaktadır. Kullanıcıdan gelen istekleri işleyerek, GPT-3 modeline özelleşt…

    Java 2

  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. Text-to-speech Text-to-speech Public

    This Python-based text-to-speech project is a powerful tool for converting written text into spoken words, enhancing accessibility and user experience across various applications.

    Jupyter Notebook 3

  5. hoaxify-frontend hoaxify-frontend Public

    JavaScript

  6. BLOG_APP BLOG_APP Public

    It contains the back end of a blog site written with Spring boot.

    Java