-
Flexible Storage Providers in Nest.js
Implementing file upload service Requirement: I needed a generic file uploader service which have the following functionalities: Also, I might change the service provider later. Currently, I wanted to use ImageKit but later I might change to dropbox or aws s3 or onedrive, etc. But, I want minimal changes in my code with a single…
-
Node.js with Typescript
From my weird learning journey, I am logging this article where I wanted to explore something basic. I have always written Node.js with javascript and with Express mostly. So, today, I am trying to write or structure a basic node and express app with typescript. Just a simple and small setup to log, how to…