- Published on
All Posts
- Published on
Explore the intricate process of translating Perl scripts into Python by utilizing the Python Abstract Syntax Tree (AST). This post delves into the challenges and solutions in mapping Perl tokens to Python equivalents, offering insights into language parsing and cross-language interoperability.- Published on
A short list of my favorite tools I use for Javascript Development, and how the problems they aim to solve that set them apart from the noise- Published on
How I built ephemeral k8s environments for PRs using Github Actions and ExternalDNS- Published on
Speeding up Starlette app with HTTPX