Pinned Loading
-
home-service
home-service PublicCreated a backend service for posting apartment listings. Allows users to register and log in, create houses and apartments, and moderate listings. The service is built using Go and PostgreSQL.
Go
-
-
HTTP-Server
HTTP-Server PublicDeveloped an HTTP server with the ability to interact with the database and perform CRUD operations. Integrated Kafka into project, while during CRUD operations it records events using methods in K…
Go
-
Cache
Cache PublicMade implementation of in-memory cache and persistent storage. Users concurrently add data to the cache or retrieve it from cache. If cache has expired, it retrieves the data from the database and …
Go
-
CLI
CLI PublicConsole command functionality has been integrated into the project with an architecture that demands minimal adjustments when introducing new commands.
Go
-
Parallel-Word-Counter
Parallel-Word-Counter PublicImplemented project that uses parallel processing techniques, using goroutines, to count occurrences of user-specified words concurrently in a text file. The program provides efficient word countin…
Go
If the problem persists, check the GitHub status page or contact support.