PinnedThe Brilliance of the Compartmental ModelsWe’re stuck in the middle of a pandemic and a lockdown, and being a programmer, one of the first things that came to mind was to create a dashboard for people to use. And so I did. However, the dashboard isn’t really that unique. There are thousands. Nothing really makes…Epidemiology4 min readEpidemiology4 min read
Published inThe Startup·PinnedModeling Disease Outbreaks (the Simple Way)As the COVID-19 outbreak rages on, a good look at the outbreak would help. And when I saw a video by 3b1b on simulating epidemics, I tried to recreate what he did. So lets get started. Make sure you go watch the 3b1b video I mentioned earlier, so you know…Simulation5 min readSimulation5 min read
Jan 3, 2021Good Resources for creating a programming languageOriginally published at https://dev.to on January 3, 2021. A couple of months ago I had the idea to create a programming language. Yeah, crazy right?! Okay, but in all seriousness, learning to create programming languages helps you better understand computers. “If you don’t know how compilers work, then you don’t…Resources2 min readResources2 min read
Dec 7, 2020Creating Apps with ElectronJSTwitch, Visual Studio Code, WhatsApp, and Microsoft Teams, just to name a few, are all apps that are created with Electron. But why use it? What is it? What makes it better than another framework? And finally, of course, how do you use it? …HTML3 min readHTML3 min read
Published inJavaScript in Plain English·Nov 23, 2020How to publish NPM packagesLet’s say you’ve developed a project in JS and want to share it with the world, whether it's a simple project which draws a circle (okay, this might not be the package you want to publish) or a complex one which you want to be used by thousands of developers…NPM8 min readNPM8 min read
Nov 2, 2020Simple Differential Privacy — and how to code itToday, we are going to code a simple differential privacy algorithm with python. So, lets get started! Sorry, what are we coding again? Differential privacy is really simple. Let’s say, I have a data set of info about people which I want to publish, but still keep their data private. That’s where differential privacy comes in…Differential Privacy3 min readDifferential Privacy3 min read