codegen

Tag: codegen

6 posts
permablog icon
permablog

Right to repair for AI-generated codebases

we have to think through bad ideas, because they may be our future

·
Aug 7
·
GC shape stenciling in Go generics
Redowan's Reflections icon
Redowan's Reflections
rednafi.com

GC shape stenciling in Go generics

How Go's compiler shares generic function bodies by GC shape and uses dictionaries for the concrete types.

·
Jul 10
·
Peeking into Go struct tags
Redowan's Reflections icon
Redowan's Reflections
rednafi.com

Peeking into Go struct tags

A quick tour of Go struct tags: how different libraries use them, how you read them at runtime with reflection, and how other tools read them at build time instead.

·
Apr 17
·
Generating Angular API clients with OpenAPI Generator
Angular.Schule icon
Angular.Schule
angular.schule

Generating Angular API clients with OpenAPI Generator

In this article, we'll show how to use OpenAPI Generator to automatically generate Angular HTTP services from your OpenAPI spec.

·
Jun 17 '25
·
Generating Angular API clients with Apollo and GraphQL code generator
Angular.Schule icon
Angular.Schule
angular.schule

Generating Angular API clients with Apollo and GraphQL code generator

In this article, I will give a short introduction to GraphQL and then we shall look at at Apollo Angular and the GraphQL code generator. We will combine the flexibility of Graphql with the safety of strongly typed TypeScript code that is consistent between server and client.

·
Jun 13 '18
·
Generating Angular API clients with Swagger
Angular.Schule icon
Angular.Schule
angular.schule

Generating Angular API clients with Swagger

In this article, we will take a look at swagger codegen. It will save you a ton of work and pain by generating HTTP services automatically from your swagger API description.

·
Apr 11 '18
·