✕ Clear all filters
10 articles
▶ Videos →

📰 Dev.to · Sanjay Ghosh

10 articles · Updated every 3 hours · View all reads

All Articles 109,652Blog Posts 120,473Tech Tutorials 27,883Research Papers 22,437News 16,514 ⚡ AI Lessons
Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples)
Dev.to · Sanjay Ghosh 2mo 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 2mo 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 3mo 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 3mo 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,...