The Problem ES Modules are increasingly adopted in many environments including modern browsers and nodejs. Besides a more flexible and concise syntax, there are many more reasons to use them. As there are many projects built on CJS and some more obstacles when using ESM (e.g. nodejs using CJS by […]
Development
3 posts
In this post, I am presenting my experiences on my first large contribution to an open source library.
Any software development team that works on some web backend service implementing REST will need to document their architecture. OpenAPI is the go-to technology to document such an interface. As documentations grow, so does their readability sink. I’ve seen spec files easily exceeding 3000 LOC. In this article, I want […]