Node and Ruby Versions to Your Terminal Prompt

Learn how to customize your terminal prompt to display Node.js and Ruby versions with Oh My Zsh.

React's useCallback Equivalent in Nuxt

In Vue (and thus Nuxt), the need for `useCallback` is less common due to Vue's reactivity system, but you can achieve similar behavior using the `computed` function for memoized data or methods for memoized functions.

React to Nuxt Migration Guide

Migrating from React to Nuxt (a Vue.js framework) involves understanding the equivalent concepts and patterns in Vue.js. Here is a quick migration guide that maps React concepts to their counterparts in Nuxt

Automate Your Git Commit Messages with JIRA Ticket Numbers

Adding Git Branch with JIRA Ticket to Commit Messages