CrabNebulaforCrabNebulacrabnebula.hashnode.dev·Nov 6, 2023Introduction to Code Generation in RustThis article is about generating Rust code from other Rust code, not for the code generation step of the rustc compiler. Another term for source code generation is metaprogramming, but it will be referred to as code generation here. The reader is exp...Discuss·6 likes·26 readsRust
Chayan SinghforGeekyAnts Tech Blogtechblog.geekyants.com·Sep 15, 2023CodeGen: How it Simplifies your lifeLearn how GraphQL Codegen enhances your TypeScript development, ensuring seamless integration with GraphQL APIs. Imagine having a collection of famous dishes as a chef. Everyone asks for the recipe, requiring details like ingredients, quantities, coo...Discuss·46 readscodegen
An Hoangan7.hashnode.dev·Jun 7, 2022About OpenAPI, its tools, and design-first APIsWhen it comes to designing a web API, OpenAPI is the standard. It's everywhere, it's also known under the name Swagger (whatever Swagger product they're called). But if you have ever written an OpenAPI specification document, I think you would have v...Discusscodegen