|
You are here |
blog.tafkas.net | ||
| | | | |
www.paulox.net
|
|
| | | | | My self-nomination statement for the 2023 Python Software Foundation (PSF) BoardElection | |
| | | | |
dusty.phillips.codes
|
|
| | | | | 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
|
|
| | | | | 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
|
|
| | | 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. | ||