Personal Journey: Learning to Code Through Online Gaming and Web Development
By
chistev
A baker's-dozen of insight crammed into one ring.
Summary
A personal account of how the author learned to code as a teenager, starting with an interest in fantasy books and online text-based RPGs. Through gaming communities, they got involved in website and forum maintenance, which led them to ask for a PHP5 programming book as a Christmas gift around age 13-14. This initial exposure sparked their journey into web development with HTML and JavaScript.
Key quotes
· 5 pulledWhen I was a kid, I was really into fantasy books and online text-based RPGs.
I met some friends through one of those games, and they needed some changes made to their website and forum.
Then I asked my parents to get me a PHP5 book for Christmas. I think I was around 13-14 then.
This was one of few programming books I've read thoroughly, although I don't remember anything from it now.
After that I started creating websites, learning HTML and JavaScript.
You might also wanna read
A Programmer's Journey: From University to Open Source Development
This fictional story follows a programmer's journey from university to the open source world, exploring themes of outdated education, person
Strategies for Maintaining Discipline in LeetCode Practice for Software Engineering Careers
The article discusses strategies for maintaining motivation and discipline when grinding through LeetCode problems for software engineering
Building a Minimal RAG System from Scratch: PDF to Highlighted Answers in ~100 Lines of Python
A hands-on tutorial that builds the smallest functional RAG (Retrieval-Augmented Generation) system from scratch using about 100 lines of Py
Steve Jobs: Learning to program computers teaches you how to think
This article features a quote from Steve Jobs about the importance of learning computer programming, where he argues that coding teaches peo
tiny-vllm: An Open-Source C++ and CUDA LLM Inference Engine with Educational Course
This article presents tiny-vllm, an open-source project that provides both a full C++ and CUDA implementation of a high-performance LLM infe
Binary Search in Python: Iterative Implementation Using a While Loop
This article explains the Binary Search algorithm in Python, covering its iterative implementation using a while loop. It highlights that bi
