Skip to content
View RSheremeta's full-sized avatar
🇺🇦
Ukrainians resist
🇺🇦
Ukrainians resist
Block or Report

Block or report RSheremeta

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
RSheremeta/README.md

Hi there, I'm Roman, a Software Engineer who codes in Go 👋

If you're looking for a rockstar Software Engineer who loves to write code in Golang, look no further!

I know the ins and outs of the language like the back of my hand.

I'm an adept at developing complex software systems using Go. I got a deep understanding of the language's syntax, as well as its performance and scalability characteristics. I'm also knowledgeable in software engineering principles and practices, such as design patterns, algorithms, testing methodologies etc. With that being said, I' able to deliver high-quality and maintainable software solutions that meet business requirements.

I'm also an enthusiast, who strives to elaborate and share useful info for the community thru my Medium blog:

Tools and Languages:

golang grpc protobuf postgres mongo

docker k8s jenkins circleci aws terraform grafana git bash postman vscode linux

java selenium playwright


Reach out to me at:

my_linkedin my_medium my_email


Some statistics of mine:

Roman's GitHub stats

Top Langs

Roman Sheremeta profile views

Pinned

  1. archiver archiver Public

    archiver written in Go (Golang) implements Shannon-Fano algorithm for text data compression

    Go

  2. read-adviser-bot read-adviser-bot Public

    A Telegram Bot which consumes/stores/gives articles for you to read

    Go

  3. gob-serialization gob-serialization Public

    Benchmarking Gob vs other data formats like JSON, XML and YAML.

    Go 6

  4. gob-proto-bench gob-proto-bench Public

    Benchmarking (de)serialization of Gob vs Protobuf

    Go 1

  5. testrail-junit testrail-junit Public

    Library for integration JUnit-based tests with TestRail

    Java 1

  6. Pure Go implementation of BeforeEach... Pure Go implementation of BeforeEach / AfterEach and BeforeSuite / AfterSuite testing mechanisms
    1
    // DISCLAIMER:
    2
    // ideally, this snippet shouldn't be used as a separate file
    3
    // all the stuff should be divided into kinda logical parts and stored in files respectively
    4
    // it's all gathered here in one single place for the demonstration purposes only
    5