CJCarlos Jassoinblog.carlosjasso.devยทSep 3, 2021 ยท 10 min readcurl - API testing made really simpleWhen I started learning about the HTTP protocol and had to interact with URLs and data, almost every tool that I tested either lacked proper documentation or had overly complicated instructions for something as simple as making an HTTP request. But o...01P
CJCarlos Jassoinblog.carlosjasso.devยทMar 24, 2021 ยท 13 min readHow to set a good project file structureA common problem among software developers is having to decide where to put the source code, images, libraries, documentation or anything else inside of a project directory. And though it's a common issue, it's also fairly easy to tackle by having in...00
CJCarlos Jassoinblog.carlosjasso.devยทFeb 16, 2021 ยท 10 min readHow to setup an NPM packageEvery time you'd like to start building a Node app from scratch, it's highly recommended for you to setup an NPM package so that your app can be easily managed and maintained either by you or other developers. ๐ก This article assumes that both Node ...03SZN