Writing on software and adventure
All of my medium-form thoughts on programming, hobbies, and more, collected in chronological order.
- /0002025-03-180x29a9▌ Software
Docker Compose DB Quicksheet
A quick reference for using Docker Compose with databases I commonly use. This includes MSSQL, PostgreSQL, Redis, and MongoDB.
◥ - /0012025-03-110xa121▌ Software
Using an ML model for OCR
Basic setup using a pre-trained model for OCR in Python with PyTorch. Solving a simple character recognition problem.
◥ - /0022024-04-240xe778▌ Software
Switching my OS to Linux Mint
My experience switching to Linux Mint OS. The reasons for choosing Linux Mint, the installation process, base configuration, and software installation.
◥ - /0032024-03-290xfaab▌ Software
Building this site with Next.js, Docker, and Github
The setup and configuration of a website built with Next.js, Tailwind, and MDX. It covers steps such as download, setting up CI/CD with Docker and Github Actions, and deploying the application to Digital Ocean.
◥ - /0042022-08-040xab03▌ Software
Converting Entity Framework MSSQL to PostgreSQL
A walkthrough on my experience converting an Entity Framework application from MSSQL to PostgreSQL. I cover the tools I used, the issues I encountered, and the solutions I found.
◥