Posts

Browse Python, learning, engineering & experiments.

2025-12-17

Tutorials Never Taught Me the Hard Parts of Engineering

Tutorials taught me to follow success paths. Engineering taught me to read weak signals, survive ambiguity, and build .....

Fields: engineering, learning, debugging, experimentation
Dorian Sotpyrc
2025-12-16

I Don’t Trust Software I Can’t Understand Anymore

Somewhere along the way, the systems I worked on stopped feeling knowable—not because they were broken, but because .....

Fields: Software Architecture, Reliability Engineering, Security
Dorian Sotpyrc
2025-12-13

How to Deploy Your App on Render — Free Tier, Step-by-Step Guide

A practical, beginner-friendly guide to deploying a real Flask app on Render’s free tier using GitHub and a correct .....

Fields: Flask, Deployment, Render, GitHub, Python
Dorian Sotpyrc
2025-12-12

Create an Interactive Data Dashboard with Python: From Zero to Deployed in Minutes

Build a configurable Flask + Pandas dashboard that turns any CSV into live KPI cards and charts in a few minutes, .....

Fields: Python, Flask, Pandas, Data Dashboards
Dorian Sotpyrc
2025-12-11

Build a Python PDF Encryptor in 20 Lines

Protect sensitive documents with a minimal Python PDF encryptor. Learn how to lock any PDF with a password in under 20 .....

Fields: Python, Security, Automation
Dorian Sotpyrc
2025-12-11

Why Your Next Side Project Should Be a Data Pipeline, Not an App

Stop building yet another CRUD app—your next side project should be a small, production-flavoured data pipeline that .....

Fields: Data Pipelines, Side Projects, Software Development, ETL Frameworks
Dorian Sotpyrc
2025-12-10

The AI Dilemma: A Modern Engineer’s Ethical Quarrel

Why virtue ethics offers a necessary framework for navigating pride, greed, emotional extremes, and the growing moral .....

Fields: Ethics, AI, Engineering
Dorian Sotpyrc
2025-12-06

Build a Python Password Generator Module in Under 50 Lines

Build a tiny Python password generator module in under 50 lines that outputs strong random passwords and memorable .....

Fields: Python, Security
Dorian Sotpyrc