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
- Host: GitHub
- URL: https://github.com/josestg/engineering-notebooks
- Owner: josestg
- Created: 2022-04-22T11:22:00.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-23T21:08:48.000Z (about 3 years ago)
- Last Synced: 2025-01-31T06:47:30.370Z (3 months ago)
- Language: Go
- Homepage:
- Size: 421 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 | ✅ | 👷🏻 |