Explore >> Select a destination


You are here

dylanpaulus.com
| | blog.kulman.sk
2.5 parsecs away

Travel
| | When working on iOS applications, I often find myself in situations where I need to develop a new feature while simultaneously fixing a bug. This can be challenging to manage, especially when the changes for the feature and the bug fix overlap. Developers have different approaches to handle this: Stashing changes Creating temporary commits Cloning the repository twice While these methods work, they are not ideal. Recently, I discovered a better solution.
| | felixrieseberg.com
3.5 parsecs away

Travel
| | Git worktrees: Work in multiple branches at the same time. Quit reinstalling dependencies when you checkout different branches.
| | jackharner.com
4.5 parsecs away

Travel
| | Getting Started with Git: Installing and Cloning Repositories from GitHub This guide will help you get Git installed on your computer, clone your...
| | gist.github.com
24.2 parsecs away

Travel
| Speed-up secp256k1 by using endomorphism https://paulmillr.com/posts/noble-secp256k1-fast-ecc/ - explanation-simple.md