Wanted: Beginners-friendly open source projects
It's been a while since I tried to find open source projects to contribute to as I've been swamped with some projects myself. Someone approached me. They…
Technical writer, open source documentation maintainer, and community builder. Notes on the blog about open source, documentation, and learning in public.
It's been a while since I tried to find open source projects to contribute to as I've been swamped with some projects myself. Someone approached me. They…
I've been writing tech blog posts for a few years now. If you don't know me yet, English is my second language. My mother tongue is Indonesian, and I'm also surrounded by Dutch every day…
I frequently receive messages from enthusiastic contributors who have completed 2 or 3 high-quality...
A few months ago, I shared a story about building an automated open source portfolio using just my...
Recently, I read Bekah HW’s blog post, "When 'Local' Went Global: The Pandemic Era of International Communities." As someone active in many…
Hacktoberfest is almost over. How has your contribution journey been so far? Are you confident about contributing to open source projects, or are you…
If you’ve followed me for a while, you know that I'm a firm believer that everyone has a place in open source, even if you're not technical or lack…
Let's be honest. When you hear "open source," what's the first thing that pops into your head? For many, it's lines of code, complex algorithms, and…
Can you believe we’re already almost two weeks into Hacktoberfest? It feels like just yesterday we were preparing for the biggest open source celebration…
I've been on a continuous journey in open source since 2020. First, as a contributor, and for the last few years, also as a project maintainer. It's a…
Remember way back in January? A new year begins with fresh possibilities and an exciting sense of...
In my last post, I shared my achievements and challenges in 2024. I also mentioned that I will write...
The year 2024 was such a roller coaster for me. In one minute, I felt on top of the world, and the...
Hey, everyone! It's almost new year! 🎆 The new year is often a time for reflection and new...
We can't believe that it's the last month of 2024. How time flies! At Virtual Coffee, we're wrapping...
This year's Hacktoberfest felt different from my previous ones as a contributor. I was massively under the weather for the first two weeks of October, and…
This is a submission for the 2024 Hacktoberfest Writing challenge: Maintainer Experience This...
It's that time of the year again: Hacktoberfest! For those who don't know, Hacktoberfest is an...
Have you ever joined a community only to feel lost in the crowd? That awkward feeling of being the...
As an open source maintainer, one of my daily tasks is reminding contributors to complete their pull request (PR) templates or asking them to provide…
Have you ever been excited to use open source software or contribute to the codebase only to hit a brick wall of confusion because the instructions are…
Have you ever felt like the year was flying by? It's already halfway through 2024! In January, we...
In the open source community, we often focus on contributor onboarding. We ensure a clear README, contributing guidelines, and a welcoming community to…
One of the most satisfying moments as an open source project contributor is having your pull request (PR) merged into the main branch. This contribution…
Have you ever faced a dilemma as a maintainer, wondering whether to tackle an issue yourself or create an issue for the community to solve?
Do you know that May is Maintainer Month? I never thought I would become a maintainer, but here I am, six months into my volunteer role as an open source…
We are doing the "Get Job Ready" challenge in March at Virtual Coffee. We'll work on creating,...
This February, we will do the "Month of Learning" challenge at Virtual Coffee, where we'll work on...
If you can build an open source project that's helpful for others and can be used...
Happy New Year, everyone! 🎉 At Virtual Coffee this month, we start with a new challenge: New Year,...
Hi friends! 👋 I can't believe that 2023 is almost come to an end. There are many ups and downs...
I've been an open source contributor for a few years now. And I love and enjoy the open source collaboration culture. As a contributor, I used to wonder…
When you encounter merge conflicts, where do you resolve them? Directly on GitHub or in your code editor? If you use VS Code, do you know that it has a…
I've once asked myself, "What is a personal brand?" "Do I need to build a personal brand? I'm a developer and not an influencer." "I'm an introvert. How…
Hi friends! 👋 I'm Ayu, a tech blogger, front-end developer, and open source and tech community...
Hi friends! 👋 I'm Ayu, a tech blogger, front-end developer, and open source and tech community...
Hi friends! I'm Ayu, a tech blogger, front-end developer, open source contributor, and tech...
The time that we're waiting for is here! Welcome, Hacktoberfest! 🎃 Virtual Coffee’s first...
Hi friends 👋🏼, As we know, most open source projects have a Code of Conduct included in their...
I'm participating in the 100DaysOfOSS challenge by OpenSauced. Inspired by the 100DaysOfCode challenge, 100DaysOfOSS is a challenge for everyone…
At the beginning of my open source journey, I got confused with many terms used around Git and open source.
I'm participating in the 100DaysOfOSS challenge by OpenSauced. Inspired by the 100DaysOfCode challenge, 100DaysOfOSS is a challenge for everyone…
As we know, open source encourages open collaboration among contributors and maintainers. And collaboration requires good communication. Mostly,…
I'm participating in the 100DaysOfOSS challenge by OpenSauced. Inspired by the 100DaysOfCode challenge, 100DaysOfOSS is a challenge for everyone…
So, I've added a navbar, footer, and metadata to my project.
As mentioned in the earlier post, I mistakenly read the Pages Router docs instead of the App Router. To use the App Router consistently, I have to move…
Not long ago, I contributed to one of Virtual Coffee's repositories. I had to install pnpm because we no longer use yarn. After I installed pnpm with npm…
I executed the plan to add pages to the portfolio project. I love how convenient routing handling is in Next.js.
As I learn and build my portfolio website with Next.js and Tailwind in public, I will write the process and progress.
Hi Friends 👋🏼, Out of my curiosity, what are the differences between npm, yarn and pnpm? Which one...