Interactive Git Rebasing

Rebase your git branch with more control using the interactive mode... Read more 馃憠馃徑

July 31, 2023 路 3 min 路 Ayush Poddar

Can you rebase on just the main branch? No.

Your feature branch can be rebased on anything, not only a branch... Read more 馃憠馃徑

July 30, 2023 路 1 min 路 Ayush Poddar

Stop merging the main branch into your feature branch! Try rebasing

Learn how to use git rebase to incorporate changes from the main branch, while keeping your feature branch clean... Read more 馃憠馃徑

July 29, 2023 路 2 min 路 Ayush Poddar

How to add new changes to most recent git commit?

Learn how to add new changes to the most recent git commit; and edit its commit message... Read more 馃憠馃徑

July 28, 2023 路 2 min 路 Ayush Poddar

How to ignore files in git? Without changing gitignore - Part II

Learn how to untrack a tracked file in your local git repository... Read more 馃憠馃徑

July 27, 2023 路 1 min 路 Ayush Poddar

How to ignore files in git? Without changing gitignore

Learn how to maintain a list of files to ignore locally in git and keep your workflow-specific files to yourself.... Read more 馃憠馃徑

July 26, 2023 路 1 min 路 Ayush Poddar

Want to build a trackable and flexible payment wallet? The wallet in your pocket can help!

Have you ever used cash to pay for something? Learn how the age old model of cash transactions can help you build a trackable and future-ready payment wallet app. Read more 馃憠馃徑

July 19, 2023 路 10 min 路 Ayush Poddar

Object shapes - how this under-the-hood change in Ruby 3.2.0 will improve your code performance

Ruby 3.2.0 is now optimized to take advantage of object shapes. What are they? And how are object shapes going to improve your code performance? Read more 馃憠馃徑

March 30, 2023 路 12 min 路 Ayush Poddar