An open API service indexing awesome lists of open source software.

https://github.com/lautarojayat/lautarojayat


https://github.com/lautarojayat/lautarojayat

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# 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](https://github.com/LautaroJayat/ruok)| Go - Postgres - Make | An open source tool to leverage Posgres deployments as brokers for backend monitoring and alerting services. |
|[Backoffice Server Template](https://github.com/LautaroJayat/go-backoffice-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](https://github.com/LautaroJayat/go_auth_proxy_example)| Go | An implementation of an Authorization proxy using the Go standard library|
|[Programming Patterns](https://github.com/LautaroJayat/golang_examples)| Go | Implementations of several programming patterns in Go |
|[Simple HTTP Server Template](https://github.com/LautaroJayat/go-simple-server-template)| Go | A template to easily structure and start a Go web service |
|[Writing an Interpreter in Go](https://github.com/LautaroJayat/writing-an-interpreter-in-go)| Go | Notes and implementation of the interpreter explained in [Writing An Interpreter In Go](https://interpreterbook.com/) by Thorsten Ball's|


### C Programming Language

| Name | Languages/Tools | Description |
|------------|-----------------------|-------------------|
|[Linux Kernel Modules Development](https://github.com/LautaroJayat/linux-kernel-modules-development) | C - Make | Notes, tutorials and experiments on linux kernel modules written while following [Linux Device Drivers](https://lwn.net/Kernel/LDD3/)|
|[Data Structures and Algorithms in C](https://github.com/LautaroJayat/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](https://github.com/LautaroJayat/nasm_examples) | Assembly - C - Make | Some simple examples on assembly programming|


### Node - Javascript - Typescript

| Name | Languages/Tools | Description |
|------------|-----------------------|-------------------|
|[Mongo To SQL](https://github.com/LautaroJayat/mongo-to-sql) | Typescript | A CLI tool that parses mongo commands and returns its corresponding SQL query|
|[Twitter Bot](https://github.com/LautaroJayat/twitter_bot) | Vainilla JS | A simple client library to interact wtih twitter's v1 API|
|[Little Compression Server](https://github.com/LautaroJayat/imagemin-compress-server)| Nodejs | A simple image compression server implementation|
|[JWT Auth and Tests](https://github.com/LautaroJayat/jwt-and-mocha-example)| Nodejs | An implementation of a JWT auth server with it's corresponding integration tests|
|[Vainilla Nodejs Streaming Server](https://github.com/LautaroJayat/vainilla-nodejs-206-partial-content-streaming)| Nodejs | An implementation of a streaming web server in plain nodejs|


### IaC - Cloud - DevOps

| Name | Languages/Tools | Description |
|------------|-----------------------|-------------------|
[AWS - Simple SQS + Lambda](https://github.com/LautaroJayat/terraform-simple-sqs-lambda)| AWS - Terraform - Nodejs | The simplest example on how to create a lambda triggered by an sqs message|