Explore >> Select a destination


You are here

www.onswiftwings.com
| | blog.kulman.sk
9.9 parsecs away

Travel
| | How many times how you copied and pasted some code in your current codebase because there was no good way to abstract it? Maybe because it was some repeating code required by a framework or mapping of some data transfer structures. Writing such boilerplate code is an error-prone waste of time, especially when there is a much better way: generating that code. There are a few tools to help you do that, one of the most flexible of them being GYB. What is GYB? GYB is a lightweight templating system that allo...
| | swiftrocks.com
12.1 parsecs away

Travel
| | I've been playing with intelligent code generation for a couple of years now, and I'd like to show you how to achieve this with SourceKit.
| | devopsian.net
9.5 parsecs away

Travel
| | Discover the value of API-First design for side projects. Learn how this approach can streamline development, improve consistency, and accelerate your workflow through practical examples and code generation.
| | k33g.hashnode.dev
64.4 parsecs away

Travel
| This blog post is an introduction to WASI, the WebAssembly System Interface