SPSina Pradipinsinapradip.hashnode.dev·May 10 · 2 min readSoftware Engineer skills as time demands1. AI & Automation Proficiency AI Integration: Moving beyond using AI tools to building, integrating, and optimising AI-driven solutions using APIs. Prompt Engineering: Collaborating with AI to gene00
SPSina Pradipinsinapradip.hashnode.dev·Jul 17, 2025 · 11 min readBranching 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’00
SPSina Pradipinsinapradip.hashnode.dev·Jul 5, 2025 · 3 min readRemoving 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...00
SPSina Pradipinsinapradip.hashnode.dev·Jul 5, 2025 · 10 min readAn 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...00
SPSina Pradipinsinapradip.hashnode.dev·Jul 3, 2025 · 2 min readNotes 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+ or00