Spikylin Journal

Blog

Notes on software engineering, AI experiments, homelabing, or even wood working...

Posts
18
Published articles
Topics
17
Filter by tag

Browse by topic

Pick a tag to narrow the list without leaving the page.

All

Featured

A few highlighted posts to start with.

Posts

Clean, readable post list with metadata kept in view.

2026-02-06

From 78GB to 1GB: How I Optimized My Vector Database for 4 Million Records

Vector database

#AI #Database
2026-01-29

Building a personal budget planner

A personal budget planner that can parse bank/credit card transactions from PDFs and categorize transactions automatically.

#AI #DevOps
2026-01-16

Building a Domestic Business Categorizer

Hardware

#AI #DevOps
2026-01-11

A CD/CI Pipeline for .NET Project in Github Action

A note to explain a Github Action CD/CI pipeline for a ASP.NET project

#DevOps #Github Action #Pipeline
2025-12-30

A Simple Experiment: An AI Research Assistant Powered by Arxiv

An experiment project that demonstrates a simple AI research assistant implementation using LLM, Gradio, Hugging Face, and Python

#AI #LLM
2025-06-28

Garage Shelf

First time wood project and first time building a garage shelf.

#Woodworking
2025-03-07

RouterOS Learning Notes

Router OS learning notes

#HomeLab #RouterOS
2025-03-06

New Router for my Home Lab

Hardware

#HomeLab #DevOps
2025-02-15

How to add certificates to proxmox for HTTPS access?

To do items in the future

#DevOps #Proxmox
2025-02-02

Resturcture Clean Architecture to Vertical Slice Arhcitecture Part 2

Refactory a Clean Architecture project to a Vertical Slice Arhcitecture project, change repository pattern to CQRS.

#ASP.NET #Architecture #Refactoring
2025-01-14

To Do List

To do items in the future

2025-01-06

Resturcture Clean Architecture to Vertical Slice Arhcitecture Part 1

The part 1 mainly contains the analysis of an old project in Clean Architecture.

#ASP.NET #Architecture #Refactoring
2025-01-05

Linux Cheatsheet

Some useful linux commands and scripts

#DevOps #Linux
2025-01-05

Docker Cheatsheet

Some useful docker commands and scripts

#DevOps #Docker
2024-12-22

My Home Lab v1

Hardware

#HomeLab #DevOps
2024-12-18

How Did I Set Up My Blog?

Technology, setup...

#SvelteKit
2023-09-11

ThreeJs 3D Carousel

ThreeJs Experiment.

#SvelteKit #ThreeJs
2023-07-17

How to Deploy SvelteKit with Prisma to Node server

Steps to deploy SvelteKit barebone

#DevOps #SvelteKit