Back to blogs
announcement
meta
Welcome to the Shadow Logs
•
1 min read
Welcome to the blog section of my portfolio — the Shadow Logs. This is where I’ll be sharing technical writeups, project breakdowns, and random musings from the terminal.
What to expect
- Technical deep-dives into Python automation and Telegram bot development
- Project breakdowns of my open-source tools and how they work under the hood
- Linux chronicles — tips, configs, and adventures on Arch and Ubuntu
- Encoding logs — FFmpeg pipelines, video processing insights
- Random transmissions — thoughts on code, anime, and caffeine
The Stack
This blog is powered by Jekyll on GitHub Pages. Posts are written in Markdown and pushed to the repo. Simple, fast, and no database required.
# The philosophy
def write_blog(thought):
markdown = convert_to_md(thought)
git_push(markdown)
return "Published from the shadows"
Stay Connected
Feel free to explore my projects and connect with me on GitHub, Instagram, or Telegram.
“In the shadows of the terminal, every line of code tells a story.” — Nirusaki
More posts incoming. Until then, keep coding. 🥷