It’s 8 am on a fine Saturday morning. I’m sitting here in the park at Union Square, San Francisco β prepping for the...
Ahmad Awais
Helping businesses build developer-led adoption for 10+ yrs.
VP of Developer Relations (DevRel, DX Eng., Dev Content Docs) at RapidAPI. I'm Hiring!
π Edutainer at Node.js CLI Automation course (100 videos Β· 22 Projects) & VSCode.pro course (over 26K devs). π© Award-winning Open Source Engineer & Dev Advocate π¦ Google Developers Expert Web DevRel π Mars Ingenuity Helicopter code contributor π 8th GitHub Stars Award recipient π³ Node.js foundation Community Committee Outreach Lead, Member Linux Foundation, OpenAPI Business Governing Board, and DigitalOcean Navigator.
βοΈ Author of various open-source dev-tools and software libraries used by millions of developers worldwide β¦ WordPress Core Developer π£ TEDx Speaker with 100+ international talks.
π₯ Satya Nadella Β· CEO of Microsoft, said β Awais is an awesome example for developers.
π Leading developers and publishing technical content for over a decade π Loves his wife (Maedah) β― Read more about Ahmad Awais.
πβ¦ Awais is mostly active on Twitter @MrAhmadAwais
π RapidAPI DevRel 2021 Year in Review: 20M Developers, Learn Platform, Teaching & Helping Developers!
It’s 8 am on a fine Saturday morning. I’m sitting here in the park at Union Square, San Francisco β prepping for the company 2022 kick-off next week. The work new year has just begun. Yep, today it’s December 74, 2021 (π not a typo). I can’t help but look back at 2021, a year well spent. In this blog post today, [...]
Wordle Solved: Reverse Engineering and Hacking Wordle
The story of how Awais reverse-engineered the famous Wordle game and built not one, not two, but three small tools to help developers and non-developers solve Wordle.
Won MongoDB Innovation Award: Front Line Heroes 2021 “corona-cli”
Dev Ittycheria, CEO at MongoDB, has awarded Ahmad Awais with the MongoDB Innovation Award 2021 for the category of Front Line Heroes. Project: corona-cli.
I Helped 9.5 Million Developers Solve Coding Issues via StackOverflow
Ten years ago, I started giving back on StackOverflow. Today I’m celebrating that I have managed to help over 9.5 Million developers find solutions to their coding issues. That led to a 25,922 reputation and a top 0.37% profile this year. Humbled! π₯³ I studied Electrical Engineering in college and attempted Computer Science exams as [...]
Hiring the DevRel A-Team
I have some pretty big news. I am hiring and extending RapidAPI’s Developer Relations (DevRel & DX) team. A team of developers program engineers, developer advocates, and two unique web creators advocate roles β DevRel Video Content and DevRel Twitter. Say whaaat?! I’m the VP of Developer Relations (DevRel & DX) at RapidAPI, [...]
My Command Line Audio Video Workflows with FFmpeg
If you know anything about me then you know I love automating anything and everything. I even have a complete course on building automation CLI tools with Node.js. In this post, I am sharing a couple of super useful ffmpeg workflows. FFmpeg is a free and open-source software project consisting of a large suite of libraries and programs for [...]
Quick Tip: Update an outdated fork on GitHub with a click
Developers fork repositories and forget about them. I mean until they need it again. But git’s moved on by then β your fork is probably suffering the same fate which is why you’re reading this. How should I update an outdated fork? Before today you had to do the following: git remote add upstream <clone-url> git fetch upstream [...]
My Open Source Code Contribution to NASAβs Ingenuity Helicopter Goes to Mars π
When I was a kid, I wanted to be an astronautβexploring space and whatnot. But I was afraid of heights, told my mom I'll settle as a scientist who'd invent things like rockets. Later I became an Electrical Engineer β switched to Computer Science and wrote a lot of open-source code. Less did I know my code will make it to Mars one day.
GitHub Stars Award
After creating open-source software for about a decade, I've been awarded a GitHub Star by folks who run GitHub. Wrote a little something about that.
React Server Components
The React.js core team announced the RFC on React Server Components just now. Imagine React components that run only on the server and have zero impact on the client-side bundle-size. Hence zero-bundle-size.