105 followers
Full Stack Developer and a maker. See my portfolio at https://portfolio.devaman.dev
Subscribe to my newsletter and never miss my upcoming articles
Hi everyone. As you all know Github has introduced new feature to add a README to your Github profile. We will use this feature to show our latest blogs on our Github Profile. We are using: Github Actions A Nodejs Script to Call Hashnode Api. Node...
Hey Everyone, Many of us has this problem of deploying our github repo to EC2 machines or Digital Ocean's droplets or etc. We can automate this process by running a simple webhook script on our machine. Lets start ! The script const secret = "secret-...
Hey everyone, I recently saw a post asking for some help on this topic. So i am writing on this topic.Lets start. First off all there are two type of data in website : Static data ( for everyone it is same eg site name ) Dynamic data ( for everyone ...
Recently I was working on one of my projects built using nextjs . I was using semantic UI library. Even the minified version is too big for production. (631kb) It was making my web app slow. I searched through the internet for ways to reduce the si...
What is docker ? Docker is a computer program that performs operating-system-level virtualisation, also known as "containerization" Docker uses all the operating system resources (file system,process trees,user) and carve them in virtual OS called c...
I recently graduated from college and joined a job. Corporate Life is not that easy as everyone thinks. I wanted some diversion from my daily routine. Then while surfing the internet I got to know about the Game oasis hackathon. The topic of the hac...