Compiling a Forth
A developer builds a bytecode compiler and VM for a Forth-like language, explaining its stack mechanics, loops, and variables.
A developer builds a bytecode compiler and VM for a Forth-like language, explaining its stack mechanics, loops, and variables.
Troubleshooting guide for fixing Azure VM RDP error 0x904 by renaming the corrupt MachineKeys certificate store and rebooting.
A technical guide on compiling a Lisp variant to bytecode and executing it in a custom, stack-based virtual machine.
A technical guide on configuring networking, downloading images, and deploying virtual machines on an Azure Stack HCI cluster.
A technical tutorial on deploying a Windows Server virtual machine on Microsoft Azure using Terraform infrastructure-as-code.
Explores how different database systems execute query expressions, comparing tree-walking interpreters, virtual machines, and JIT compilers.
A quick tip on how to search for Virtual Machines by IP address within the vSphere Client's search bar.
A presentation on WebAssembly (Wasm) covering its definition, characteristics, and developer experience with code examples.
Explains how to pin Azure VM Availability Sets to specific Availability Zones for high availability and low latency workloads.
A tutorial on building a minimal Lua interpreter with a virtual machine from scratch using the Rust programming language.
A technical guide on building a basic x86 emulator in JavaScript, covering registers, stack memory, and core instruction implementation.
Explores the fundamentals of raw WebAssembly, its text format (Wat), and how to create and understand basic modules.
Announcing TechSnips, a new e-learning platform with short, focused tech tutorial videos, and encouraging community contributions.
A review of the book 'Data Science at the Command Line', highlighting its approach to data manipulation and analysis using command-line tools.
A technical guide on deploying JetBrains YouTrack issue tracker on a Windows Azure virtual machine, covering setup, configuration, and firewall rules.
An introduction to Unladen Swallow, a Google-funded project to speed up CPython using a JIT compiler built on LLVM.