✕ Clear all filters
11 articles
▶ Videos →

📰 Dev.to · Sanjay Ghosh

11 articles · Updated every 3 hours · View all reads

All Articles 130,671Blog Posts 135,740Tech Tutorials 33,834Research Papers 25,434News 18,569 ⚡ AI Lessons
SQL Injection Explained: How Hackers Bypass Login Forms (and How to Stop Them)
Dev.to · Sanjay Ghosh 🔐 Cybersecurity ⚡ AI Lesson 2mo ago
SQL Injection Explained: How Hackers Bypass Login Forms (and How to Stop Them)
Even today, a single poorly written SQL query can allow an attacker to bypass authentication or...
Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples)
Dev.to · Sanjay Ghosh 3mo ago
Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples)
What if I told you that even if you hash passwords, an attacker might still crack them in...
Understanding Common Cybersecurity Attacks: A Practical Overview
Dev.to · Sanjay Ghosh 3mo ago
Understanding Common Cybersecurity Attacks: A Practical Overview
Modern applications are more powerful and interconnected than ever—but with that power comes...
Build a RAG Pipeline in Java (Text Vector LLM, No Paid APIs)
Dev.to · Sanjay Ghosh 🧠 Large Language Models ⚡ AI Lesson 3mo ago
Build a RAG Pipeline in Java (Text Vector LLM, No Paid APIs)
Ever asked an LLM a question about your own data and received an incorrect or generic answer? That’s...
Understanding OAuth2 Flow with a Complete Java Servlet Demo (Step-by-Step)
Dev.to · Sanjay Ghosh 📣 Digital Marketing & Growth ⚡ AI Lesson 3mo ago
Understanding OAuth2 Flow with a Complete Java Servlet Demo (Step-by-Step)
OAuth2 is everywhere. “Login with Google” “Continue with GitHub” “Sign in with Microsoft” We use...
Understanding JWT Authentication in Java with Encryption and Decryption
Dev.to · Sanjay Ghosh 📣 Digital Marketing & Growth ⚡ AI Lesson 4mo ago
Understanding JWT Authentication in Java with Encryption and Decryption
JSON Web Token (JWT) is a widely used mechanism for securely transmitting information between...
From Image to Vector: Building Image Similarity Search with Python and MySQL
Dev.to · Sanjay Ghosh 📐 ML Fundamentals ⚡ AI Lesson 4mo ago
From Image to Vector: Building Image Similarity Search with Python and MySQL
Modern applications increasingly rely on vector embeddings to search and compare data such as text,...