Michael Salaverry

Michael Salaverry @barakplasma

About: Using React and Node.js to create reliable tools for others.

Location:
Tel Aviv, Israel
Joined:
Apr 11, 2018

Michael Salaverry
articles - 18 total

Chrome Reading List export

The easiest way to export the chrome reading list is to use takeout.google.com and to export the...

Learn More 6 0Jun 18 '23

Benchmark of inter-thread communication options in a concurrent Python GUI

In this blog post, we'll discuss a benchmarking process I used while refactoring the software for a...

Learn More 1 0May 24 '23

How to send syslog logs from docker containers to a nearby Synology NAS

Using this docker compose yaml: version: '3.9' services: log-generator-syslog: image:...

Learn More 4 0Mar 26 '23

ChatGPT can draw system architecture diagrams using mermaid

Turns out that ChatGPT can draw system architecture diagrams for it's suggestions using mermaid.js I...

Learn More 9 2Mar 19 '23

Vue 3 Mouse and Keyboard event combo

I had trouble figuring out keyboard events in Vue, so I'm writing this for future reference Edit in...

Learn More 0 0Oct 12 '22

data manipulation: jq vs Miller

Recently, I was confronted with a 700mb json file which I needed to manipulate and explore in order...

Learn More 1 0Jan 24 '22

Append a file into a zip file in Python

I was trying to find a way to append a file into a zip file in python, but I could not find an easy...

Learn More 5 1Dec 10 '21

Hanukkah lighting in WebXR

To celebrate Hanukkah (חנוכה), I made a WebXR scene where the user can pan, walk around (WASD),...

Learn More 1 0Dec 5 '21

Add Notifications to a 3rd party Website

Ever had to monitor a long running process on a webpage like Jenkins? Constantly switching tabs to...

Learn More 4 0Nov 17 '21

showdev: Serverless IoT Dashboard

I want to showdev how I built a serverless IoT (internet-of-things) dashboard for a Tasmota / BME680...

Learn More 25 1Sep 23 '21

Splunk Alert on Percentage Change in text Field Frequency

Splunk is a tool for querying and summarizing unstructured or structured text. You can use Splunk to...

Learn More 4 0Sep 5 '21

Introduction to Custom [HTML] Elements (CSS ART)

What are Custom [HTML] Elements? Custom Elements are reusable html elements which can...

Learn More 26 2Dec 13 '20

Why you should get a raspberry pi

I setup a home weather station using Tasmota on an ESP8266 with a BME680 sensor. To record the data,...

Learn More 17 1Oct 25 '20

Introduction to Concurrency in Go

basic introduction to concurrency in Go for beginners.

Learn More 23 1Sep 23 '20

How to: Scrape Facebook Groups for Apartment Rentals

Overview of the software architecture for scraping facebook groups for apartment rental posts. Includes design decisions and tradeoff analysis.

Learn More 17 1Jun 23 '20

How I Learned to Stop Worrying and Love TDD

Why TDD leads to a more enjoyable developer experience

Learn More 50 4Jun 22 '20

Rename tabs without an extension

Rename tabs without an extension using document.title in the Javascript console

Learn More 23 1Jun 17 '20

Effectively using the Chrome Javascript Console

The Javascript console is a powerful tool for rapid debugging and data manipulation. By taking...

Learn More 12 0Feb 21 '19