Level up your Coding Skills building real-world applications
codingchallenges.fyi
Level up your Coding Skills building real-world applications
1–7 of 7 posts
Re: Level up your Coding Skills building real-world applications
#2These are challenges that I’ve used or am using as exercises to learn a new programming language - Rust most recently - or technology.
Each challenge involves writing a full application or tool. Most of which are based on real world tools and utilities.
The challenges are picked to be small enough to completed in a week or two and yet large enough to be complete working projects.
I'd love your feedback on the challenges!
Re: Level up your Coding Skills building real-world applications
#3I particularly liked the Challenge: Building A Redis Server. It gives a really good high-level understanding of how Redis is operating. Good job!
Re: Level up your Coding Skills building real-world applications
#4Thanks for sharing John! I particularly liked the Challenge: Building A Redis Server. It gives a really good high-level understanding of how Redis is operating. Good job!
Re: Level up your Coding Skills building real-world applications
#5Re: Level up your Coding Skills building real-world applications
#6I love the real world projects!
Re: Level up your Coding Skills building real-world applications
#7Awesome was redis server. I spent a lot more time to come up with a pluggbsle command library and test cases.
But also load balancer I enjoyed very much. It looks easy to build a reliable simple load balancer. But when you implement it you see the tiny details.
The little Linux tools are a good start for everybody to learn a new language. I would not prefer to start with real world challenges if you learn a new language.
Thx Lolo