
Turn-based JRPG Battle Music Breakdown
I’ve been a huge fan of traditional, turn-based Japanese role playing games since I first played Dragon Quest many, many years ago. I started getting back into these 8/16-bit JRPGs when I decided I...

I’ve been a huge fan of traditional, turn-based Japanese role playing games since I first played Dragon Quest many, many years ago. I started getting back into these 8/16-bit JRPGs when I decided I...

When I was growing up in the 80’s my favourite games to play were adventure games. I’ve always found myself going back to this genre, and as I grew up and moved into software development the ScummV...

April, 1 2019: I’ve received a LOT of feedback on this article since it was published. I would like to point out that although the methods described here may still work, MongoDB introduced a --repa...

Microsoft’s agent framework story is really a story about two teams solving different problems, a community-led spin-off of one lineage, and a packaging hazard that will silently break your code if...

Before you add planners, crews, or graph-shaped orchestration, build the part that decides what the model should actually see. In this first post, we’ll start an enterprise support copilot and give...

Version 0.14.2 added a MongoDBSession backend; here’s a working multi-agent customer-support demo that uses it, and the documents it leaves behind. The OpenAI Agents SDK has shipped session backen...

Production agents need two persistence layers: thread-scoped state and cross-session memory. Google ADK Sessions stores events and state for a single conversation, while MemoryService handles recal...

Series: Reverse Engineering HarvesterThis review is part of the Reverse Engineering Harvester series, where I document my journey of reverse engineering the 1996 DOS game Harvester to re-imple...

Series: Reverse Engineering HarvesterThis review is part of the Reverse Engineering Harvester series, where I document my journey of reverse engineering the 1996 DOS game Harvester to re-imple...

Series: Reverse Engineering HarvesterThis review is part of the Reverse Engineering Harvester series, where I document my journey of reverse engineering the 1996 DOS game Harvester to re-imple...

Series: Reverse Engineering HarvesterThis review is part of the Reverse Engineering Harvester series, where I document my journey of reverse engineering the 1996 DOS game Harvester to re-imple...

Series: Reverse Engineering HarvesterThis review is part of the Reverse Engineering Harvester series, where I document my journey of reverse engineering the 1996 DOS game Harvester to re-imple...

Series: Reverse Engineering HarvesterThis review is part of the Reverse Engineering Harvester series, where I document my journey of reverse engineering the 1996 DOS game Harvester to re-imple...

If you’ve followed my previous post to try and connect to MongoDB from Cloudflare workers, it’s possible you’ve come across the following issue: Error: Dynamic require of "punycode/" is not suppor...

Series: Let's Adventure! A Journey into Adventure Games (1980-1999)This review is part of the Let's Adventure! series. See all reviewed games sorted by rating here.← Leisure Suit Larry 5: Pass...

Series: Let's Adventure! A Journey into Adventure Games (1980-1999)This review is part of the Let's Adventure! series. See all reviewed games sorted by rating here.← Maniac Mansion (Lucasfilm ...

Series: Let's Adventure! A Journey into Adventure Games (1980-1999)This review is part of the Let's Adventure! series. See all reviewed games sorted by rating here.← Martian Memorandum (Access...

MongoDB’s drivers communicate with a MongoDB process using the Wire Protocol, which is a simple socket-based, request-response style protocol that primarily uses the OP_MSG opcode (though prior to ...

Series: Let's Adventure! A Journey into Adventure Games (1980-1999)This review is part of the Let's Adventure! series. See all reviewed games sorted by rating here.← Time Zone (On-Line Systems...

Series: Turn-based JRPG Battle Music BreakdownThis review is part of the Battle Music Breakdown series. See all games sorted by score here.← 🎶 Dragon Quest (NES) - 1986🎶 The 7th Saga (SNES) - ...

This page is a list of the battle music scores from the “Turn-based JRPG Battle Music Breakdown” series, sorted by rating. See the “Battle Music Breakdown” category page for a list of content by da...

Series: Turn-based JRPG Battle Music BreakdownThis review is part of the Battle Music Breakdown series. See all games sorted by score here.🎶 Dragon Quest (NES) - 1986→ 🎶 The 7th Saga (SNES) - ...

If you happened to click on through to the MongoDB Press page recently you may have noticed a new entry there called “High Performances with MongoDB”, which is now available from Amazon and Packt P...

Series: Let's Adventure! A Journey into Adventure Games (1980-1999)This review is part of the Let's Adventure! series. See all reviewed games sorted by rating here.← The Legend of Kyrandia: Ha...

I sat down the other day to draft a Performance Improvement Plan (PIP). This isn’t something I’m doing for the first time, but it was hard the last time and it’s proving to be hard again. On the su...