@nausaf
Nothing here yet.
Nothing here yet.
May 30 · 7 min read · It is straightforward to configure a minimal API to produce an OpenAPI document at build time. This runs the API during build, requests the OpenAPI document from it, and saves it to disk. The slightly
Join discussion
Nov 8, 2024 · 7 min read · Semantic Versioning (or SemVer for short) is a software versioning scheme that stipulates three-part version numbers of the form <major>.<minor>.<patch>, such as 1.0.2, with an optional prerelease suffix of the form -<prerelease>, as in 1.0.2-beta. S...
Join discussion
Sep 22, 2024 · 3 min read · When you go to merge a pull request on GitHub, you would see three choices: The behaviour of each of the merge methods is as follows (assuming for the sake of this post that the target branch of the pull request is main, i.e. you are merging into ma...
Join discussionSep 16, 2024 · 29 min read · A linter is a tool that scans code for potential issues. This is invaluable with a programming language like JavaScript which is so loosely typed. Even for TypeScript, which is a strongly typed language whose compiler does a great job of detecting er...
Join discussion