Python
Main application language across the strongest repositories, including TraceForge and Astra Engine.
01 / TECHNOLOGY STACK
A project-backed view of my stack. Rather than percentage bars, this page shows languages, runtimes, data systems and engineering tools where there is public repository evidence behind them.
02 / QUICK INDEX
03 / LANGUAGES
Not a scorecard. A practical map of where each language has a role.
Main application language across the strongest repositories, including TraceForge and Astra Engine.
Used for focused compiled paths where compute- and I/O-heavy work benefits from native binaries.
Used for setup, dependency installation, platform detection and system-level workflows.
Present in the WhatsApp automation side of the project set and used for browser/media-oriented integrations.
04 / RUNTIME & AUTOMATION
Tools selected because they solve concrete project problems, not because they look good on a badge wall.
Astra Engine drives a real browser for WhatsApp Web automation rather than a reimplemented protocol.
Astra is typed around asynchronous messaging and event-driven workflows.
TraceForge is structured as a local CLI with cases, modules, exports and diagnostics.
05 / DATA
Storage choices are project-driven: embedded storage for local tools, document data where flexibility matters.
Used as a lightweight local data layer where an embedded database makes sense.
Used in automation projects where session/state data benefits from document storage.
Relational querying remains part of the broader data toolkit where structured storage is appropriate.
Astra lists aiosqlite as a dependency for asynchronous SQLite access.
06 / ENGINEERING TOOLING
Packaging, tests, linting, documentation and release workflows are part of the stack too.
07 / SECURITY & INVESTIGATION
Security is represented through real tooling and project direction rather than expertise percentages.
Local investigative workflows around IOC extraction, evidence hashing, timeline processing, filesystem baselines, case management and structured exports.
Projects are how concepts become durable skills.
Use evidence from the repository instead of inflated skill claims.
The stack should change as the cybersecurity focus gets deeper.
08 / PRACTICE
A compact explanation of the engineering choices behind the projects.
Python handles application logic and workflows; Go is reserved for focused native fast paths.
Security and utility workflows should keep data local whenever the problem allows it.
README files, package metadata and documentation are part of the project, not an afterthought.
A technology is useful because it solves a real problem, not because it is fashionable.