Import functions and variables into Bash with the source command Source is like a Python import or a Java include. Learn it to expand your Bash prowess.
3 reasons to contribute to open source now Now, more than ever, is the ideal time to contribute to open source. Here’s why.
3 lessons from remote meetings we’re taking back to the office Some of the ways we're accommodating working at home during the pandemic can make in-real-life meetings better and more inclusive when we get back to the office.
An introduction to using tcpdump at the Linux command line This flexible, powerful command-line tool helps ease the pain of troubleshooting network issues.
Stop debugging Go with Println and use Delve instead Delve is packed with functionality to make debugging a breeze.
How I stream video with OBS and WebSockets Take control of your streaming with these open source supporting tools that simplify WebSockets.
Never forget your password with this Python encryption algorithm This unique algorithm using Python and Shamir's Secret Sharing protects your master password from hackers and your own forgetfulness.
Put some loot in your Python platformer game Give your players some treasures to collect and boost their score in this installment on programming video games with Python's Pygame module.
Enable your Python game player to run forward and backward Let your player run free by enabling the side-scroller effect in your Python platformer using the Pygame module.
Add jumping to your Python platformer game Learn how to fight gravity with jumping in this installment on programming video games with Python's Pygame module.
Simulate gravity in your Python game Learn how to program video games with Python's Pygame module and start manipulating gravity.
Put platforms in a Python game with Pygame In part six of this series on building a Python game from scratch, create some platforms for your characters to travel.