Live data from Hacker News

Show HN: C0D3 – A free, interactive site to learn coding

c0d3.com

1–10 of 177 posts

Re: Show HN: C0D3 – A free, interactive site to learn coding

#2
Last year, I mentored a few students who are learning coding to become a software engineer from non-traditional backgrounds. Rather than encouraging them to leetcode and practice for interviews, I taught them software engineering practices and mentored them to build c0d3.com together as a team. c0d3.com will be a free learning site where other students like them can learn coding and then help improve the site. As a senior engineer, I made sure to not write any code myself and focused on helping them with code reviews, architecture questions, and holding sprint meetings every Monday at 9:30pm. We document our daily sprint updates here: https://github.com/garageScript/c0d3-app/wiki/Sprint-H1-2020

To get beta users for our app, we started a free coding group at our local libraries and got a few dozen active users: https://www.meetup.com/San-Jose-C0D3/

I am pretty happy with the outcome and the code quality. The students wrote unit tests with every pull request, listened to feedback, and achieved 100% code coverage in the codebase. Now, after some user feedback and iterations we are ready to give a preview of what we worked on. Any feature suggestions / feedback will become learning opportunities for the next generation of students.

Last month, a rec opened up on my team and I was able to hire one of these students. If I could hire all of them, I would. If anyone here is hiring, please consider hiring these awesome students who worked hard to make c0d3.com possible (I've listed their code contributions and linkedIn profiles): https://github.com/garageScript/c0d3-app/wiki

Re: Show HN: C0D3 – A free, interactive site to learn coding

#4
post #2

Last year, I mentored a few students who are learning coding to become a software engineer from non-traditional backgrounds. Rather than encouraging them to leetcode and practice for interviews, I taught them software engineering practices and mentored them to build c0d3.com together as a team. c0d3.com will be a free learning site where other students like them can learn coding and then help improve the site. As a s…

You built this without writing a single line of code yourself? Awesome work by the team!

Re: Show HN: C0D3 – A free, interactive site to learn coding

#6
Software engineering must be one of the few professions where individuals freely share their energy and expertise with others.

This isn't a criticism, neither of the "help others code" movement, nor more insular industries. It's just a very unusual aspect of our field and I wonder where it comes from.

For instance, can you imagine reading any of these?

Show LN (Litigator News): Learn employment regulations to become a paralegal

struct3r5.com: a free online curriculum for budding structural engineers

Paying It Forward: If You're Not Mentoring a Junior Mathematician, You're Not a Senior Statistician

dmackenzie/ipcurriculum: a curated list of resources to help students of Intellectual Property law

Introducing a new Programme of Mentorship with Veteran Cardiologists for Non Medical Students

Re: Show HN: C0D3 – A free, interactive site to learn coding

#8
post #5

This appears to be focused almost entirely on Javascript outside of the html/css/databases portion. Curious if there are plans to expand it into python or other languages.

Agree on Python. If you can throw some sql or orm with sqlite, even better

Re: Show HN: C0D3 – A free, interactive site to learn coding

#9

Software engineering must be one of the few professions where individuals freely share their energy and expertise with others. This isn't a criticism, neither of the "help others code" movement, nor more insular industries. It's just a very unusual aspect of our field and I wonder where it comes from. For instance, can you imagine reading any of these? Show LN (Litigator News): Learn employment regulations to become…

Graduate school isn't too far from #3.

Re: Show HN: C0D3 – A free, interactive site to learn coding

#10
post #3

A link on the home page for how business can access your talent pool would be nice.

Good suggestion! One of the students took a first stab with this PR to build a contributors page to featur students who have contributed features and are looking for a job: https://github.com/garageScript/c0d3-app/pull/227

If anyone has better ideas, please share!

Post reply on HN