Skip to main content

Posts

2024


2023


2022


Becoming a Vim Poweruser

·1931 words·10 mins
Vim is a clone of the vi text editor, designed for use both from a command line interface and as a standalone application.

Caesar Cipher Algorithm in Python

·434 words·3 mins
The Caesar Cipher can also be called Shift Cipher, Substitution Cipher, Caesar’s Code, or Caesar’s Shift.