Skip to content
View AlekseyBykov's full-sized avatar

Block or report AlekseyBykov

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

Here are some of my open-source experiments and demos:

Java

Full-stack & Deployment

  • myblog — My blog with Spring Boot backend and React frontend.
  • relmgr-web — Full-stack release management tool built with React and Spring Boot microservices.
  • pets.weather-map-demo — Spring Boot backend with frontend, CI/CD deployment to VPS.

Desktop Applications

  • pets.relmgr — JavaFX desktop app for release management, patch packaging, and communication workflows.

Microservices & Event-Driven Systems

Architecture & Design Patterns

Data Processing & Integration

  • pets.pipespec — ETL module for flat-file parsing, XML validation, and domain mapping.
  • pets.yaml-parser — YAML rules engine with embedded JavaScript (GraalVM).
  • pets.jaxb-demo — JAXB examples: XML ↔ Java mapping and XSD generation.

Testing, Diagnostics & Tooling

Go

Certificates

  • certificates — Сollection of all completed courses & certificates.

Pinned Loading

  1. pets.spring-boot-monolith pets.spring-boot-monolith Public

    An example of Spring Boot monolith application with using Layered Architecture. Includes decoupled backend only.

    Java 6 3

  2. pets.onion-architecture pets.onion-architecture Public

    An example of Spring Boot monolith application with using Onion Architecture. Includes decoupled backend only.

    Java 3 2

  3. myblog myblog Public

    Full-stack personal blog with a Java Spring Boot backend and React frontend. Focused on modular architecture, content processing, and infrastructure experiments.

    JavaScript

  4. relmgr-web relmgr-web Public

    Full-stack web-based release management system built with React and Spring Boot microservices. Focused on automating patch assembly, artifact delivery, and release communication.

    JavaScript 2 1

  5. pets.go-memcache pets.go-memcache Public

    Simple in-memory thread-safe cache.

    Go

  6. pets.go-http-client pets.go-http-client Public

    Minimalist HTTP client.

    Go