[go: up one dir, main page]

Skip to content
View timmythecreator's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report timmythecreator

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

Hey there!

About Me :

My name is Timur, an experienced Software Engineer with +3 years.

Currently studying Go and backend development.

My stack:

C++, Python, Go, SQL, PostgreSQL, Windows, Linux, macOS, AzureDevOps, Jira, GitHub, GitLab, Git, SVN, Swagger, Postman, Docker, Confluence


Experience:

Dates Role Company
Nov, 2021-present Middle Software Developer in Test
May, 2021-Nov, 2021 Junior QA Engineer

Pinned Loading

  1. timmythecreator timmythecreator Public

  2. c-smalloc c-smalloc Public

    Simple memory allocator (malloc, calloc, realloc, and free) implemented in C. Useful for learning and experimenting with custom memory management techniques.

    C

  3. jwt-authentication-go jwt-authentication-go Public

    Simple JWT Authentication go app (Gin/Gorm)

    Go

  4. go-algorithms go-algorithms Public

    Algorithms on Golang

    Go

  5. c-hash-table c-hash-table Public

    Implementation of a simple hash table in C, supporting basic operations such as insertion, search, and deletion. The hash table uses open addressing with double hashing for collision resolution. Th…

    C