-
Web Dev
WebExtensions 101
If you know the basic web technology stack (HTML, JS, and CSS), then you can indeed build a WebExtension. It…
Read More » -
Python
AWS Lambda: Encrypted environment variables
Continuing on from my post showing how to create a ‘Hello World’ AWS lambda function I wanted to pass encrypted…
Read More » -
Python
AWS Lambda: Programatically create a Python ‘Hello World’ function
I’ve been playing around with AWS Lambda over the last couple of weeks and I wanted to automate the creation…
Read More » -
JavaScript
Designing User Interfaces With React
There are a lot of JavaScript frameworks to choose from in the modern development landscape. One of the most unique…
Read More » -
HTML5
HTML5 Progress Bar Example
There are several possibilities for which we may use a progress bar in a web page. The most typical ones…
Read More » -
DevOps
Using Docker Behind a Proxy
In today’s article, I am going to explore a common pain point for anyone running Docker in a large corporate…
Read More » -
Python
Luigi: Defining dynamic requirements (on output files)
In my last blog post I showed how to convert a JSON document containing meetup groups into a CSV file…
Read More » -
Python
Luigi: An ExternalProgramTask example – Converting JSON to CSV
I’ve been playing around with the Python library Luigi which is used to build pipelines of batch jobs and I…
Read More » -
DevOps
Docker Node.js Example
Despite the controversy and different opinions that Node.js generates among web developers, after all, it’s a technology that it’s widely used,…
Read More »