Skip to content

Latest commit

 

History

History
68 lines (53 loc) · 2.22 KB

README.md

File metadata and controls

68 lines (53 loc) · 2.22 KB

README

Blog: https://sazid.github.io

Some random personal repos:

Work related:

  • Node manager ~ go - a daemon that always keeps n ZeuZ Nodes alive.
  • ZeuZ Node ~ go - a single binary that can auto install Python and keep ZeuZ Nodes auto updated to latest MINOR or PATCH versions. interesting fact - embeds an offline Python installer in the binary.

I mostly work (in order) - backend, tooling, automation and frontend...

...with these languages:

  1. Go
  2. Python
  3. JavaScript
  4. Rust

...with these frameworks/libs:

  1. Django and tons of other python libs
  2. Gin
  3. jQuery
  4. Preact
  5. Rhai
  6. Isahc
  7. etc...

...within these environments:

  1. Nginx
  2. AWS EC2
  3. PostgreSQL
  4. Docker

Other misc items I've used/learnt in no particular order (in prod - at least one service is running in production):

  1. Java
  2. Kotlin
  3. Quarkus - Java/Kotlin with GraalVM native images, Swagger (in prod)
  4. Rust - tokio, actix actors, actix-web, actix websockets (in prod)
  5. Actor model
  6. Basics of Spring Core and Spring WebMVC
  7. gRPC Go and Python