Blog
The AI Revolution: A Double-Edged Sword
A personal perspective on the rapid evolution and implications of AI and ML technologies.
Arbitrary code execution during compilation - Rust
Arbitrary code execution during compliation
Building Rusty Bucket - Part 1
Rusty the bucket a performance benchmark for building pandas
Understanding Rusts uniqueness: Ownership
A brief introduction to ownership in Rust
Data structures: Merkle Trees
Why merkle trees are becoming a everyday data structure that most engineers should know
New typescript yarn project
A description of how to setup a project using yarn with typescript support from the beginning
Side Effects
A short but concise description of what side effects mean in software development
Google Sheets API
A tutorial on how to setup the correct credentials and service account for creation of sheets
How to spot a recession
Predicting a recession using simple metrics
♫ -> ヅ = hmm. Music Genre Classification
Music Genre Classification using fastai and deploy on GCP
Going Broad in a graph
Going broad in a graph: Introduction to Breadth First Search
Algorithms: Window Functions
Tricks for string manipulation handling
Idea to prototype
Simple tricks to go from nothing to prototype of app
Data structures and algorithms - 2sum
Data structures and algorithms - 2sum
Introduction to Algorithms
Short introduction to why to learn algorithms
EchoServer for monitoring of applications
EchoServer send whatever you `$ curl localhost:4000` 'sent to it'. "sent to it"
Calculating the Probability of some Event (E)
How to calculate the Probability of an event occuring by also using the Z-score
An Introduction to Gradient Descent w. Linear Regression
Gradient descent is one of 'greatest hits' algorithms. This posts gives a detailed explained and walkthrough of why and how it is implemented and applied to an example for linear regression
Generative model for text mock-data
Any text-based entity or text-based column for upstarts or demos can be populated by generating mock data from a already learnt distribution or a encoding/decoding using textgen.
Genetic algorithm for flappy bird
A neural network to play frappy bird with a genetic algorithm with different speeds and watch the progress.