Skip to content
View lim0sha's full-sized avatar
๐Ÿ 
Working from home
๐Ÿ 
Working from home
  • Saint-Petersburg, Russia
  • 19:50 (UTC +03:00)

Block or report lim0sha

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
lim0sha/README.md

Hi, I'm Alexander Kim! ๐Ÿ‘‹

Backend Developer & Software Engineering student at ITMO University
Passionate about clean APIs, scalable systems, and maintainable code

GitHub lim0sha Email

A little more about me:

public class Me {
    public final String[] languages = 
        {"Java", "SQL", "Python", "C#", "C/C++"};
    public final String[] frameworks = 
        {"Spring Boot 4", "Spring MVC/Web/Data/Security", "Hibernate ORM"};
    public final String[] tools = 
        {"Git + GitHub", "Docker + Docker Compose", "Maven", "Gradle", "IntelliJ IDEA", "Bash", "Postman"};
    public final String[] infra = 
        {"PostgreSQL", "MongoDB", "Kafka", "Redis", "GitHub Actions"};
    public final String[] practices = 
        {"REST API", "gRPC", "OpenAPI/Swagger", "CI/CD"};
    public final String[] testing =
        {"JUnit", "Mockito", "JaCoCo"}
    
    public boolean lovesCleanCode = true;
    public String englishLevel = "Advanced (C1)";
    
    public void sayHi() {
        System.out.println("Feel free to reach out about backend, system design, or anything else!");
    }
}

Pinned Loading

  1. Climify Climify Public

    Weather API that fetches and returns forecasts data.

    Java

  2. BankSystem BankSystem Public

    A REST-API backend that implements business logic for bank application with users, accounts, transactions, etc.

    Java

  3. All4A/Trackly All4A/Trackly Public

    MVP of interactive hobby tracker

    JavaScript

  4. SimpleCrm SimpleCrm Public

    A lightweight Customer Relationship Management system for managing sellers and their transactions.

    Java 1