Telosystelosys.hashnode.dev·Dec 12, 2024Telosys plugin for JetBrains IDEA new Telosys plugin is available! This time it’s a plugin for JetBrains IDE (IntelliJ, PyCharm, GoLand, PhpStorm, WebStorm, etc). It brings syntax highlighting for entities in a model (“.entity” files) The plugin is available on JetBrains marketpla...95 readscode
Telosystelosys.hashnode.dev·Nov 28, 2024Telosys 4.2.0 - new features for modelsThis new version brings even more flexibility, particularly for models management. Models installation Indeed, it is now possible to install models from GitHub, each model being a "git repository". This version introduces the notion of "depot". A "de...45 readstelosys
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...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...48 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...codegen