Generate http files from a swagger definition
A guide on using the httpgenerator tool to automatically create HTTP request files from a Swagger/OpenAPI definition for easier API testing.
A guide on using the httpgenerator tool to automatically create HTTP request files from a Swagger/OpenAPI definition for easier API testing.
A DevOps engineer reflects on leaving Twitter/X for the Fediverse, discussing platform changes, tech community dynamics, and personal tech projects.
A technical guide on implementing site search for static Netlify sites using Elasticsearch, 11ty, and the Elasticsearch bulk API.
Analyzes whether using the 'readonly' modifier in C# leads to performance improvements by examining generated IL and JIT code.
Analyzes the claim that AI will replace human programmers in five years, examining current AI coding benchmarks and limitations.
Explores design considerations and challenges in message-passing applications using the SObjectizer framework and the actor model in C++.
Interview with Sema CEO Matt Van Itallie on using generative AI for code analysis, developer productivity, and explaining software to non-technical executives.
Explores how comprehensive testing enables the 'Four Rules of Simple Design,' focusing on how tests support change, intention, and duplication removal.
A software engineer shares strategies for onboarding to a new database team, focusing on build processes, documentation, and initial code contributions.
A tutorial on building a chat bot using the OpenAI Assistants API and the Microsoft Bot Framework SDK, with a focus on Python implementation.
A software developer shares lessons learned from being laid off and navigating a challenging job search, including application statistics and strategies.
Troubleshooting guide for Windows Hello for Business error '0x000005e' during PIN authentication in a cloud Kerberos trust scenario.
A simplified infographic explaining how the .NET Garbage Collector works, with links to more detailed technical articles.
A guide to selecting optimal texture formats for WebGL and WebGPU applications, focusing on performance, memory usage, and avoiding framerate stalls.
An organizer shares 11 years of experience running a local tech meetup, covering motivation, team building, and community growth.
How an IT team uses brainstorming sessions to tackle ambiguous challenges like upcoming ESG regulations and develop innovative software solutions.
A technical exploration of Gleam's Foreign Function Interface (FFI) for leveraging Erlang and Elixir libraries, with practical code examples.
A technical guide on implementing a lock-free ring buffer in C# for asynchronous logging, explaining its benefits and providing sample code.
A developer shares their journey contributing to the 11ty static site generator project and joining its official support team.
Introduces bUnit Generators, a tool for automatically creating stubs for third-party components in Blazor unit tests.