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 🙂.
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 |
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 |
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 |
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 |