TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

How Stripe teaches employees to code

539 pointsby lopopoloabout 8 years ago

17 comments

rectangabout 8 years ago
When I worked for Eventful, I organized several study groups for beginners similar to this.<p>Like the Stripe team, participants in these study groups also found that cross-departmental collaboration improved. After learning the fundamentals of coding, people understood better how to work with engineering teams.<p>We also found a few people out on the edge of the bell curve who had strong engineering aptitude, including one fellow who eventually became a stellar engineer for us.<p>The main difficulty is that you need a lead who enjoys teaching. Personally, I find the challenge of explaining concepts at varying audience-appropriate levels fascinating and stimulating. We had one other fellow lead a group, and he had a good experience too. But as you can see from this discussion, not everyone wants to take this on.
评论 #14270685 未加载
评论 #14270371 未加载
barrkelabout 8 years ago
Flipping this the other way - a company that works in a particular area, whether it&#x27;s law, finance, retail, advertising, anything - it&#x27;s important to educate engineers about the specifics of that industry. The alternative is to forgo bottom-up innovation in the company (with engineers that don&#x27;t have enough business context) and risk embedding a command and control approach to feature development (coming in from sales, through product management, into engineering design, all the way down to the interchangeable coding monkeys).
评论 #14271509 未加载
评论 #14270104 未加载
评论 #14270567 未加载
评论 #14271503 未加载
评论 #14278502 未加载
jjcmabout 8 years ago
I&#x27;m currently running a very similar thing over at Atlassian. I was brought in to run their prototyping, and one of the things I immediately noticed is many of the designers didn&#x27;t have the tools they needed to make proper prototypes. Rather than just teach them on invision&#x2F;atomic&#x2F;principal, I figured it&#x27;d be better to just teach them how to do front end dev. We&#x27;re now holding lessons for a 2 hour block every week in 10 week cycles, and that seems to be the best for people schedule wise. Originally we did all day courses but too many people had conflicts. Course notes are here if anyone is interested: <a href="http:&#x2F;&#x2F;prototype.guide" rel="nofollow">http:&#x2F;&#x2F;prototype.guide</a> - also includes a small electron server to help dynamically compile stylus&#x2F;pug.
评论 #14271014 未加载
评论 #14274093 未加载
bballerabout 8 years ago
This is great! I think every one should have some fundamental knowledge of how coding works, especially those working at SaaS companies who aren&#x27;t directly involved in code. It would definitely be a confidence booster to those who are in roles where the primary function is supporting software and the processes (and bugs of course) around the primary product.<p>The problem we have is that we are strapped and everyone is pedal to the metal every hour we are at work. We just don&#x27;t have the time to sit down and layout these kind of courses for all the employees and then follow through on properly teaching them. I sure wish we did. I can see how at large stable companies this can be a huge win, but the reality is for the smaller fish it&#x27;s tough to pull this off.
partycoderabout 8 years ago
There is substantial domain knowledge you require to code safely.<p>Explain someone who hasn&#x27;t been exposed to how numbers are represented in memory that doing financial stuff with IEEE 754 floating point numbers (default in JavaScript and others) can lead to precision errors, with possible financial consequences. Very hard to do without going all the way to the basics.<p>Or maintainability, security, configuration, construction for verification, performance, scalability, concurrency, thread-safety... and all non-functional requirements.<p>You can save money in less skilled people. I have fixed bugs implemented by self-taught guys. I remember profiling a service experiencing service degradation (with terrible financial consequences) and finding a O(2^n) function that could be O(1). That&#x27;s the kind of risk you expose yourself to.
评论 #14270445 未加载
评论 #14271913 未加载
评论 #14272948 未加载
jorblumeseaabout 8 years ago
Take recruiting for example, would that really allow you to have a more technical conversation with a prospective employee? If they are any sort of engineer they&#x27;ll run circles around you in every sense, so what&#x27;s the benefit here? I&#x27;d love to see the data breakdown of how&#x2F;why this benefits certain jobs or teams.
评论 #14270622 未加载
评论 #14271231 未加载
jaboutboulabout 8 years ago
How about opening the course and sharing on github so other can benefit&#x2F;help improve as well?
评论 #14270965 未加载
barkingabout 8 years ago
I would humbly suggest that they cease and desist from calling their workers stripes.
评论 #14275851 未加载
timlodabout 8 years ago
Everytime there&#x27;s a post about Stripe, it is a positive post. Programms they initiate, people they hire, how they act in their business. To me they seem like an example of a &#x27;good&#x27; company with great culture as opposed to what you read about Uber [edit: removed caps] and co. these days, very refreshing!
评论 #14272514 未加载
评论 #14271756 未加载
throwaway2016aabout 8 years ago
&gt; For example, “==” is used at Stripe to mean you’re in agreement<p>Is this normal? I have never heard this before.
评论 #14270451 未加载
评论 #14270916 未加载
评论 #14270884 未加载
评论 #14273725 未加载
评论 #14270734 未加载
评论 #14277945 未加载
imronabout 8 years ago
Next can they teach their web designers about contrast?
评论 #14273606 未加载
CodeSheikhabout 8 years ago
It is nice to see how more and more tech companies are taking this initiative to hold on-campus intro to programming classes (mostly it is javascript or python). But before most of these companies decide to teach coding to every single employee, I would first focus on those god awful &quot;tech&quot; project managers who get hired because of some fancy MBA degree and most of the time they have no clue about the complexities of a software project in general.
评论 #14274362 未加载
diekabout 8 years ago
&gt; In seating, we mix engineering teams with non-engineering teams<p>In my experience this is a huge productivity killer for engineering teams. No, sitting us down next to the recruiting guy doesn&#x27;t make the recruiter better at technology or the engineers better at understanding recruiting. It mostly just makes us hate the person who talks on the phone all day while we&#x27;re trying to work.
评论 #14270166 未加载
评论 #14270984 未加载
评论 #14270968 未加载
评论 #14270176 未加载
评论 #14270343 未加载
评论 #14270624 未加载
sidchillingabout 8 years ago
Perhaps a follow-up blog post on which department the people who attended the program were from and how did the program help then in their day-to-day work.<p>Once, we have success stories, more companies would be interested in implementing such programs.<p>Kudos to the initiative!
alexpetraliaabout 8 years ago
I&#x27;m surprised by how controversial this article has been. I think it reflects the wide gamut of workplaces that continue to exist in tech, despite the external homogeneous appearance the industry maintains.
korzunabout 8 years ago
A part of me does not understand how start-ups find so many different ways to burn the inventors money. Another part of me wonders how these people have so little workload that they can afford to sit in a 2.5-hour class every week and take projects home &#x2F; do them at work?<p>I worked with companies that tried to do something similar, and besides a nice PR piece for the blog, these types of things are nothing more than a nice 2.5-hour break for people who can&#x27;t schedule enough meetings to make their day go by faster.<p>Wait until individuals who came there to work get fed up with carrying the rest of their team and start looking elsewhere.
评论 #14270361 未加载
评论 #14270401 未加载
评论 #14271719 未加载
评论 #14270575 未加载
评论 #14271238 未加载
评论 #14271569 未加载
评论 #14270913 未加载
评论 #14272002 未加载
hasenjabout 8 years ago
It&#x27;s all nice and everything, but I have few &quot;questions&quot;<p>Is asking people about how they &quot;felt&quot;about the course really a good method of evaluating the course&#x27;s effectiveness? It sounds like people would always makes up a reason to say they felt good about the course, either as lip service, or because they enjoyed it even though it might have zero effect on their work.<p>Maybe instead they should try to come with specific things to measure before and after the course?
评论 #14273803 未加载
评论 #14284029 未加载