Skip to content

feat: github post #1021

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 27, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 53 additions & 0 deletions src/data/newsletters/open-source-is-your-secret-weapon.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
---
title: Open Source your learning with GitHub
excerpt: Open source is an open invitation to plug into a global braintrust of brilliant people building the future. What you get out of it has a lot to do with what you put in.
tags: [founder, opensource, devtools]
date: 05-27-2025
slug: open-source-is-your-secret-weapon
coverImagePublicId: newsletters/open-source-is-your-secret-weapon/cover
---

## The Big Idea

Open source is an open invitation to plug into a global braintrust of brilliant people building the future. What you get out of it has a lot to do with what you put in.

<a href="https://tiny.outlier.ai/yckz3zcs" className="text-xs lg:text-xs xl:text-xs">
Brought to you by Outlier AI
</a>

---

Source control services like GitHub and GitLab are more than just a place to store code. They provide a living, breathing network of ideas, collaboration, and discovery. Contributing to open source is a great way to build your network, learn new things, and get paid. People get hung up on the idea that the _only_ way to contribute to OSS is by opening pull requests or reviewing other peoples' code.

If you're not ready for that yet, that's okay! There are countless ways to contribute that shape the direction of tools you depend on. Active participation can benefit the libraries you rely on _and_ help you get your work done.

## Feedback is fuel

Open source runs on participation. You don't need to submit a Pull Request to be helpful. Star the repos you like, vote on issues that matter to you. Subscribe to threads where you can add meaningful context. Maintainers often decide what to work on based on what gets the most attention. Quiet enthusiasm doesn’t move roadmaps-clicks and comments do.

### Curation is a superpower

Finding great open source tools is a skill, and frankly, it can be a competitive edge. You won’t always be looking for a new library, but building your own mental Rolodex of interesting tools helps when you're deep in a problem later. I run [OpenAPI.Tools](https://openapi.tools/) to share and surface great projects in for API devs, thanks to hundreds of contributors. Day to day, I find most of my favorite new things from Bluesky, YouTube deep dives, and Discord messages that start with "I made a thing."

### Your activity is your brand

No one cares how many green squares you have, but when it really matters, people will notice if you’re actually _doing_ interesting work. When hiring, I take the time to brows every candidate's GitHub profile. If everything’s private, you disappear into the noise. I wrote about this in ["Your Resume Sucks"](https://mikebifulco.com/newsletter/your-resume-sucks), but the TL;DR is: your public footprint matters. Not for the numbers, but for the narrative.

GitHub is more than source control. It’s where modern builders show their work-and shape what gets built next.

---

## Front-end Devs: Get Paid to Critique AI-Generated Code
Outlier (by Scale AI) is hiring frontend devs to help train cutting-edge AI—no AI experience needed. Work remotely, set your own hours, and earn up to $50/hr reviewing code and UI, with weekly payouts.

Help shape the future of dev tools - [apply now](https://tiny.outlier.ai/yckz3zcs)

---

## Repos for you to check out

On any given week, there's probably a half dozen repos that I've been sifting through for documentation, examples, or known bugs (as well as the occasional contribution). Here's the ones that have been on my mind this week:

- [Expo](https://github.com/expo/expo) - At [Craftwork](https://craftwork.com?utm_source=mikebifulco&utm_medium=email&utm_campaign=open-source-for-everything) we use Expo with React Native to build the mobile app that our team uses. React-native has come _such_ a long way in the past few years, thanks in no small part to the geniuses on the Expo team.
- [React Native Reusables](https://github.com/mrzachnugent/react-native-reusables) - Is a brilliant collection of reusable components for React Native, that uses tailwind (via the Nativewind library) to recreate Shad CN UI components for react-native. React Native apps can't use `<div>` and other HTML elements, so this library is a huge benefit for us.
- I've spent quite a bit of time usingtThe Typescript SDK for the [Model Context Protocol (MCP)](https://github.com/modelcontextprotocol/typescript-sdk) as research for connecting AI tools to Craftwork's business logic; I think it's safe to say that I'm squarely in the _early adopted_ phase for this library. It's been a bit bumpy, but it's been evolving quickly.