-
Protective measures for recent shai hulud attacks
As the recent attacks are getting common, I did some changes and tried to prevent my ongoing apps that I am working on, as much as I can using some steps. Before, we move forward, just to give context, I left using “npm” for my new projects some years back. I use “pnpm” mostly for…
-
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…