Welcome to my workspace 🚀
I build automation tools, browser workflows and productivity-focused applications.
This repository contains my daily work environment and utilities.
Activate the virtual environment (Windows):
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope Process
.\.venv\Scripts\Activate.ps1Tip
If you want to avoid running this every time:
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUserTo prevent accidentally committing sensitive files (credentials, configs, local state, etc.), you can tell Git to ignore changes:
git update-index --assume-unchanged "File/Path/Name"This is especially useful for:
-
config.json -
local environment files
-
temporary credentials
Here are some projects I actively maintain or use as foundations:
Declarative browser automation using JSON flows and Selenium.
👉 Repository:
🔗 browser-automation
Highlights:
-
JSON-based workflows
-
Automatic Edge driver handling
-
Stable downloads
-
Windows & Linux support
A lightweight tool focused on productivity and utility workflows.
👉 Repository:
🔗 Recort_app
-
Browser automation
-
Workflow optimization
-
Clean architecture
-
Reusable tooling
-
Developer experience
I prefer simple, explicit systems that scale without becoming fragile.