All Blogs

1
coding tools password-manager

Linux and Windows Password Manager Pass

2024 Apr 01
kokopi
Tech
password store ascii

I have been using pass for quite awhile now on both Linux and Windows, and I think it’s a great terminal password manager. It uses gpg to encrypt your passwords into physical files in an organized folder structure, this means that your encrypted passwords are not anywhere on the cloud.

}
python tutorial database

Python Async Database Migrations With Alembic

2024 Mar 24
kokopi
Code

This post is about how I currently handle database migrations with Python. My go-to tech stack setup is FastAPI, SQLAlchemy 2.0, and alembic. I also make scripts so that I don’t need to remember the commands, as they are kind of hard to remember sometimes. Those scripts will also be included in this post.

}
guide C#

Linux .NET SSL Connection Error

2024 Mar 17
kokopi
Debug

If you are running into a “SSL connection could not be established” error on your .NET application while using a linux distribution, then this solution might help you solve that.

}
devlog infrastructure guide

Cloudflare 301 Redirect Issue

2024 Mar 11
kokopi
Debug

I’ve recently started to use cloudflare and ran into an issue where my site would keep redirecting 301 after setting up the DNS properly.

}
new years

2024 Resolution

2024 Jan 11
kokopi
Lifestyle

My plans for the year 2024.

}
neovim guide

Effective Neovim Setup Tutorial Guide

2024 Jan 04
kokopi
Code
neovim lsp image

This is a blog on setting up neovim to be able to be at minimum, effective at coding something. I won’t go through each plugin in detail, but there is a plugin list with links to each plugin if you want to go in-depth.

}
akihabara japan ramen

Tokyo Japan Akihabara Tanaka Ramen

2023 Dec 17
kokopi
Food

Tanaka Ramen is a restaurant that serves chuuka soba. Located on the edge of Akihabara, near exit 3 of Suehirocho station.

}
navarch hugo changelog

Navarch Hugo Theme Roadmap

2023 Dec 11
kokopi
Code

The custom theme for this site is not complete after release, there are still a lot of things in the pipeline to be made before being able to release the theme publicly.

}
1