Skip to content
View LautaroJayat's full-sized avatar
💭
👽
💭
👽

Organizations

@back-end-labs
Block or Report

Block or report LautaroJayat

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

Lautaro Jayat

Hi there!

I'm Lautaro Jayat. I like to learn and tinker with various technologies.

On this page, you'll find links to some projects and repositories I created while exploring tools, studying topics, or reading books.

As it might have happened to you as well, most of my coolest code is behind a non-disclosure agreement. But hey, I will try to keep writing free stuff here in my free time.

I hope you find it useful or at least interesting.

Feel free to drop me an email, open an issue, or send a pull request to say hello or share something 🙂.

Projects

Go Programming Language

Name Languages/Tools Description
RUOK - Backend Services Monitor Go - Postgres - Make An open source tool to leverage Posgres deployments as brokers for backend monitoring and alerting services.
Backoffice Server Template Go - K8s - Helm- Make A template for a kubernetes deployment including an authorization proxy and a server that implements a crud and events propagation.
Authorization Proxy Go An implementation of an Authorization proxy using the Go standard library
Programming Patterns Go Implementations of several programming patterns in Go
Simple HTTP Server Template Go A template to easily structure and start a Go web service
Writing an Interpreter in Go Go Notes and implementation of the interpreter explained in Writing An Interpreter In Go by Thorsten Ball's

C Programming Language

Name Languages/Tools Description
Linux Kernel Modules Development C - Make Notes, tutorials and experiments on linux kernel modules written while following Linux Device Drivers
Data Structures and Algorithms in C C - Python - Bash Guides and tutorials on how to implement data structures in the C programming language
Nasm Examples Assembly - C - Make Some simple examples on assembly programming

Node - Javascript - Typescript

Name Languages/Tools Description
Mongo To SQL Typescript A CLI tool that parses mongo commands and returns its corresponding SQL query
Twitter Bot Vainilla JS A simple client library to interact wtih twitter's v1 API
Little Compression Server Nodejs A simple image compression server implementation
JWT Auth and Tests Nodejs An implementation of a JWT auth server with it's corresponding integration tests
Vainilla Nodejs Streaming Server Nodejs An implementation of a streaming web server in plain nodejs

IaC - Cloud - DevOps

Name Languages/Tools Description
AWS - Simple SQS + Lambda AWS - Terraform - Nodejs The simplest example on how to create a lambda triggered by an sqs message

Pinned

  1. data-structures-and-algorithms-in-c data-structures-and-algorithms-in-c Public

    Just some exercises on algorithms and datastructures

    C 6

  2. linux-kernel-modules-development linux-kernel-modules-development Public

    Notes and experiments on linux kernel module development

    C 3

  3. nasm_examples nasm_examples Public

    nasm_examples

    Assembly 1

  4. go-backoffice-template go-backoffice-template Public

    A template for a k8s deployment of an auth proxy and server to provide backoffice services using Go, PostgreSQL and Redis

    Go

  5. ruok ruok Public

    Scheduler and executor engine for RUOK service health monitor

    Go 2 1

  6. mongo-to-sql mongo-to-sql Public

    A simple mongo to sql translator powered by Nodejs

    TypeScript