Pinned Repositories
bitboard_chess
Rust crate that implements a playable bitboard-based chessboard.
graph-app-config-service
graph-app-discovery-service
graph-app-gateway-service
microblog-app
Old version of https://github.com/Echelon133/microblog-microservice-app. This version is more monolith-like, uses Neo4j as the primary database and Docker Compose as the way of deploying the app. The new version is divided into smaller microservices, uses PostgreSQL as the primary database and is deployed using Kubernetes.
microblog-client
Vue.js client for the microblog application
microblog-microservice-app
Backend of a microblog application with twitter-like functionality (posts, quotes, responses, customizable user profiles, likes, tags, mentions, etc.). Implemented using Spring Boot, Kubernetes, PostgreSQL, Redis.
sports-live
App for live text coverage of football matches (Java, Spring, Next.js, TailwindCSS, Jenkins, PostgreSQL, Kafka, Kubernetes, Docker, Socket.io)
sports-live-app
Backend for live football match coverage app
SpringLibrary
Spring Library App (Spring Boot, Spring Security, Spring Data, JWT)
Echelon133's Repositories
Echelon133/SpringLibrary
Spring Library App (Spring Boot, Spring Security, Spring Data, JWT)
Echelon133/sports-live-app
Backend for live football match coverage app
Echelon133/bitboard_chess
Rust crate that implements a playable bitboard-based chessboard.
Echelon133/graph-app-config-service
Echelon133/graph-app-discovery-service
Echelon133/graph-app-gateway-service
Echelon133/graph-app-graph-path-finder-service
Echelon133/graph-app-graph-storage-service
Echelon133/graph-microservice-app
Echelon133/GraphShortestPath
Finding shortest paths in weighted graphs using the Dijkstra algorithm. Edge weight can be represented as: Byte, Short, Integer, Long, Float, Double, BigInteger and BigDecimal.
Echelon133/microblog-app
Old version of https://github.com/Echelon133/microblog-microservice-app. This version is more monolith-like, uses Neo4j as the primary database and Docker Compose as the way of deploying the app. The new version is divided into smaller microservices, uses PostgreSQL as the primary database and is deployed using Kubernetes.
Echelon133/microblog-client
Vue.js client for the microblog application
Echelon133/microblog-microservice-app
Backend of a microblog application with twitter-like functionality (posts, quotes, responses, customizable user profiles, likes, tags, mentions, etc.). Implemented using Spring Boot, Kubernetes, PostgreSQL, Redis.
Echelon133/sports-live
App for live text coverage of football matches (Java, Spring, Next.js, TailwindCSS, Jenkins, PostgreSQL, Kafka, Kubernetes, Docker, Socket.io)
Echelon133/SpringWebSocketChat
Spring (MVC, WebSocket, Security), OAuth2 (github), Redis, SockJS
Echelon133/microblog-auth
Echelon133/microblog-backend
Echelon133/microblog-gateway
Echelon133/sports-live-app-client
Next.js client for an app which lets users follow text coverage of football matches live
Echelon133/Write-ups