Rogério Rodrigues de Alcântara

Rogério Rodrigues de Alcântara @roalcantara

About: "An ape who happens to talk, code and tweet" &> /dev/null

Location:
São Paulo/SP/Brazil/Earth
Joined:
Sep 15, 2019

Rogério Rodrigues de Alcântara
articles - 14 total

Adding Zsh Completion for `gh copilot`

You are not alone if you are using the gh copilot CLI and have noticed the lack of Zsh...

Learn More 1 0Oct 3 '24

Convert insert mutation to upsert

Upsert operations are crucial for maintaining data consistency. In this quick post, we’ll walk...

Learn More 0 0Sep 18 '24

Simplifying Your Git Workflow with Aliases

Simplifying Your Git Workflow with Aliases Introduction to Git Aliases Git...

Learn More 1 0Feb 8 '24

Tidy Up Your VSCode Explorer with File Nesting

Just a quick note of a nifty VSCode feature to streamline the project's explorer view by nesting...

Learn More 6 0Jan 18 '24

Some suggestions on GitHub's Pull Request Settings to Think About

GitHub offers different ways to merge pull requests into your repository. Depending on your...

Learn More 2 0Sep 25 '23

The one on Firebase 🔥

A curated list of awesome resources on Firebase! Build extraordinary apps with Firebase All the...

Learn More 4 0Sep 21 '23

Git-Flow vs GitHub flow

A Practical Comparison When choosing a Git branching model, consider these widely adopted...

Learn More 0 0Sep 18 '23

:wq cheats/code-review

The One About Code Reviews TL;RD Some best practices for getting great Code...

Learn More 0 0Sep 13 '23

:wq cheats/git-commits

Git Commits How to Write a Git Commit Message 5 Useful Tips For A Better Commit...

Learn More 0 0Sep 13 '23

:wq cheats/solid

SOLID Design principles encourage us to create more maintainable, understandable, and...

Learn More 0 0Sep 13 '23

:wq cheat/12factor

The Twelve-Factor App "A methodology for building modern, scalable, maintainable...

Learn More 0 0Sep 13 '23

:wq cheat/agile

The Agile Manifesto Created in 2001, defines the core values and principles of agile...

Learn More 0 0Sep 12 '23

Types Aliases and Interface are tricky..

type BirdType = { wings: 2; }; interface BirdInterface { wings: 2; } Enter fullscreen...

Learn More 0 0Jul 5 '23

The One Where [Bottled] Conflicts with: [Formulae] (because both install [Those] binaries)

GoTask is a task runner / build tool that aims to be simpler and easier to use than, for example,...

Learn More 0 0Apr 16 '23