Jose SilvaObject Storage on your k8s cluster using S3 API and SeaweedFSObject storage is an architecture designed for managing and storing massive volumes of unstructured data. Unlike traditional file systems…Aug 131Aug 131
Jose SilvaDealing with race condition in Golang using channelsConcurrent code is usually one of the most difficult to understand, as it involves multiple tasks or processes running simultaneously and…May 29May 29
Jose SilvainITNEXTRate limiting with MARIN3R OperatorIn this blog, I will explain what rate limit is responsible for, why we need this in an application, and demonstrate how to it to your appsMay 10, 2021May 10, 2021
Jose SilvaTDD: Factory generator with factory.ts and faker.js to ease your testing in TypeScript applicationsWhen writing unit testing it is alway a good practice to mock the database with test data to achieve the F.I.R.S.T principles of unit…Apr 17, 20192Apr 17, 20192
Jose SilvaMemory allocation in JavaScript — Eager vs Lazy allocation approachMemory allocation is the process of reserving complete or partial space (physically or virtual) on the computer to execute an application…Apr 16, 2018Apr 16, 2018