Full-stack web developer based in London
Blog Posts
-
Newsletter System with AWS, Part 1: AWS Lambda and API Gateway
2020-07-22 — Covers creating and connecting AWS Lambda JavaScript (NodeJS) functions to public API Gateway endpoints, and the concepts required for managing the lifecycle of such integrations - like API stages and Lambda function aliases
-
Book Review: A Philosophy of Software Design
2020-03-25 — An excellent read; there is some overlap with other similar books, but there are more than enough original ideas and the book does provide a different perspective on software design, often going against current, generally-accepted best practices
-
Private Properties in JavaScript
2020-02-24 — An overview of various techniques that can be used to improvise private properties, and an examination of two proposals which aim to introduce language-level support for private properties and methods
-
Static Website with AWS S3 and Route 53
2020-02-13 — Detailed tutorial for hosting a static website using AWS services, using the command-line as much as possible
-
Finally, a Decent Package Manager for Windows: Scoop
2020-01-30 — An overview and tutorial for Scoop, a Windows app manager that is a really nice alternative to solutions like Chocolatey and Ninite
-
JavaScript Prototypes
2020-01-24 — A detailed description of the prototype mechanism, the foundation of object-oriented programming in JavaScript