Feb 22, 2021SSL/TLS over NGINX and Docker Compose in 4 Simple StepsSince the internet needs to be secure, and you happen to be using nginx or nginx in a docker-compose environment, you may find this little article useful. I found this method quite simple and useful, because you seldom need to regenerate the certificate and it’s a kind of a 1…Nginx2 min read
Published in MicroPython ESP32 + Eurorack Synthesizer Modules·Jul 10, 2020MicroPython ESP32 Synth Module: Part 2 :: Receiving GatesOverview This series is about developing Eurorack modules using Python and ESP32 boards (or any that supports MicroPython) In the previous part: MicroPython + ESP32 + Eurorack: Part 1 :: setting up! We learned how to setup the board and flash the right firmware with some test code using MicroPyton. In…Eurorack4 min read
Published in MicroPython ESP32 + Eurorack Synthesizer Modules·Jul 9, 2020MicroPython + ESP32 + Eurorack: Part 1 :: setting up!Update Part 2 is out: MicroPython ESP32 Synth Module: Part 2 :: Receiving Gates Hello and welcome, in this series we will learn how to build eurorack modules using Python (MicroPython) and ESP32 boards (PyBoard). In this article we will learn how to: Flash the ESP32 chip with MicroPython Connect…Eurorack8 min read
Published in Toute·Jun 4, 2020Toute — An ElasticSearch Object Document Mapper (ODM) was born!‘Toute’ is an ElasticSearch ODM based on ESEngine (fork). The name came from my love for Toute, It means berries in arabic. ElasticSearch Documents can be saved and searched through python objects easily, in this tutorial I will go through the main functionalities and how to achieve them using Toute. …Elasticsearch2 min read