Skip to main content

Posts

Recent posts

New top story on Hacker News: Show HN: Auto-generate an OpenAPI spec by listening to localhost

Show HN: Auto-generate an OpenAPI spec by listening to localhost 15 by adawg4 | 2 comments on Hacker News. Hey HN! We've developed OpenAPI AutoSpec, a tool for automatically generating OpenAPI specifications from localhost network traffic. It’s designed to simplify the creation of API documentation by just using your website or service, especially useful when you're pressed for time. Documenting endpoints one by one sucks. This project originated from us needing it at our past jobs when building 3rd-party integrations. It acts as a local server proxy that listens to your application’s HTTP traffic and automatically translates this into OpenAPI 3.0 specs, documenting endpoints, requests, and responses without much effort. Installation is straightforward with NPM, and starting the server only requires a few command-line arguments to specify how and where you want your documentation generated ex. npx autospec --portTo PORT --portFrom PORT --filePath openapi.json It's design

New top story on Hacker News: Ask HN: How common is developer burnout? Have you ever been burnt out?

Ask HN: How common is developer burnout? Have you ever been burnt out? 2 by Desafinado | 0 comments on Hacker News. When I graduated from college I found a job working for a Fortune 500 where I completed a pretty complex project. I was there for two years and it felt like a stressful meat grinder. The experience was so bad that I quickly pivoted to a less stressful role, and have been there for quite some time now. This has got me wondering: how stressful do people find the software industry at large? There seems to be a big draw for young developers to try to go FAANG, but honestly, these companies just sound like another high-performance meat grinder. You get paid a lot but are constantly under scrutiny. And smaller companies are all going pseudo-agile to try to squeeze every last ounce from their developers. This makes me wonder if finding a low-key, sane culture is the key to sustainability in the industry, and avoiding burn out.