October 7, 2024Learn how to workaround the WordPress appearance panel and manage patterns without fully converting to block themes. Practical solutions for hybrid themes and custom sites.
July 18, 2024Explore a real-world scenario of debugging JavaScript imports after relocating code from a script tag to a `.js` file. Understand the unexpected issues that arose, the troubleshooting process, and key takeaways for avoiding similar problems in your projects.
July 4, 2024Discover my journey from Gatsby.js to Astro.js and how I transitioned my site to TypeScript. Learn about the benefits, process, and key lessons from this migration to enhance your static site development.
April 8, 2024Explore the benefits of Markdown for efficient writing and note-taking. Learn about its versatility, portability, and tips for maximizing productivity. Discover how Markdown can revolutionize your content creation process.
April 6, 2024My thoughts and career goals for 2024.
March 1, 2024Discover expert tips on harnessing the power of React to extend and customize Gutenberg blocks in WordPress. Elevate your editing capabilities with advanced techniques, empowering you to tailor blocks precisely to your website's needs.
December 5, 2023Elevate your GitHub CLI skills with expert tips on editor configurations and interactive prompts. Discover how to tailor the CLI to your workflow for maximum efficiency.
December 3, 2023Join my adventure from watching 'Hyperdrive' to hitting the drift track. Insights on beginner cars and the thrill of drift racing.
November 30, 2023Step up your GitHub game: Our guide delves into creating effective CLI aliases to simplify repetitive tasks, enhancing your workflow and saving time every day.
November 28, 2023Discover the power of aliases in the GitHub CLI. Our step-by-step tutorial shows you how to set up, modify, and use aliases to optimize your development process.
November 22, 2023Unlock GitHub CLI's potential with our in-depth tutorial. Learn to manage PRs, search repos, and streamline your development process with expert tips.
November 21, 2023Dive into GitHub CLI: Master command syntax and streamline your development process. Our guide breaks down CLI commands, making them easy to learn and apply.
November 20, 2023Step-by-step guide on initializing a new repository with GitHub CLI. Learn to create and clone your project workspace efficiently for seamless GitHub integration.
November 16, 2023Unlock the full potential of GitHub CLI with easy-to-follow steps on setup, authentication, and efficient use of SSH and HTTPS. Elevate your coding efficiency today.
November 15, 2023Explore the benefits of the GitHub CLI with our guide. Learn how it streamlines coding tasks, enhances efficiency, and is beneficial for developers, team leads, and QA members alike.
July 13, 2022Earlier in my career, I struggled with this concept. Oftentimes, I felt that for a feature to be "ready for review", it must have all of the necessary parts fully worked out and 100% complete.
December 21, 2021Learn how to become more thoughtful about the code writing and the merging process by making the review process easier.
August 16, 2021Here are some of commands I found helpful while getting started. I ended up using a combination of these commands in multiple custom aliases.
May 13, 2021By default the WordPress Gutenberg RichText component will insert `<br>` tags into the block grammar when the "enter" key is used. While this is okay in some circumstances, it may not always be wanted behavior.
April 6, 2021My thoughts and career goals for 2021.
January 14, 2020Saving code for later use with `git stash` is one of my favorite features of git. Here's how it works.
December 1, 2019Here are some simple examples of what destructuring looks like in JavaScript.