sinapradip.hashnode.devBranching and Merging in Git3.2 Git Branching - Basic Branching and Merging Basic Branching and Merging Source Let’s go through a simple example of branching and merging with a workflow that you might use in the real world. You’ll follow these steps: Do some work on a website....Jul 17, 2025·10 min read
sinapradip.hashnode.devRemoving a malware from a WordPress websiteA client messaged me very early morning that their website seems to be struck with virus. People visitng the website would download a malicious file & their antivirus will go crazy defending the virus after that. Upon a glance, I already saw the viru...Jul 5, 2025·3 min read
sinapradip.hashnode.devAn article on HTTP response status codesHTTP response status codes indicate whether a specific HTTP request has been successfully completed. Responses are grouped in five classes: Informational responses (100 – 199) Successful responses (200 – 299) Redirection messages (300 – 399) Clie...Jul 5, 2025·10 min read
sinapradip.hashnode.devNotes on important conceptsBabel Javascript Babel, in the context of Javascript, refers to a Javascript compiler (often called a transpiler). Its primary purpose is to transform modern JavaScript code (e.g., ECMAScript 2015+ or ES6+) into a backwards-compatible version that ca...Jul 3, 2025·2 min read
sinapradip.hashnode.devSecurity Monitoring in Cloud ComputingIn today's digital world, businesses are rapidly shifting to cloud environments for flexibility, scalability, and cost-efficiency. But with that comes a growing responsibility — securing cloud infrastructure against cyber threats. That’s where cloud ...May 21, 2025·4 min read