Summary: Developed a Python script to summarize YouTube videos, using ChatGPT.
Summary: The Dune II - Insider's Guide is a comprehensive reference material for the game, providing detailed information on units, missions, mechanics, and the history of Westwood Studios. It includes screenshots, maps, and tactical strategies, making it a must-read for fans and those interested in the development of the first PC RTS.
Summary: Explores word prediction/autocomplete using a trie data structure. Includes a demo and the source code of the trie implementation.
Summary: Explains Python import basics, relative vs. absolute imports, import resolution, and provides examples to clarify common import scenarios.
Summary: Discusses the anti-patterns of testing private methods and mocking class under test methods. It emphasizes the importance of focusing on behaviour, refactoring when necessary, and testing in line with production conditions.