Skip to content
View tomiok's full-sized avatar
πŸ‡¦πŸ‡·
Hunting
πŸ‡¦πŸ‡·
Hunting

Highlights

  • Pro

Organizations

@gophers-latam @ohchat-io
Block or Report

Block or report tomiok

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

Hi there πŸ‘‹ my name is Tomas and I am from Argentina, happy to see you here.

  • πŸ‘Ύ PRODUCT HUNT NOW (updated at July 2023) πŸ‘Ύ

  • ⚑ Writing at https://dev.to/tomaslingotti and https://gophers-latam.github.io/posts/.

  • πŸ“°β€Š Building an app to centralize news with RSS and scrapping. Web6AM

  • πŸ”β€Š Building 1 new app for secrets management. Vaultik project

  • πŸš€ Building 1 new library for web servers. WebH

  • πŸ’― In this repo you can find good quality repos, feel free to contact me if anything caught your attention.

  • πŸ”­ I’m currently working mostly with Go and running a (gopher) youtube channel, I am actively uploading videos with tips, techniques, new frameworks, patterns and so on, all the content in the channel is in Spanish. I am glad to receive feedback or new topics for my videos.

  • πŸ’₯ I am also running a Discord server, for Gophers but you can also ask about any engineering issue/topic (in spanish as well), feel free to join and take a look to all the discusions, posts, challenges and even job postings.

  • 🌱 Here I have lot of unused code but I am working in goKey (a key/value superfast cache, with 3 interfaces (cli, tcp and HTTP) and very friendly for any language, and most important, community driven), clipper (a Hystrix inspired circuit breaker)and splanner (a pool with concurrent workers), feel free to send any PR or see the issues.

  • πŸ“« How to reach me: tomaslingotti@gmail.com

Pinned

  1. fuego-cache fuego-cache Public

    Fuego cache is a concurrent hashed key-value pair service written 100% in Golang. A high-speed cache service with HTTP and plain TCP and CLI interfaces with persistence in disk. Easy-to-use & easy-…

    Go 16 3

  2. patients-API patients-API Public

    Patient API is a PoC project using Golang, Chi, PostrgreSQL among Docker and Docker compose. Exposing REST API endpoints.

    Go 29 11

  3. clipper clipper Public

    Clipper is an plug-and-play, easy to use circuit breaker library. Based on Netflix Hystrix. Give a try for fast, secure and a non-dependency piece of software.

    Go 3

  4. splanner splanner Public

    A nice pool worker that allows you as a developer to configure the pool size and the number of workers. Also having 2 dispatcher types (async/sync) and have the control over the go routine

    Go 1

  5. webh webh Public

    Webh is a self contained library that has a production ready web server with all the capabilities, ready to use. Including safe start-shutdown, middlewares and handy error management

    Go 1

  6. chat-society-api chat-society-api Public

    In Chat society you could find rooms with people to chat, anonimous and secure.

    Go