Latest articles

  • Showing Custom Pins Based on Google Maps Places API

    Showing Custom Pins Based on Google Maps Places API

    When you are using the Google Maps API, you can add your own locations to the map to show as pins for your users. By default, the picture used for the pin (called a glyph) is a standard red map pin, like you are used to seeing on Google Maps. But what if you want… Read more

  • The Wolf Inside the Walls | Fenric and Friends

    The Wolf Inside the Walls | Fenric and Friends

    Neverwinter had a stink to it, the usual stench of a city. Too many smells. Too many noises. Too many people. Too many BIG people. While Fenric had become accustomed to making his way through busy streets like this, he always found it a draining experience. He could never last long before needing to return… Read more

  • Blood in the Graveyard | Dark Invasion of Lani

    Blood in the Graveyard | Dark Invasion of Lani

    A feeling of fear and unease washed over the elf as a single inhumanly large eye stared at him. Long teeth, sharp as daggers, stood in a threatening circle around the huge eyeball that seemed to bore into him with its gaze. Tanis could sense that the creature was speaking in a thick accent but… Read more

  • Failing Over Between Gemini Models

    Failing Over Between Gemini Models

    In a recent article I highlighted how to use Google Gemini LLM for tagging content, but I also highlighted that the free tier offered has daily quota that you need to stay under. Each model that you connect to has its own quota, and with some simple error trapping we can toggle between tiers and… Read more

  • Using Webhooks to Update an Algolia Index on Every Sanity Edit

    Using Webhooks to Update an Algolia Index on Every Sanity Edit

    While exploring Sanity and Algolia, I decided to investigate how to keep my Algolia index updated as edits were made in the Sanity Studio. It turned out that this was super simple to set up by using webhooks in the Sanity Studio configuration. I followed a great guide on Sanity io by Irina Blumenfeld on… Read more

  • Using Google Gemini to Suggest Tags From a Taxonomy List

    Using Google Gemini to Suggest Tags From a Taxonomy List

    I recently wrote about using OpenAI as I was exploring doing some tagging of content based on product or article information. After seeing the cost it would be for a large number of requests, I looked into what might have a more generous free tier and found Google Gemini to be quite useful for development… Read more