Earlier quoted context omitted.
Thanks for the kind words! The logos highlight companies where our customers (the engineers) work. Since we're early stage, so far it's more common for engineers to discover CodeCrafters, sign up by themselves, and expense it to their company. That might explain why you can't find information about subscription on the intranet. We also do have cases where we work with companies to land team subscriptions, so if you'd…
Thanks for clarifying! I got excited that maybe there was a corporate subscription in place.
Launch HN: CodeCrafters (YC S22) – Practice writing complex software
51–60 of 207 posts
Re: Launch HN: CodeCrafters (YC S22) – Practice writing complex software
#52Pricing seems fine, that’s a drop in the bucket for developer education—my learning stipend at my first tech job (this was pre-IPO) was over $1000/year. Investing in quality education is a price willingly and even eagerly paid by those who want to grow. Bet a large swathe of immigrant parents would approve, too.
My Indian Mom thinks the pricing is outrageous
Re: Launch HN: CodeCrafters (YC S22) – Practice writing complex software
#53Earlier quoted context omitted.
Agreed, learning styles are different for everyone, and it's important to be able to try things out. We've added a 3-day trial for you to experience what it's like — looking forward to seeing you on the leaderboard!
The 3-day trial is only on $700 annual memberships though! I'd very much try this out on a 3-day trial if it's then only $70 a month afterwards. $700 in one go means I have to ask the wife and you'll miss out on a sale there ;)
The trial is available on all plans, so no need to ask the wife!
Re: Launch HN: CodeCrafters (YC S22) – Practice writing complex software
#54Pricing seems fine, that’s a drop in the bucket for developer education—my learning stipend at my first tech job (this was pre-IPO) was over $1000/year. Investing in quality education is a price willingly and even eagerly paid by those who want to grow. Bet a large swathe of immigrant parents would approve, too.
My Indian Mom thinks the pricing is outrageous
Re: Launch HN: CodeCrafters (YC S22) – Practice writing complex software
#55Earlier quoted context omitted.
> Trusted by engineers at top companies with learning budgets They probably have one guy at a company and add it, based on a survey/form where people could in theory lie about where they work or add previous positions if they're unemployed. Note the companies aren't subscribers, an 'engineer' from that company is a subscriber.
Indeed, you're right — it's companies where our engineer customers work. It's been a while since we looked at that list tho, so it probably could use a refresh! For some companies on that list, we do have more than one engineer subscribing, and for in many cases we've spoken to them to learn about their motivations and feedback. We also have a Private Leaderboards feature for teams. In the past few months, a nice sma…
Re: Launch HN: CodeCrafters (YC S22) – Practice writing complex software
#56Earlier quoted context omitted.
The 3-day trial is only on $700 annual memberships though! I'd very much try this out on a 3-day trial if it's then only $70 a month afterwards. $700 in one go means I have to ask the wife and you'll miss out on a sale there ;)
Argh, I'm so sorry, our pricing page should have been clearer (fixed now). The trial is available on all plans, so no need to ask the wife!
Re: Launch HN: CodeCrafters (YC S22) – Practice writing complex software
#57Getting a Rails "The page you were looking for doesn't exist." When trying to login with Github currently.
Re: Launch HN: CodeCrafters (YC S22) – Practice writing complex software
#58Getting a Rails "The page you were looking for doesn't exist." When trying to login with Github currently.
Re: Launch HN: CodeCrafters (YC S22) – Practice writing complex software
#59I think a bigger value I see with your product is replacing leetcode challenges with something like this. We often give take home assignments to our potential candidates and this would be a great fit, if the platform had features around code evaluation, ephemeral environment with seeded data that would be great. I think that is quite a big market too.
Re: Launch HN: CodeCrafters (YC S22) – Practice writing complex software
#60This looks great! What languages are supported? Are the tests language agnostic, or is the coursework specific to a subset of languages? I see reference to Rust, Go, Python and JS...but am unsure if this would be useful for something like Clojure, where I can produce JS, JVM or compiled code, that could be tested against, but wouldn't expect an imperative pseudo-code explanation of an algorithm to be helpful for expl…
As a 2-person team, we're prioritising making a complete experience for Go, Python & JS for starters (our most popular languages).
So far, our tests are language agnostic. Our testers are written in Go (they’re open source, example: https://github.com/codecrafters-io/redis-tester). The testers interact with user code by testing for observable behaviour - exit codes, stdout/stderr, files written etc.
Although the testers are language-agnostic, a lot of the educational “content” is language-specific. We emit language-specific hints in stages where appropriate, and have expert solutions that are language-specific. A lot of this is new, so we might not have coverage across all challenges - this will improve over time.
Does that help explain our setup a little better?