Skip to the content.
tech blog | Blog for my codes

Posts

Creating Live Components in Phoenix LiveView

Live component introduction

Phoenix LiveView tutorial 2

Building a Note-Taking App with Phoenix LiveView

Phoenix LiveView tutorial

Phoenix LiveView tutorial from scratch

Installing SBCL and CIEL

Setup instructions for SBCL common lisp and CIEL (and everything in between)

Building a Personal Reference Management System

A simple CRUD based reference mgmt system using FastHTML

Ruby-on-rails to Phoenix: Porting the blogs tutorial

Ruby-on-rails to Phoenix: Porting the blogs tutorial

Implementing a CHIP-8 Emulator in Go

Chip-8 emulator implemented in golang with raylib. Iteration wise description.

Continuation passing macros in lisp from scratch (Part 2)

Implementing Python like yield functionality in Lisp and building an inuition for implementing continuation passing, as mentioned in On Lisp book

Continuation passing macros in lisp from scratch (Part 1)

Implementing Python like yield functionality in Lisp and building an inuition for implementing continuation passing, as mentioned in On Lisp book

Retinanet object detector using Pytorch Lightning

Pytorch Lightning Tutorial

Common use cases for matplotlib pyplot(functional) API

Matplotlib object API for most common usecases

Stm32duino using DMA for PWM or Timer

PWM using DMA API: Stm32duino (Roger Clarke's)