Latest Posts
-
1 – Getting Started with Tiptap
Rich text editors are essential components of many modern web applications, providing users with powerful tools to compose and format content. Tiptap, a headless editor framework built on top of ProseMirror, is a popular choice among developers who need a flexible and extensible rich text editor in their Vue applications. In this blog post, I’ll…
-
Dave’s Pumpkin Pie
This recipe will make two pumpkin pies. Ingredients The Pie The Topping Instructions
-
Enhance Your Development Workflow with Custom Bash Functions
As developers, we often find ourselves performing repetitive tasks that, while necessary, consume a good chunk of our productive time. Fortunately, by leveraging the power of bash scripting combined with the customization capabilities of shell configuration files like .bashrc or .zshrc, we can significantly streamline our workflows. Why Use Custom Bash Functions? Custom bash functions…
-
Customize Slack with One-Click Reactions
Recently, I was looking for ways to optimize my slack experience by finding ways to streamline or automate some of my workflows. When poking around the Preferences window, I found that you can add fast, one-click emoji reactions to any of the messages you hover over. For example: If your go-to response when someone asks…
-
Logging in to WordPress with Cypress Testing
Cypress is a popular end-to-end testing framework that can be used to test web applications, including those built on WordPress. One of the key features of Cypress is its ability to easily authenticate a user in the local environment, which is crucial for testing any functionality that is only available to logged-in users. In this…