Explore >> Select a destination


You are here

paulhammant.com
| | anthonysciamanna.com
15.9 parsecs away

Travel
| | Companies commonly attempt to scale their development organization by adding developers instead of improving the system of work. This results in a focus o...
| | techblog.izotope.com
11.9 parsecs away

Travel
| | Nick Donaldson Version control is an indispensable tool in modern software development, and Git is one of the most popular and widely used version control systems available today. However, despite its pervasiveness, many development teams do not use Git to its full potential, often due to a lack of a well constructed and adhered-to Git...
| | www.craigpardey.com
14.3 parsecs away

Travel
| | I've been working on re-platforming the online banking system for a Canadian retail bank for over two years. Leading up to the initial launch, The Business decided to defer a few features to the next release which was scheduled for about a month later. We created a release branch to support defect fixes found in testing, and the development team continued adding features to the develop branch. Bug fixes from release were merged into develop regularly. The process was working.
| | tonyfinn.com
76.1 parsecs away

Travel
| Nix is a tool for managing packages and system configurations in a declarative manner. Flakes are a new user interface to clean up many of its rough edges. This guide explains how to use Nix from first principles, via a Flake-focused approach.