Blog
My thoughts and tutorials on web development, frontend technologies, and software engineering.
I Built a Modern React Theme for JSON Resume
April 12, 2025
A guide on how I created a custom React-based theme for the JSON Resume standard.
#react #resume #typescript #json
How to setup your Mac for frontend development with dotfiles
March 20, 2025
A detailed guide to my frontend development environment setup with custom dotfiles for improved productivity and efficiency.
#shell #macos #productivity #git #zsh #vscode
Two-way Data Binding in Vanilla JS (POC)
February 2, 2019
Building a proof of concept for two-way data binding using plain JavaScript without any frameworks.
#javascript #webdev #databinding #frontend
Resume in JSON: jsonresume-theme-stackoverflow
January 28, 2019
I created a sleek template for JSON Resume that offers a unique and professional look for your resume.
#opensource #webdev #showdev #resume
One-way data binding in vanilla JS (POC)
January 25, 2019
Learn how to implement one-way data binding in pure JavaScript without any frameworks
#showdev #javascript #webdev #databinding