You are not alone if you are using the gh copilot CLI and have noticed the lack of Zsh...
Upsert operations are crucial for maintaining data consistency. In this quick post, we’ll walk...
Simplifying Your Git Workflow with Aliases Introduction to Git Aliases Git...
Just a quick note of a nifty VSCode feature to streamline the project's explorer view by nesting...
GitHub offers different ways to merge pull requests into your repository. Depending on your...
A curated list of awesome resources on Firebase! Build extraordinary apps with Firebase All the...
A Practical Comparison When choosing a Git branching model, consider these widely adopted...
The One About Code Reviews TL;RD Some best practices for getting great Code...
Git Commits How to Write a Git Commit Message 5 Useful Tips For A Better Commit...
SOLID Design principles encourage us to create more maintainable, understandable, and...
The Twelve-Factor App "A methodology for building modern, scalable, maintainable...
The Agile Manifesto Created in 2001, defines the core values and principles of agile...
type BirdType = { wings: 2; }; interface BirdInterface { wings: 2; } Enter fullscreen...
GoTask is a task runner / build tool that aims to be simpler and easier to use than, for example,...