LTLuke Thompsonintech-blog.luketn.com·Jun 24 · 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
LTLuke Thompsonintech-blog.luketn.com·Apr 24 · 3 min readThe Human Energy required for AI CodingBuilding things with AI takes a lot of human energy. https://steve-yegge.medium.com/the-ai-vampire-eda6e4f07163 Beautifully put, and very true. I feel like I've been burning the candle at both ends00
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
LTLuke Thompsonintech-blog.luketn.com·Sep 29, 2025 · 31 min readMongoDB Schemas in JavaIf (like me!) you prefer to read code rather than a long and boring article, jump straight to the example! TLDR; here’s the code. You can clone and run the tests like this: git clone https://github.co00