/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

blog.tafkas.net
| | www.paulox.net
6.8 parsecs away

Travel
| | My self-nomination statement for the 2023 Python Software Foundation (PSF) BoardElection
| | dusty.phillips.codes
7.1 parsecs away

Travel
| | Parts in this series An Order to Learn to Program, Part 1 An Order to Learn to Program, Part 2 An Order to Learn to Program, Part 3 An Order to Learn to Program, Part 4 An Order to Learn to Program, Part 5 An Order to Learn to Program, Part 6 Part 4: Binary, bits, and bytes This is part 4 of my series on the order to study topics related to programming.
| | engineering.linecorp.com
3.7 parsecs away

Travel
| | We at the Open Source Program Office TF are working diligently to close the distance between LINE's development culture and open-source development c...
| | danielpecos.com
21.9 parsecs away

Travel
| In a previous post, we have seen what Git is and its main characteristics. Now, we'll go more into detail about its functionality and we'll see what a usual day working with Git looks like. But before, some initial concepts: Repository: A working tree of files and directories which can be versioned, keeping track of every single modification made over the working tree, been able to move forward and backward in its history.