Skip to content
View lim0sha's full-sized avatar
🏠
Working from home
🏠
Working from home
  • Saint-Petersburg, Russia
  • 03:44 (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.

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
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 lim0shaEmail

A little more about me:

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

Pinned Loading

  1. ClimifyClimifyPublic

    Weather API that fetches and returns forecasts data.

    Java

  2. BankSystemBankSystemPublic

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

    Java

  3. All4A/TracklyAll4A/TracklyPublic

    MVP of interactive hobby tracker

    JavaScript

  4. SimpleCrmSimpleCrmPublic

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

    Java 1