Three Factors That are Blocking Contributions to Your Open Source Project

This ad is not shown to multipass and full ticket holders
JSNation US
JSNation US 2025
November 17 - 20, 2025
New York, US & Online
See JS stars in the US biggest planetarium
Learn More
In partnership with Focus Reactive
Upcoming event
JSNation US 2025
JSNation US 2025
November 17 - 20, 2025. New York, US & Online
Learn more

When talking about contributing to open-source projects, it’s crucial to understand from a maintainer point of view what factors are stopping new contributors from contributing to your project. Whether your codebase is very overwhelming to the contributors for the first time or it  lacks good first issues and enough responsive response to their problems. 


In this talk, I will explain how I built a campaign at Amplication that scaled the contributors from 30 to 200 in just one year and how it solved every problem I mentioned above.

This talk has been presented at React Summit US 2023, check out the latest edition of this React Conference.

Watch video on a separate page

FAQ

The main factors that block contributions to open source projects include being overwhelmed by the complex codebase, encountering difficulties with setup and installation errors, and a lack of rewards and recognition for contributions.

Project maintainers can help new contributors by providing 'good first issues' that are easy to handle, maintaining proactive communication to resolve issues quickly, and offering guidance through documentation or direct support.

'Good first issues' are tasks recommended for new contributors that typically involve simple changes, such as minor bug fixes, UI tweaks, or documentation updates. These issues are designed to help new contributors understand the project without being overwhelmed.

Recognition is crucial in open source communities as it acknowledges the contributors' efforts and motivates them and others to participate. This can include public thank-yous, swag like t-shirts and stickers, or even showcasing contributions on social media.

Amplication grew its open source community by actively engaging with contributors, addressing their challenges, and recognizing their efforts. From starting with only 30 contributors, they expanded to more than 300 contributors by fostering a supportive and rewarding environment.

Saurav Jain encourages new open source contributors to start with simple, well-documented issues known as 'good first issues' and engage actively with the community for support and guidance. He emphasizes the importance of persistence and learning through contributing.

Amplication is an open source development tool that automates the creation of boilerplate code for NodeJS backends, thereby enhancing productivity by eliminating repetitive tasks and allowing developers to focus on more complex aspects of their projects.

Saurav Jain
Saurav Jain
14 min
15 Nov, 2023

Comments

Sign in or register to post your comment.
Video Summary and Transcription
Welcome to the best talk of React Summit USA. This talk is about three factors that block contributions to open source projects. Application is an open source dev tool platform that eliminates repetitive tasks in creating NodeJS backends, increasing developer productivity. I will discuss the challenges faced by first-time contributors and how to overcome them. If you want to contribute for the first time, we welcome you. Being proactive and engaging with the community can attract long-term contributors.

1. Introduction to Open Source Contributions

Short description:

Welcome to the best talk of React Summit USA. This talk is about three factors that block contributions to open source projects. We want valuable contributions from the community. Connect with me on LinkedIn and Twitter. I have helped hundreds of developers contribute to open source.

Good morning, good afternoon, and good evening and welcome to the best talk of React Summit USA. And as you can see, this talk is going to be about three factors that are blocking contributions to your open source projects.

So we all have one side project that we want to work on, and we may want to make it open source. We are working in companies that have open source products or open source projects that we want to grow, and the most important part of growing an open source project is the support from the community. We want valuable contributions from the community to our open source projects. We want as many as contributors contribute to our project and make it better. There are many things that blocks their way to contribute to the very first time to your projects. And this talk is going to be all about those three blockers and how you make your project a better path for the first time for them.

So, on a side note if you want to connect to me here is a QR code. You can scan it and just connect to me. I'd love to connect to you. And so who am I? Hey everyone I am Saurav Jain. I am from capital of India, New Delhi. I am working as a community manager for the last two years at an open source DevTools start up called Amplication. I'll tell you a little bit more about Amplication in the next slide. I consider myself as an open source evangelist. I am in this field from the last five years and I have helped hundreds of developers to contribute to the world of open source for the very first time. And this is something that makes me happy. I visit all over the parts of the world, speak about open source, help contributors to contribute to open source projects. And I'm very active in social media channels as well. So if you're not following me, you are missing something. So these are my handles, S-A-U-A-I-N, on both LinkedIn and Twitter, you can give me a follow there. I love to travel. I love to code. I love to post content on Twitter. So I post usually content revolving around open source and communities on Twitter. So if you are interested, please check it out. And yeah, application. So this slide is not for giving an intro about the application, but I want you to know that how I started when I started working at an open source company and how small it was. So just a little introduction.

2. Application's Growth and Impact

Short description:

Application is an open source dev tool platform that eliminates repetitive tasks in creating NodeJS backends, increasing developer productivity. It started as a small tool with a community of 1000 members and 30 contributors, but now has over 35000 developers and 12000 stars. It continues to grow exponentially.

Application is an open source dev tool platform. It's a code generator which generates the boilerplate code for you and it eliminates the whole repetitive task that developer teams has to do when they are creating NodeJS, NodeJS backends. So it makes the developer life easy by eliminating the repetitive task and increase the productivity. But when I joined application, it was a very small tool. So we have a community of hardly 1000 members. We have only 30 contributors on our open source project and the project was pretty small. So I started at that time. So if you are someone who is working on a personal project and the project is very small, don't worry. I too started in that way and now we have a community of 35000 plus developers across all platforms. We have 12000 stars nearly right now, more than 300 contributors if I be honest on every repository of application and the community you can see there. So we grow exponentially and you can too.

3. First-Time Contributor Challenges and Solutions

Short description:

In this talk, I will discuss the challenges faced by first-time contributors and how to overcome them. The overwhelming codebase is a common blocker, but providing good first issues can help. These issues should focus on one package and one file, allowing contributors to understand and make small contributions. Other good first issues include UI/UX improvements, documentation fixes, bug fixes, and improving the Read Me. Documentation issues are particularly helpful for new contributors.

In this talk I am mostly going to talk about the contributor parts, not the everything because it's a lightning talk. So let's start! So I will start this talk by telling you about the point of view of a first time contributor. So either a contributor who's contributed the first time is a beginner to the tech world or to the open source world or they are visiting your project repository for the very first time. And in both cases it is tough to understand the code. It is tough for them to understand what is going on, they try to read documentation, they join a community, ask community some question, interact with them and they use the product.

And when they use this they have some blocker. So for example Harji Forever was trying to contribute to an issue in Amplication and he got some blocker. So what are those blockers exactly which block these first time contributors to contribute to your project? So the first one is getting overwhelm by code. Yes, like this. So everyone will relate to this when you contribute to the very first time to any open source project, the code base is very overwhelming. So I personally don't know which file is doing what thing. There are dozens of packages, hundreds of file and I don't know which one is doing what. So for example if you go to github.com slash amplication slash amplication you will see the whole code base how we are generating the back end. And I'm working on amplication and it's tough for me even if I'm a very, if I'm thinking from a very beginner point of view to understand which package is doing what. There are dozens of package, each package has hundreds of files and I don't know what is, which thing is doing what.

So as a, as a first step, as a maintainer, you need to understand how to overcome this and the best way to overcome this blocker is good first issues. Yes, so I recommend you should have as many as open, good first issues open on your repository as you can. So what I consider to be a good first issue is a code issue that can be solved only in one file. So I agree there are dozens of, dozens of packages. You cannot teach everything in starting. So let's start with one package and one file and a code issue that can be solved only in that file. So if a contributor tries to contribute, tries to pick that issue, they will go to that particular issue, solve this and learn about a particular package of your repository and they will understand what is going on in that package and it will be a gap. It will add as a catalyst. It will be the beginning of their lot of contributions to your project because they understand one thing. Then they will pick another issue which will make them understand about the other package and they will understand about that. So like this, they will understand more and more packages and eventually they will be a very active contributor in your repository. Other issues that I consider good first issue is UI. UX issues, documentation issues, small bug fixes, typos and making Read Me better is always welcome for the maintainers. In the documentation issue, I say that I have personal experience that when there is an issue in documentation, you ask community to fix it, they read documents, they read what is going with your product, how to use it and they learn about your product and they become a user. So documentation issues are very helpful for the first time contributions and good first issues helps to contribute.

4. Contributor Support and Proactive Maintenance

Short description:

If you want to contribute for the first time, we welcome you. As a maintainer, be proactive in maintaining status updates from contributors. Help them overcome any problems they face, even if it's a good issue. Schedule meetings with your engineering team to assist contributors. By being proactive, you can attract new contributors and build trust in the community.

Yeah, it's as simple as that. So if you go to github.com slash Amplication slash Amplication and you will go to the issues section, you will see at any moment of time, we have 20 to 30 good first issues open in our repository for the contributor who want to contribute to our repository anytime. So if you want to contribute for the very first time, we welcome you. So please come and contribute to our repository. You are more than welcome.

After the second second thing, which is a very big problem is for example, yes, the meme is very funny. The for the example, let's assume you have some contributor from a repository pick them good first issue start working on it and they got some error. Installations are not easy. Maybe some get error or maybe some error with your product. We don't know. And these they start they just stopped working on it because they don't know what to do.

And as a maintainer, you have to be proactive. You have to maintain status updates from the contributors working on your issues. If they are having some problem or not, how you can help them. You have to ask this item time to time at a certain period of time. I don't know after a week, after two weeks. According to the issue. And if they are having some problem, you have to help them even if it is a good issue because they are contributing for the first time. You have to feed them. You have to make them learn about your project and if required, you can also schedule a meet with your engineering team and they will learn from the engineering team itself. So it's never it never harms and it creates a trust in the community and more and more community members contribute to your project. And that's how it works.

For example, I was a contributor named Hajj. Asked me to assign an issue. I assigned him an issue three weeks ago and I usually maintain status updates very proactively. He forgot that he has to work on this issue. I maintain status update and ask if there's any update on the task he's working on. And in a day, he made a PR because that's how you get a new contributor by just being proactive. And on the other hand, on the right side of the screen, you can see Sameet got an error while working on an issue and I asked one of the engineers of Amplication to help him. And after I asked them to ask him to help him, they scheduled a meet and it was, the issue was solved.

5. Reward and Recognition for Contributors

Short description:

Being proactive and engaging with the community can attract long-term contributors. Celebrate every open source contribution and show appreciation. Provide rewards like stickers, badges, t-shirts, or recognition on social media. This approach has helped Amplication grow from zero to over 350 contributors in a year. Join our discord community and give Amplication a chance by starring our GitHub repository.

And now Sameet and Harsh both are very active contributors of Amplication. So just by being proactive and asking community, you can gain contributors and which are active for a very long time.

And the last but not least is the reward and recognition. So, I personally believe that and I always say this, that every open source contribution should be celebrated. Someone is dedicating their time to your project, someone is working for your project without asking anything. So if they are kind enough to contribute to your project, you have to be kind enough that you can give them a small coupon of appreciation. If you can afford, I will always prefer that you can give some sticker sheet, you can give some a badge, you can give them a t-shirt or cap, according whatever you can afford and your company can give.

Otherwise, if there is a side project, you don't have a budget, you can always give them some recognition on the social media channels. So a post that will mention that this contributor helped us to bring this value to our project and it helped the open source project a lot. We grew and the community is enjoying the new feature, the new value that the contributor provided. It means a lot for the community. Then community knows that the maintainers of this project values community contribution, they are kind enough, they are kind enough to express their gratitude toward the community and more and more community members get motivated through this. They look forward that we will also get these things, we will also get these rewards or recognition on social media channels. It means a lot. And it works. It works. So whenever I invite first-timers to the Amplication repository, I do a thank you post always. I give them a t-shirt and a sticker sheet which they appreciate a lot. And this helps us bring more and more contributors to our project. So in a year, you can see from zero to more than 200 and if I count all repositories, it is more than 350 contributors right now in Amplication, which is very big. So this works. Yes. If you want to contribute to the open-source world for the very first time, I invite you to join our discord community and if you like my talk and if you want to give Amplication a chance, you can give us a star on GitHub, you can look all the code based VR and you can contribute to our repository. You are more than welcome. And that's all. Thank you so much.

Check out more articles and videos

We constantly think of articles and videos that might spark Git people interest / skill us up or help building a stellar career

Impact: Growing as an Engineer
React Summit 2022React Summit 2022
26 min
Impact: Growing as an Engineer
Top ContentPremium
This Talk explores the concepts of impact and growth in software engineering. It emphasizes the importance of finding ways to make the impossible possible and the role of mastery in expanding one's sphere of impact. The Talk also highlights the significance of understanding business problems and fostering a culture of collaboration and innovation. Effective communication, accountability, and decision-making are essential skills for engineers, and setting goals and finding sponsors can help drive career growth. Feedback, goal setting, and stepping outside of comfort zones are crucial for personal development and growth. Taking responsibility for one's own growth and finding opportunities for impact are key themes discussed in the Talk.
On Becoming a Tech Lead
TechLead Conference 2023TechLead Conference 2023
24 min
On Becoming a Tech Lead
Top ContentPremium
The role of a Tech Lead involves shaping the roadmap, helping the team be more effective, and working on important projects. Lessons learned include encouraging idea sharing, avoiding taking on all the work, and focusing on delegation. Tech Leads focus on the outcome, involve the team in decision-making, and make plans based on how different pieces will interact. The role of a Tech Lead is to focus on engineering and guide the team in figuring out how the whole system should fit together. Architecting can become problematic when it loses touch with the coding part, resulting in implementation issues.
Emma Bostian: I landed my dream job by sharing my blogs on Twitter
Emma Bostian: I landed my dream job by sharing my blogs on Twitter
Top Content
Featured Article
Emma Bostian
Emma Bostian
Software engineer, lecturer, podcast host, author — is there something Emma Bostian hasn't done? She moved from America to Sweden, started working at Spotify, and took up a few challenges along the way. And now she has some career tips to share.
What led you to software engineering? I was raised in the ecosphere of tech because my dad is a software engineer at IBM, and my mom was a designer there, too. My dad always encouraged me to join STEM and take a look at computer science — however, I was convinced I wanted to be a medical doctor. In my first year of college, I declared a biology major and quickly realized I was not too fond of it. In my second semester, I switched to an actuarial science major where I took Introduction to Computer Science, and the rest is history. In my second year of college, I declared a computer science major and began my journey from there.
What is the most impactful thing you ever did to boost your career?Writing blog posts and documenting my learning journey on Twitter has far been the best career boost. I wrote purely for myself to reference the things I learned over time, and I even utilized my design skills in Figma to create custom graphics depicting difficult concepts like CSS specificity. By sharing my blogs on Twitter and engaging with the people reading them, I was able to grow an audience extremely quickly. I began receiving conference speaking opportunities, podcast requests, and course invitations to teach with LinkedIn Learning and Frontend Masters.
Ultimately, I landed my job at Spotify through Twitter, too, when a friend and follower of mine asked if I would be interested in interviewing. Now I live in Stockholm working my dream job. It still blows my mind how tweeting about my blog led me to some of the most amazing career opportunities.
What would be your three tips for engineers to level up their career? First, be patient. I often see posts on Twitter or LinkedIn about developers who were promoted to a senior position after a year. And while this is wonderful, I think we forget that each company has a different standard for what constitutes a senior developer, and everyone's journey will be different.
Second, don't be afraid to ask questions. If you try your best to solve a problem or answer a question you have, but you can't figure it out after a reasonable amount of time, ask a team member or mentor for help.
And lastly, invest in the right resources for learning. When I started my journey, I didn't know which platforms worked for me to learn. Now, I have a few trusted platforms such as Frontend Masters, Free Code Camp, or Level Up Tutorials that I go to when I need to learn a new skill.
You're currently working as a software engineer at Spotify. What does a typical day of yours look like there?I begin my day answering emails. Then we have a team breakfast and a standup remotely as we're all still remote at Spotify. After that, we might have a web tech sync with the other squads in our business unit. The day usually includes some form of pair or mob programming, depending on the work stream. 
My team always has Fika, a traditional Swedish coffee break, scheduled every afternoon. Every couple of Fridays, we have team games planned to release some stress. 
Also, I tend to have a lot of free time to focus, which is nice but makes for a boring answer to this question!
Do you have some rituals or tools that keep you focused and goal-oriented?I'll admit that I've been struggling with staying motivated in the time of remote work. I've been remote with Spotify since onboarding a year ago, but my team is wonderful, and they help me when I'm down.
Apart from that, I use Todoist to keep track of my tasks, and, naturally, I listen to Spotify while working. But other than that, not really. Maybe I should adopt some new tools to keep me on track!
My current favorite Spotify playlist is Brand New Chill: https://open.spotify.com/playlist/37i9dQZF1DX6uQnoHESB3u?si=380263b3c853442e
I also love Chillout Daily: https://open.spotify.com/playlist/7ozIozDp260fjNOZy1yzRG?si=66d6c839ec9b458a
You wrote a book called De-coding the Technical Interview. What was the impulse to do it?I wanted to give the community a manual of the essentials of computer science knowledge to ace the technical interviews. The book covers data structures like stacks, queues, or linked lists, tackles algorithms, and deals with systems design. You'll also learn about the interview process from start to finish, get tips on how to submit an amazing take-home project, or understand how to problem solve. You'll also gain knowledge on the frontend coding skills needed to excel at a frontend interview.
If you could stress one piece of advice on surviving a technical interview, which would it be?Do not lie your way through an interview. If you don't know the answer to something, just admit it. There's no shame in admitting you don't know the answer to something. There is shame in faking it and pretending like you do know the answer.
What's the single best practice everyone who writes code should follow?Remember that while you are technically writing code for computers, you're also writing it for humans. Your code should be readable and have as little complexity as possible without sacrificing accessibility or performance.
In addition to the book, you co-host the Ladybug Podcast. What inspired you to enter this field, and what are the podcast's main topics?We talk about everything tech and career on the podcast, from Java and GraphQL to how to start a business and cross-cultural communication. The podcast is a way for me and my co-hosts to share our experiences in tech, having taken different paths. And I'm really glad for doing it — it has allowed me to meet so many incredible people, learn many new things, and support my dream of teaching.
What pieces of your work are you most proud of?My technical interview book was a huge feat for me as well as my courses with LinkedIn Learning on building a tech resume. I enjoy creating things that help other people advance their careers, so I'm also proud of my courses with Frontend Masters on design systems and CSS.
Kent C. Dodds: Consume, build, and teach — and level up your career
Kent C. Dodds: Consume, build, and teach — and level up your career
Top Content
Featured Article
Kent C. Dodds
Kent C. Dodds
Even though his bio offers quite a hefty reading, he only applied for one job in his career. The rest came along as he was building his name as a renowned speaker, teacher, and a prolific figure of the open-source community. How did Kent do it? “Commit to creating high-quality content,” he says.
What led you to programming?I had a friend when I was a teenager who was really into it, and he tried to teach me. But I just couldn't get it — it didn't make any sense to me. So I never really thought I'd get into programming, but I liked computers a lot, and I ended up going to school for electrical engineering. 
Well, that didn't work because I'm not good at math. But right when I started the program, I got a job at a company uploading videos to YouTube and that sort of thing. The work was tedious, so I decided to write a computer program to automate lots of the work I was doing with the knowledge I had about programming. And that was the first spark of things for me to use programming to solve real-world problems. 
What is the most impactful thing you ever did to boost your career? Committing to creating high-quality content. That might sound obvious because I'm a full-time educator now, but I would not have gotten my job at PayPal if I hadn't been so active with my blog. In fact, lots of my jobs came out of me being involved in the community around meetups, conferences, or open-source projects. 
How do you choose topics for the content you create, be it for your blog or podcast?I don't think too much about the content other people are creating. And I don't often consume it. My ideas come from the things that I'm working on, things that I'm learning myself, or — when I was working with a team of developers — the things that I had to remind people of in code reviews regularly. Anytime that I would have a code review comment that was pretty long to describe my position, that was an excellent opportunity for a blog post. Also, if people ask me about a topic regularly, I'll make a blog post rather than answer that question multiple times.
What would be your three tips for engineers to level up their career? The number one thing I tell people is to be a nice person. I know that sounds fluffy or silly, but it cannot be overstated. You will get so much further in your career and just in life in general if you're a nice person. That doesn't mean that you take people being jerks lying down, but how you interact with others is out of kindness. You could be the best engineer in the entire world, but if you're not a nice person, you will not reach your full potential or accomplish your goals, whatever they may be.
Second, it's just as important to decide what you are not going to learn as it is to decide what you are going to learn. You could jump into countless things — and there are successful people who are polyglot programmers, but I can't speak to that a whole lot. All I can tell you is that in my experience, focusing on specific things that I want to be truly good at has worked out great for my career. That doesn't mean that I closed myself off to other things. With my website rewrite, I have been doing a lot of dev ops-related work and a lot of back-end stuff that I've typically not been involved in. You want to keep your head up on what's going on outside of what you're doing so that you know what direction to go in when you come across problems you need to solve. However, finding a focus on what you want to be good at has helped me a lot. That way, you feel a little less stressed.
And the third one? Learn how to learn effectively. It's a three-step process: you consume, build, and teach. The consumption of newsletters and Twitter and whatever inspires you, but you don't want to spend too much time doing that — implementing it into actually building something matters. This happens naturally if you work at a company, but maybe you're not making the things you want to learn, so you may want to start a side project. The building phase is where you get experience, but you also want to solidify that experience. How? You start teaching. You don't necessarily have to teach it to people, it could be stuffed animals. The goal of the teaching is to retain in your mind what you've learned through the building process.
What are you working on right now? The big thing I'm working on right now is a rewrite of my website. It'll be much more than just a developer portfolio — I'll have user accounts, and there'll be fun things that you can do with it. And because it's more than just a website, I'm using Remix, a new cool framework in the React ecosystem. I'm also working on updating my material on TestingJavaScript.com and a TypeScript course as well. 
So, whatever I'm working on, it ends up resulting in lots of opportunities for content.
Do you have some rituals that keep you focused and goal-oriented? I have a notepad where I keep all of my notes of what I'm going to do for the day so that when I'm checking things off, I'm not distracted notifications. I've tried apps for that, and that does not work well for me. 
I also am a firm believer in inbox zero. I have my work inbox and my personal inbox, and I keep them both at zero. And I kind of use that as a to-do list. 
And if I'm not feeling excited about working for some reason, I will often hop on my Onewheel, which is an electric skateboard that only has one giant wheel in the middle. It's just a total blast, and I'll hop on that with my backpack and a charger, and I'll go to a Starbucks or a park just to declutter my mind.
What things in the React universe are you excited about right now?React version 18 is coming out soon. The experimental version is out there, and it's fun to play with. I'm just really thrilled that it's no longer a concurrent mode but concurrent features that you can opt into. Cool things like that will enable React server components in the future. 
But the biggest thing I'm excited about is Remix. That's huge. It eliminates a lot of problems that are solved well other tools, but when I'm using Remix, I don't have those problems, so I don't need those clusters.
You already said that teaching is an integral part of the learning process, and you stand your word since you're also a full-time educator. What inspired you to enter this field?I have been a teacher for as long as I can remember. I grew up in a church where you talk in front of your peers from a very young age, and my mom was an elementary school teacher, so teaching has just always been a part of me. 
I really just enjoy sharing what I'm learning with others. As far as teaching technical topics, I gave my first workshop when I was still a student at Brigham Young University. With my fellow, we taught how to use AngularJS, and I got Firebase to sponsor pizza so they would show up, and that was pretty fun.
Then I started teaching on the side at egghead.io right after I'd graduated. That was when I first got a paycheck for teaching. And I realized that teaching could be quite lucrative and support my family and me as a full-time endeavor. So I did it — I quit my job. I'm a very risk-averse person, so I'd done teaching as a side hustle for four years just to verify that I could make this work.
When TestingJavaScript was released, and I got that paycheck, I realized that I didn't need my PayPal salary anymore. I could just focus my daytime on teaching and give my evenings back to my family, which was a nice trait.
Apart from that, how has teaching impacted your career? Earlier I mentioned that pretty much all of my jobs came because I was perceived as an expert. After the first job, where I was an intern and then converted into full-time, I never applied to another. I worked for four different companies, and they wouldn't have recruited me if they didn't know who I was and what I was doing. My content is how they knew who I was — I just made it easy for them to find me. Teaching made that impact. It made my career. 
We talked about React and Remix. Are there any other open-source projects that you'd recommend keeping an eye on or contributing to?I have some myself. React Testing Library is probably the biggest one that people are familiar with. And if React isn't your jam, then other framework versions of the testing library. 
React Query is also really popular. If you're using Remix, you don't need it, but if you're not, I strongly advise using React Query cause it's a stellar, fantastic library, and Tanner Linsley, the creator, is a stellar and fantastic person. 
What pieces of your work are you most proud of? Probably the biggest thing I've ever done is EpicReact.Dev. It has helped tens of thousands of people get really good at React, improve their careers and make the world a better place with the skills that they develop. My whole mission is to make the world a better place through quality software, and I feel like I've done that best with Epic React. 
There are things that I've built at other companies that are still in use, and I'm proud of those cause they've stood the test of time, at least these last few years. But of everything, I think Epic React has made the biggest impact.
Effective Communication for Engineers
TechLead Conference 2023TechLead Conference 2023
36 min
Effective Communication for Engineers
Top ContentPremium
Today's Talk covers the four building blocks of communication: people, message, context, and effective listening. It emphasizes the importance of considering the perspective of others and tailoring messages to the recipient. The Talk discusses different types and channels of communication, and the need to align them with the intended message. It also highlights the significance of soft skills in communication and provides techniques for effective communication and assessing soft skills in tech interviews. Cross-cultural communication and the impact of bluntness are explored as well.
A Career As Software Engineer
React Advanced 2022React Advanced 2022
24 min
A Career As Software Engineer
Code will be imperfect and perishable, so testing and debugging are crucial. Building relationships and being generous with code reviews are important for teams. Code ownership should belong to the team, not individuals. Prioritizing functionality over consistency can lead to more efficient development. Growing into a tech lead role requires building relationships and coaching skills.

Workshops on related topic

From Engineer to Leader: A Workshop for First-Time Tech Leaders
TechLead Conference 2024TechLead Conference 2024
144 min
From Engineer to Leader: A Workshop for First-Time Tech Leaders
Workshop
Andrew Murphy
Andrew Murphy
Transitioning from an individual contributor role to a leadership position, especially in the fast-paced tech industry, is hugely challenging. Most new leaders don't receive any training at all in the first 10 years of their new responsibilities.Our comprehensive workshop is designed to assist new and emerging tech leaders in understanding their new roles and gaining the skills to make them confident, happy and effective leaders.
Managers Are From Mars, Devs Are From Venus
TechLead Conference 2024TechLead Conference 2024
111 min
Managers Are From Mars, Devs Are From Venus
Workshop
Mo Khazali
Mo Khazali
A Developer’s Guide to Communicating, Convincing, and Collaborating Effectively With Stakeholders
It’s a tale as old as time - collaboration between developers and business stakeholders has long been a challenge, with a lack of clear communication often leaving both sides frustrated. The best developers can deeply understand their business counterparts’ needs, effectively communicate technical strategy without losing the non-technical crowd, and convince the business to make the right decisions. Working at a consultancy, I’ve both failed and succeeded in architecting and “selling” technical visions, learning many lessons along the way.Whether you work at a product company, are a consultant/freelancer, or want to venture beyond just being a developer, the ability to convince and clearly communicate with stakeholders can set you apart in the tech industry. This becomes even more important with the rise of GenAI and the increasingly competitive developer market, as problem-solving and effective communication are key to positioning yourself.In this workshop, I’ll share real-world examples, both good and bad, and guide you through putting the theory into practice through dojos.
Designing A Sustainable Freelance Career
React Advanced 2021React Advanced 2021
145 min
Designing A Sustainable Freelance Career
Workshop
Alexander Weekes
Rodrigo Donini
2 authors
Would you like to pursue your passions and have more control over your career? Would you like schedule and location flexibility and project variety? Would you like the stability of working full-time and getting paid consistently? Thousands of companies have embraced remote work and realize that they have access to a global talent pool. This is advantageous for anyone who has considered or is currently considering freelance work.>> Submit your interest on becoming a freelance engineer with Toptal and get a call with Talent Acquisition specialist <<

Freelancing is no longer an unstable career choice.

This workshop will help you design a sustainable and profitable full-time (or part-time) freelancing career. We will give you tools, tips, best practices, and help you avoid common pitfalls.
Table of contents

Module 1: Dispelling common myths about freelancing
Module 2: What does freelancing look like in 2021 and beyond
Module 3: Freelancing choices and what to look for (and what to avoid)
Module 4: Benefits of freelancing from a freelancer + case study
BREAK
Module 6: How to get started freelancing (experience, resume, preparation)
Module 7: Common paths to full-time freelancing
Module 8: Essentials: setting your rate and getting work
Module 9: Next steps: networking with peers, upskilling, changing the world
Module 10: Freelancer AMA
How To Design A Sustainable Freelance/Contracting Career + Speedcoding Challenge
React Summit 2022React Summit 2022
75 min
How To Design A Sustainable Freelance/Contracting Career + Speedcoding Challenge
Workshop
Shane Ketterman
Shane Ketterman
Ready to kickstart your freelance career or just getting started on your freelance journey? You’re in the right spot. Learn from the world’s largest fully distributed workforce in the world.
The independent talent movement is the future of work. If you’re considering leaving full-time employment for a career as a freelancer, now is the time to find your successful space in the independent talent workforce. More people are working freelance today than ever before, with the freelance marketplace now contributing $1.2 trillion to the US economy. Some of the most in-demand roles for freelancers right now are senior developers with professional experience in React, Python, Blockchain, QA, and Node.js.
This workshop will help you design a sustainable and profitable full-time (or part-time) freelancing/contracting career. We will give you tools, tips, best practices, and help you avoid common pitfalls.
At the end of the workshop there will be a Q&A session with a Freelance Developer who can answer your questions and provide insights and tips into their own success.
During the Workshop break, we will be running a speed-coding challenge! At the end of the workshop, we will award a prize for the winner and display the leaderboard.
We will have you login to our portal and complete the challenge as fast as you can to earn points. Points are assigned based on difficulty and the speed at which you solve the tasks. In case you complete all tasks, you get extra points for the remaining time. You’ll see your score, ranking, and the leaderboard once you complete the challenge.
We will be giving away three Amazon Gift Cards ($200, $100, $75) for the top three winners.
Out of the Frying Pan, Into the Fire: A Manager's Guide to Helping New Developers Thrive
TechLead Conference 2024TechLead Conference 2024
35 min
Out of the Frying Pan, Into the Fire: A Manager's Guide to Helping New Developers Thrive
Workshop
Andrew Coleburn
Andrew Coleburn
Onboarding to a new project can be difficult, no matter your background and experience. But it can be especially challenging for new developers straight out of school or a coding bootcamp. Drawing on personal experience as a bootcamp grad and JavaScript consultant, this talk will discuss tips and strategies for managers to help the new developers on their teams get their bearings in an unfamiliar codebase, so they can make more of an impact, faster!
Landing Your Next Developer Job
React Summit Remote Edition 2021React Summit Remote Edition 2021
121 min
Landing Your Next Developer Job
Workshop
Sadek Drobi
Nouha Chhih
Francois Bohyn
3 authors
Renaud Bressant (Head of Product), Nathanael Lamellière (Head of Customer Success and Solution Engineer), Nouha Chhih (Developer Experience Manager) will be looking at the different developer jobs that you can accounter when looking for your next developer role. We'll be explaining the specifics of each role, to help you identify which one could be your next move. We'll also be sharing tips to help you navigate the recruitment process, based on the different roles we interviewed for as recruiters, but also as candidates. This will be more of an Ask Us Anything session, so don't hesitate to share your thoughts and questions during the session.