Writing on software and adventure
All of my medium-form thoughts on programming, hobbies, and more, collected in chronological order.
A quick reference for using Docker Compose with databases I commonly use. This includes MSSQL, PostgreSQL, Redis, and MongoDB.
Basic setup using a pre-trained model for OCR in Python with PyTorch. Solving a simple character recognition problem.
My experience switching to Linux Mint OS. The reasons for choosing Linux Mint, the installation process, base configuration, and software installation.
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.
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.