Cryptography : Intorduction, Basic Ciphers
What is Cryptograhy Cryptography is the science and art of securing communication and data by encoding information in a way that only authorized parties can access and understand it. Usually, the ...
What is Cryptograhy Cryptography is the science and art of securing communication and data by encoding information in a way that only authorized parties can access and understand it. Usually, the ...
I was doing some leetcode problems when I stumbled upon the rotate array problem. Rotate $k$ means changing the order of its elements by shifting them to the right (rotate). For example, given an a...
After writing the last blog on how to setup a Linux Kernel Development environment, I realized I haven’t written how I’ve setup Neovim with coc.nvim in NixOS. What is Neovim Neovim is a powerful ...
This is my attempt at configuring a Linux Kernel Development environment in NixOS. Why NixOS NixOS is a unique Linux distribution that employs the Nix package manager, which offers reproducible b...
As my first blog post, I feel like I should describe how I deployed this blog. Basically, I used Jekyll to create a static website and deployed it to GitHub Pages. Jekyll Jekyll is a simple, blog...