Implementing a Simple Compiler on 25 Lines of JavaScript
Learn how to build a simple compiler in just 25 lines of JavaScript, covering lexical analysis, parsing, and code generation.
Learn how to build a simple compiler in just 25 lines of JavaScript, covering lexical analysis, parsing, and code generation.
A tutorial on deploying the opsdroid chatbot framework using the ZEIT platform and its 'now' CLI tool.
A PowerShell script tutorial for automating the retrieval of Git credentials from Azure API Management, useful for CI/CD pipelines.
A tutorial on implementing blue/green deployments in Kubernetes for legacy applications that don't support rolling updates.
Highlights the key new features and improvements introduced in the Swift 4 programming language.
A summary of the VMworld 2017 Europe Tuesday keynote, covering VMware's product announcements, cloud partnerships, and a VR demo.
Part 3 of a series on Microsoft Bot Framework, focusing on simplifying bot development using Form Flow to capture user input.
An analysis of Hacker News moderation tools and practices, based on data scraped from the site's API.
Troubleshooting guide for resolving Oracle GoldenGate Kafka Connect Handler errors, focusing on schema registry and Avro serialization issues.
An introduction to Markdown, a plain-text formatting syntax used widely in software documentation, explaining its benefits and basic usage.
Explores applying design thinking and philosophy to programming language creation, moving beyond just engineering and mathematics.
A first-hand account of the first day at VMworld 2017 Europe in Barcelona, covering the vRockstar event, workshops, and the VMworld Hackathon.
Explains how to create and manage Git-compatible symbolic links using relative paths for cross-machine compatibility.
Author's 2017 speaking schedule for tech conferences and meetups, focusing on Apache Kafka and real-time data streaming.
Explores five key Java command line options (--add-exports, --add-opens, etc.) to overcome migration challenges with the Java module system.
A framework for categorizing security engineering work into four key buckets: prevention, detection, damage reduction, and work generation.
Performance benchmark of Gnocchi 4.0, a time-series database, comparing its speed and new Redis driver to version 2.0.
Strategies for performing safe, low-downtime database migrations in PostgreSQL, focusing on adding columns and creating indexes on large tables.
A guide to freeing up disk space by using a terminal command to recursively delete node_modules folders from local Node.js projects.
A tutorial on using Nodemon to automatically restart a Node.js server during development, eliminating the need for manual restarts.