All Articles
Building a Redis Compatible Visual Bloom Filter
I wanted to take my previous Visual Bloom Filter project and enhance it so that, instead of a web front end and REST like API, it could instead use the Redis wire protocol. This woul...
In IoT, Coding, Raspberry Pi, Python, Node.js, JavaScript, Redis,Things on Thursdays: A Live Streaming Series
As part of my job as the Principal Developer Advocate at Redis, I’ve been producing a live stream series in which I take a look at how Redis or related concepts can be used with a var...
In IoT, Coding, Raspberry Pi, Python, Node.js, JavaScript, Redis,Making a Bus Stop API with Cloudflare Workers
Public transport services can be great sources of live or near-live data to use when building out an application or trying some new front end technology. For years my usual go to API...
In JavaScript, Coding,Raspberry Pi Coding with Rust: Traffic Lights
It’s time to produce yet another version of my original Raspberry Pi / Low Voltage Labs traffic lights Python article. This time, let’s try it with Rust - a compiled language with syn...
In Raspberry Pi, Technology, Rust, Coding,Raspberry Pi Coding with .NET: Traffic Lights
It’s been a long time coming, but I finally decided to produce a C#/.NET version of my original Raspberry Pi / Low Voltage Labs traffic lights Python article (read here).
In Raspberry Pi, Technology, .NET, C#, Coding,No, Maybe and Close Enough! Probabilistic Data Structures with Python
In this talk that I produced for Pycon USA 2021 I take a look at the Hyperloglog and Bloom Filter probabilistic data structures, using examples with the Python language and Redis with...
In Python, Redis, Coding,Getting Started with Express - Building an API: Part 1
Express is a popular framework for Node.js, intended for use in building web applications and APIs. In this article and the accompanying video, I’ll show you how to get started with ...
In Node.js, JavaScript, Coding,Buttons and LEDs with MicroPython for the Raspberry Pi Pico
Raspberry Pi recently released the Pico, their first microcontoller. This is a bit of a departure from their previous single board computers that cost a bit more, and run a full oper...
In Python, Raspberry Pi, IoT, Coding,Dead or Alive - an Alexa Skill using Redis
I often find that I build an Alexa skill whenever I want to play around with an API. The voice interface is easy to get started with and I can create something without worrying about ...
In Node.js, JavaScript, Redis, Alexa, Coding, Serverless,Featured
-
Making a Bus Stop API with Cloudflare Workers
In JavaScript, Coding, -
Building a Visual Bloom Filter with Raspberry Pi, Python and Unicorn Hat
In Python, Raspberry Pi, IoT, Coding, -
Building a Task Tracker with Arduino and LED Arcade Buttons
In Arduino, IoT, Coding, C, -
Building a Smart Card Transit Ticketing System with Redis and Raspberry Pi
In Python, Redis, IoT, Raspberry Pi, Node.js, Coding, -
A Look at Server Sent Events
In JavaScript, Node.js, HTML5, Front End, Coding,