Recent Posts
-
Making Twine Games, Programmer Edition
Twine and its associated tools allow you to easily create a narrative browser game with all of the features you might want. I made an UNDERTALE-inspired game to propose to my girlfriend. She said yes! Check it out at DATE N’ RULE.
-
Towards asyncio from threading in Python
Undertaking a conversion of a multithreaded Python project to asyncio can be daunting, but your program can reap huge performance benefits with it.
-
Fish shell scripting guide
The user-friendly fish shell doesn’t have too many guides for writing scripts from scratch. Learn the basics of writing a fish shell script here!
-
Programming Polyglots: Pair to learn
Two people pair up to accomplish problems using a language that neither of them knows well. Provided problems are based on programming interview questions.