Request for Successful Coding Projects with Video Documentation
By
cauliflower99
Has the shape of a bagel but none of the steam.
Summary
A Hacker News user is seeking recommendations for impressive coding projects that demonstrate success, whether personal projects without financial incentive or monetized ventures. The request specifically asks for projects with accompanying video documentation showing the complete development process from start to finish, noting the difficulty of finding such content through YouTube's algorithm.
Key quotes
· 4 pulledI'm looking to create a list of projects that people have had success with
whether they are personal projects that have no financial incentive or projects that have made money
I'm also looking for videos that document the project from start to finish
The youtube algorithm makes these videos quite difficult to find
You might also wanna read
A 7-line interpreter: Implementing a functional programming language in minutes
The article presents a minimal 7-line interpreter for a functional programming language, demonstrating the eval/apply design pattern from St
Clojure Programming Terms Explained: Lisp, REPL, and Functional Programming Concepts
This article provides definitions for key programming terms related to Clojure, a Lisp dialect programming language. It explains fundamental
A Compiler Writing Journey: Building a Self-Compiling C Subset Compiler
A GitHub repository documenting a personal journey to write a self-compiling compiler for a subset of the C language. The project provides p
Understanding Common Lisp Development Environments: A Beginner's Guide to Tooling Layers
This article provides a comprehensive beginner's guide to Common Lisp development tooling, focusing on understanding the layered architectur
Building a Toy Shell in C to Understand System Calls and Shell Internals
The author builds a toy shell in C to understand how shells work under the hood, specifically learning about fork, execvp, and dup2 system c
The Impact of AI Tools and Abstraction on Computer Science Fundamentals
The article expresses concern about how AI tools and increasing abstraction layers in software development are causing developers to lose in
