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

https://github.com/josestg/engineering-notebooks

My Engineering Notebooks
https://github.com/josestg/engineering-notebooks

Last synced: about 1 month ago
JSON representation

My Engineering Notebooks

Awesome Lists containing this project

README

        

# My Engineering Notebooks

Berisi kumpulan catatan hasil pembelajaran/coba-coba saya selama bekerja sebagai Software Engineer.

| Title | Language | Source Code | README |
|---------------------------------------------------------------------------------------------------------------------|----------|-------------|--------|
| [Build Your Own HTTP Router](https://github.com/josestg/engineering-notebooks/tree/main/build-your-own-http-router) | Go | ✅ | 👷🏻 |
| [Implement Your Own JWT](https://github.com/josestg/engineering-notebooks/tree/main/implement-your-own-jwt) | Go | ✅ | 👷🏻 |
| [Multi Mode Testing in Go](https://github.com/josestg/engineering-notebooks/tree/main/multi-mode-testing-in-go) | Go | ✅ | ✅ |
| [SQL Transaction in Go](https://github.com/josestg/engineering-notebooks/tree/main/sql-transaction-in-go) | Go | ✅ | 👷🏻 |