📰 Dev.to · Sanjay Ghosh
10 articles · Updated every 3 hours · View all reads
All
Articles 92,463Blog Posts 110,488Tech Tutorials 23,238Research Papers 19,242News 14,919
⚡ AI Lessons

Dev.to · Sanjay Ghosh
2w ago
Understanding Docker Using a Tiny Python Application (A Beginner-Friendly Walkthrough)
Many Docker tutorials immediately introduce Docker Compose, Kubernetes, networking, volumes, and...

Dev.to · Sanjay Ghosh
3w ago
Understanding Jenkins CI/CD Using a Tiny Java Project (A Beginner-Friendly Walkthrough)
Understanding Jenkins CI/CD Using a Tiny Java Project Most Jenkins tutorials immediately...

Dev.to · Sanjay Ghosh
1mo ago
XSS Explained: How Attackers Execute JavaScript Inside Your Application
Hook What if an attacker could execute JavaScript inside your users’ browsers — using...

Dev.to · Sanjay Ghosh
1mo 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...

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...

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...

Dev.to · Sanjay Ghosh
2mo 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...

Dev.to · Sanjay Ghosh
2mo 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...

Dev.to · Sanjay Ghosh
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...

Dev.to · Sanjay Ghosh
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,...
DeepCamp AI