◆ 7 min read
Trying out Typespec
Explore Typespec, a DSL for generating OpenAPI specifications, and learn whether it's the right tool for your API design workflow.
TypespecOpenAPIAPI Design
▶
Read more
Thoughts on software engineering, system architecture, and building scalable applications.
Explore Typespec, a DSL for generating OpenAPI specifications, and learn whether it's the right tool for your API design workflow.
Learn how to build type-safe, schema-first APIs using ConnectRPC with Protocol Buffers for internal microservices communication.
Learn how to integrate Prometheus monitoring with your Rails application and visualize metrics using Grafana for better observability.
Build a customizable HTTP server in Go from scratch by implementing the http.Handler interface and understanding server fundamentals.