LTLuke Thompsonintech-blog.luketn.com·4d ago · 25 min readExploring MongoT (Atlas Search)Let’s explore this fascinating and awesome Java project from MongoDB - MongoT! You can check out the source code here: git clone https://github.com/mongodb/mongot MongoT is a wrapper around the ama00
AVAdhish Vermainadhish.hashnode.dev·May 28 · 5 min readThe MongoDB Error That Turned Into a DNS Deep DiveI recently hit a MongoDB connection error while working on a project. At first, it looked like a standard database issue. But after digging deeper, I realized the actual problem had nothing to do with00
GSGustavo Sanchezingustavosanchez.hashnode.dev·May 22 · 6 min readMy learning path to software engineerSince the COVID-19 pandemic, I've become interested in software engineering. Even though I'm an electronics and telecommunications engineer, 20 years ago I had no real experience with software technol00
SKShubham Kumar Singhinblog.realdev.club·Apr 8 · 5 min readBuilding a Todo App using Express.js + MongoDBLast time, I wrote about Understanding HTTP Requests, Responses, and Methods using Node.js. This time, I took it one step further… I built a Todo Application using Express.js and MongoDB What I Built00
LBLokesh Babu Nalluriincloudwithlokesh.hashnode.dev·Apr 7 · 5 min readBuilding a Production-Ready Serverless Backend with Database, Caching, and Secure ConfigIn the previous article, we exposed our backend using AWS Lambda and Amazon API Gateway, creating a fully functional serverless API. However, real-world applications require more than just an API. To 00
LTLuke Thompsonintech-blog.luketn.com·Mar 22 · 23 min readJava Faceted Full-Text Search API Using MongoDB Atlas SearchThis is going to be a fun, practical tutorial demonstrating how to build a Java faceted full-text search API (like the ones powering sites like Amazon)! We’ll use an interesting dataset which showcase00
KNKanchan Nathinkanchannath.hashnode.dev·Mar 15 · 3 min readRelational Databases This is a backend developer roadmap section focused on Relational Databases. It shows: The types of relational databases you should know Related concepts (Migrations, N+1 Problem) The Databases L00
LBLokesh Babu Nalluriincloudwithlokesh.hashnode.dev·Mar 8 · 6 min readServerless Architecture on AWS: A Practical Guide for DevOps EngineersModern cloud applications are moving away from managing servers. Instead of provisioning virtual machines, maintaining operating systems, and managing scaling manually, teams are increasingly adopting00
PPPayal Porwalincodeswithpayal.hashnode.dev·Feb 17 · 4 min readDay 31 – MySQL Basics & Setup with Node.jsBy the end of Day 31, students will clearly understand: What MySQL is Why we use MySQL in real projects How to install MySQL Community Server (latest) What is MySQL Workbench and why we need it How MySQL fits with Node.js projects 👉 No coding...00
PPPayal Porwalincodeswithpayal.hashnode.dev·Feb 17 · 4 min readMySQL vs MongoDB – Complete Comparison (Beginner to Advanced)🎯 Why This Comparison Is Important? As a Node.js developer, one of the most important decisions is choosing the right database. Two very popular databases are: MySQL (SQL / Relational Database) MongoDB (NoSQL / Document Database) Both are powerf...00