Blog posts
4 min
How to embed Telegram posts in your Svelte web application
Easily embed Telegram posts in your Svelte web application by using this component.
7 min
VPN over SSH with sshuttle
Here I explain how to use sshuttle to setup a VPN over SSH tunnel, and the reasons for this method.
6 min
ERPNext 13 manual installation guide
A full manual installation guide for ERPNext 13, using VPS + Debian 11.
6 min
Build a simple telegram bot with FastAPI
In this tutorial we will build a simple telegram bot using FastAPI which is a modern micro framework built with Python.
4 min
Easily convert memory units to be human readable in C
Learn how to write a small C program that converts memory units to be human readable.
9 min
How I made my own CMS in PHP
This is an intermediate level post on how I created a CMS in PHP using custom framework.