Recently I’ve been getting into embedded programming; since I own multiple Raspberry Pi4 boards, I decided to put them to use. In this post I write about my first steps in this project, and I hope this may help understand how one can face the difficulties they might encounter when taking projects such as this one.

In this post take a look at a simple aws lambda runtime implementation for Lua.

Redis is an in-memory data structure store. It’s very flexible and can be used in a number of different ways, such as a cache, a database,or a message broker; It’s really fast, and it can be used to share data across nodes in a distributed system. In this post, I’m going to desig and implement a job queue for a distributed batch processing system.

Bio
Hi, I'm Simeone. I'm an italian developer based in Padua.