Our great sponsors
-
Nest
A progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications on top of TypeScript & JavaScript (ES6, ES7, ES8) π
So, I had to setup swagger docs for a Koa API recently and I had to cram a lot of information and definitions into comments for the swagger-jsdoc tool to extract. As a developer who has used NestJS and is familiar with the ease at which you can create Swagger docs, I disliked this experience. I did check for some alternatives and found one notable package koa-swagger-decorator but why not re-invent the wheel π? I just wanted to code this myself... Thankfully, I got something usable without too much effort but this could easily have turned into a bad situation where I just wasted time and effort instead of using an existing solution.
Related posts
- I'm trying to learn Python, I have experience in js and node, what would be a good Python framework to pickup for web development?
- Has anyone been able to deploy a Nest.js (backend) & Next.js combination?
- You Donβt Need Microservices
- Backend projects a junior programmer should know
- Backend for React TypeScript Project?