RSSAmplifier

Blog

Coredump – Coredump

Recent content on Coredump

el-yawd.github.ioRSS feed ↗2 posts

Latest posts

Building a programming language using SQLite's VM - Pt 1

SQLite is cool. It’s the most deployed database in the world, it’s tiny, expressive and its architecture is quite different from traditional relational databases. SQLite uses a Virtual Machine (VM) called Virtual DataBase Engine (VDBE) to interpret SQL, rather than Volcano-style or vectorization . Do you know which other project uses VMs to interpret code? Lua , Java , Erlang and god…

First Freelance

This’s my first blog post, so if you’re reading this, thank you! The idea is to write regularly, documenting a bit about my experience as a Computer Science student getting into the job market. Let’s get straight to the point: how my first freelance went and what lessons I learned. Freelance Definition “Freelance is all, closed-scope, paid work where there’s no…