Danny Libin initials logo
PostsProjectsLabAbout
PostsProjectsLabAbout
AllAIData ScienceFastaiGatsbyJavaScriptMachine LearningMathNext.jsNode.jsPyTorchPythonReact
PythonMachine LearningAIData SciencePyTorchFastai

Fastai Bird Identifier - The Perils of Dataset Curation

2023-12-04 • Pixel heartPixel heartPixel heartPixel heart 10 minute read

Building a neural network bird identifier with PyTorch and Fastai, encountering the difficulties of dataset curation.

JavaScriptData ScienceMath

Simulate Stocks with Javascript

2021-02-01 • Pixel heartPixel heartPixel heart 9 minute read

Learning how to simulate stocks in the stock market using Javascript and Monte Carlo Simulation.

JavaScriptData ScienceMath

Estimate Pi with Monte Carlo Simulation in Javascript

2021-01-01 • Pixel heartPixel heartPixel heart 9 minute read

Learning how to estimate the value of Pi with Monte Carlos simulations using Javascript.

JavaScriptNext.jsNode.js

Create a Blur Up Image Pipeline with Next.js using Static Rendering

2020-12-16 • Pixel heartPixel heartPixel heartPixel heartPixel heart 14 minute read

Create a blur up image pipeline with Next.js using static rendering. Shrink and compress your images to a base64 string and display a blurred version of your images while they load.

JavaScriptGatsby

Create an API from your Static Site

2020-07-22 • Pixel heartPixel heartPixel heart 7 minute read

Create an API using data from your static site so you can read data from it in another application without resorting to web scraping.

JavaScriptReactGatsby

Gatsby Blog From Scratch: An In-depth Guide to Starting with Gatsby

2020-04-17 • Pixel heartPixel heartPixel heartPixel heartPixel heartPixel heartPixel heartPixel heartPixel heartPixel heart 32 minute read

Building a technical GatsbyJS blog from scratch without plugins for a deeper understanding of Gatsby's core systems.