Alternatives
Products that do what Build your own Git/Docker/Redis (advanced programming challenges) does
Hey HN! I spent the last year building a programming challenges site targeted at intermediate/advanced programmers [1]. Challenges follow the "Build your own X" format, where you learn about a popular open source tool by building a small version yourself (popularized by this Github repo [2]). The primary difference compared to other coding challenge websites like Codecademy, HackerRank, Exercism etc. is that we offer real-world programming challenges - no inverting binary trees here! I've posted about this multiple times here before, but haven't managed to gather much interest. Trying…
- 1GT
2017 · gitorials.com
- 2

- 3

Elevate your coding skills through daily design recreations
2024
- 4LT
Hey HN - We’ve built a site where you can learn Python, Ruby, and JavaScript in a fun, engaging and interactive way. How is LearnStreet different from other learn-to-code sites you ask? UI/UX: A key aspect of LearnStreet’s courses is its distinct UI/UX. In order to see this, simply sign up! Multi-modal: Our courses are designed for beginners, and we have multiple ways to help you learn, including live chat, Twitter, Q&A, hints, videos and background material. If you don’t know which language you want to pick up, check out our teaser videos in the Courses page!…
2012 · learnstreet.com
- 5HU
Link here: http://beta.whatispolymath.com Despite all the educational material on the web, I found it pretty hard to learn how to code and design. I had trouble finding high-quality content, figuring out what to learn next, and staying motivated without easy ways to track my progress. So, my co-founder and I built Polymath. Our MVP is pretty simple right now: you can find & submit good content, bookmark & track your progress across different resources, and rate/comment on the material. We’re trying to build a really fun online learning community, and we’ve got some more cool features…
2012
- 6LP
Hi! I am doing a learning project, attempting to build an imperative language (and interpreter). The end product will be useless for others, I just want to learn and better understand how to build imperative languages. :) If someone else shares this interest and want to give some good hints on good resources I would be grateful. Currently I am looking at an awesome text by Bob Nystrom. All suggestions and tips on resources are most welcome. I am very much a beginner in this, but I find this topic very fascinating. Mail me or post links here! Cheers! You can try a beta version Online at…
2020
- 7MG
http://giving.github.com A few weeks back, from a conversation around helping make the world a truly better place, we started a site where charities, organizations and those trying to make the world better could ask us programmers for help. The site is hard to establish as those doing meaningful work and in need of our help are sadly unaware of the programming community and spirit. But it has started to attract some requests - issues in github-mapping - that will hopefully propel it forward and serve to raise awareness with the good causes! So go get over there and help code something…
2012
- 8

- 9LJ
I've been working for about 8 months on http://www.Learneroo.com, a site to teach programming and more through challenges. I created the site and all the content on it, and I'm looking for some feedback. Thanks!
2013
- 10IB
After years of struggling with onboarding to new projects, I got tired of spending weeks just trying to grasp the basics of a codebase. The README rarely tells the whole story, and "just read the code" isn't practical for large repos. I built RepoIQ to create personalized learning paths through any GitHub repository. It analyzes the codebase structure, identifies key components, and creates a step-by-step guide tailored to your learning needs.
2025 · repoiq.be
- 11CC
Hi guys, Two days ago I published the fourth post in the series and thought it would now be a good time to look for additional feedback here on Hacker News. The aim of the series (as mentioned in the first post) is to inspire more people to start using Qt. My ambition is to answer the following questions "what is the gist of Qt?"; "what is the 20% that you need to know to develop 80% of the application?"; "what are the perhaps unknown unknowns?". In other words, I'm just covering basics: enough to understand the concepts and where to find additional information should you need it. Do you…
2018
- 12MS
I have finally convinced my son to take a step forward to publish something in public domain. As he is learning Python these days, he made a scraper to download Cambridge past papers (GCSE / IGCSE). If you like it, encourage the kid by pressing the Star button :) https://github.com/UsamaKashif/CambridgePastPapersDownloader
2019
- 13IB
Hi HN, A lot of the dev teams I have worked with had a lot of issues with their documentation. In fact, some of my easiest clients to get were from clients that had "black box" solutions that devs no longer at the company had created. Personally, writing documentation is like grinding nails on a chalkboard. I have been having a lot of fun with building solutions that can run in a distributed way, not something a dev needs to run themselves. And after a significant amount of testing and building out several different solutions, I finally have a solution that is easy to set up and runs in the…
Dec 2025 · codesummary.io
- 14IT
I created http://devtest.net as a weekend project, and I'm pretty proud of it from a technical and UI standpoint. The problem is, I've built this by myself in a bit of a vacuum, to "scratch my own itch", and I don't know if this is useful to anyone other than me. I'm also not so hot on the business side and don't really know what I'm doing. Basically, I'm looking for some advice, now that I've actually launched, what now? One thing that this has shown me is that I'm capable of putting together a pretty decent web application on my own in my spare time. Should I stick with this idea, or…
2012
- 15IM
I'm documenting everything about my process. From learning to code, to building the app, and all the way to my outreach efforts. I'm learning as I go and sharing it with everyone who's not a programer, and is daunted to build a software on their own. Trust me. If I can do it, anyone can! You can find my updates on: https://Claritask.com ...as well as video updates on https://www.youtube.com/channel/UCdmqmifW4kIcPclXigay1dQ Would love to hear your feedback on my progress and if you have any suggestions on what I can do better. There's so many task managers out…
2017
- 16CC
We're two engineers that got fed up with context switching. Why do we need to do a git push, open a browser tab, wait for some task to actually start, bite nails (or read HackerNews) for 10 minutes or more while dependencies are being installed for the 100th time and finally end up with an invalid YAML error. And for some reason this usually happens in the final stage of the pipeline leading up to the inevitable git commits "Fixed", "Fixed again", "Test", "Really fixed this time". We can do better. We set out to build Zippy. A CI/CD system that works from your terminal. No context…
Mar 2026 · zippy.sh
- 17IM
I am excited to introduce my solo project, a platform built with the frontend development community in mind. It's an interactive environment aimed at refining debugging skills through exposure to real-world bugs. This project stems from the need for a hands-on, practical method of learning to debug. The site features a variety of intentional bugs for users to solve, mirroring the types of challenges faced in professional settings. Over the coming weeks, I will be adding many more exercises and new features to enhance your learning experience further. Check out CodeMender at…
2024 · codemender.io
- 18IB
Hey Guys, I created GithubReader.org (open-source, non-profit, most of the code is written by ChatGPT). My motivation: I wanted an easy way to keep a list of repositories I want to learn from and access them quickly. So, I built a search page where I can find repositories by name, like Google. Also, I wanted a nicer way to read Markdown files on my laptop without the GitHub UI, like reading a book. So, I made a custom UI with a back button that takes you to the previous state without jumping pages. The markdown links are sharable, e.g.…
2024 · githubreader.org
- 19DD
Myself and three friends, for the last year have been building our own side project, the aim of this side project was to show off the creative side of developers. One of my bug bears with Reddit is how quickly things get buried. The bug bear has turned into the basis for what I been building on the side called The Full Stack. A platform to show off developer projects basically. Another bug bear of mine over the years has been trying to find open source or just cool side projects to work on with others, and even find teams to join. So that's another thing we've built, an easy way to find…
2023 · thefullstack.network
- 20LA
Hello HN, I am building a devtool to understand existing codebases. The idea originates from my time at big tech as well as various attempts to get involved in open source projects. When I was in college I wanted to improve my coding skills by contributing to opensource projects. I would pickup a bug or feature request but I always found myself stuck at the very first step. I did not understood where and how to begin contributing. I once submitted a patch in firefox which was labeled "Good first issue" but that was still very handheld. The assigner told me exactly which files I need to…
2024 · lucidcode.ai
- 21AW
2015 · git.rocks
- 22MP
My weekly(ish) video logs tracking my progress of building a completely sound statically typed language and structural editor. The motivation is to make lots of invalid programs unrepresentable.
2022 · petersaxton.uk
- 23HP
Hey everyone, I've been experimenting with collaborative learning and active learning for a while (I launched Coderoulette a couple of months ago) and I'm launching something new today that I'm really excited about. Online learning is pretty passive (video lectures) and lonely, and I think we could create an online learning experience much engaging and effective than that. Only 5% of people who start a Coursera course finish it. My hypothesis is that we can increase that number significantly by matching learners online in teams of 2-3 and giving them a real project to build together. On top…
2016
- 24IB
Hi HN, I've been working on this for a while and it was hard to decide when to stop, either on the way information is presented or when to stop with adding entries. It's not meant as a blog, but rather as a reference that keeps growing. Link: https://thehardparts.dev Currently I've created 4 main section: - Failure Modes: ways project go wrong - Red Flags: early signals that are worth taking seriously - Tech Decisions: common and not so common trade-offs for hard choices - Playbooks - guided approach for situations that repeat I've also focused on creating links between them to…
Apr 2026 · thehardparts.dev
Ranked by how close each launch is in meaning, then by votes. Refine with a description →