Skip to content
View NRKA's full-sized avatar

Block or report NRKA

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

Pinned Loading

  1. home-service home-service Public

    Created 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

  2. gRPC-Server gRPC-Server Public

    gRPC-Server with Logging and Trace

    Go

  3. HTTP-Server HTTP-Server Public

    Developed 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

  4. Cache Cache Public

    Made 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

  5. CLI CLI Public

    Console command functionality has been integrated into the project with an architecture that demands minimal adjustments when introducing new commands.

    Go

  6. Parallel-Word-Counter Parallel-Word-Counter Public

    Implemented 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