Research papers in the .NET source
Explores academic research papers referenced in the .NET runtime and compiler source code, focusing on data structures and optimization algorithms.
Explores academic research papers referenced in the .NET runtime and compiler source code, focusing on data structures and optimization algorithms.
A critical guide to programming books, offering specific recommendations and anti-recommendations for topics like algorithms and data structures.
Discusses balancing trendy tech with core programming fundamentals like algorithms and clean code to master software development.
A developer revisits and improves their JavaScript Tic Tac Toe game, focusing on refactoring win-checking logic and adding AI tactics.
A graduate reflects on their 5-year computer engineering master's at Linköping University, covering courses, projects, and personal growth.
A curated list of free, high-quality Python programming books for beginners and experienced developers.
A programmer analyzes whether math classes are useful in a software development career, based on personal experience.
A programmer shares their excitement about receiving three classic computer science books: Introduction to Algorithms, SICP, and The Pragmatic Programmer.
A Computer Science student reflects on finishing a Java game, enjoying courses like Data Structures, and reading tech/design books.
Analyzes the need for better content filtering on social media feeds like Facebook and Twitter, comparing them to Amazon/Netflix recommendations.
A developer shares their journey revisiting classic algorithms, providing Python implementations of insertion sort and merge sort from the MIT Intro to Algorithms course.