Skip to content

Miscellaneous Topics

Cross-domain programming reference covering Go, advanced JavaScript, data structures and algorithms, SQL, Python utilities, computer vision, browser automation, and AI development tools.

JavaScript

Go Programming

  • go fundamentals - types, slices, maps, pointers, interfaces, closures, error handling, context
  • go concurrency - GMP scheduler, channels, select, sync primitives, graceful shutdown
  • go microservices - gRPC with protobuf/buf, clean architecture layers, DI, testing, Docker
  • go database patterns - PostgreSQL/pgx, MongoDB, Redis caching, transactional outbox, migrations

Infrastructure and Messaging

Data Structures and Algorithms

Python and Web

Computer Vision

Testing and Automation

AI Development Tools