ahmadawais.com Open in urlscan Pro
172.67.132.57  Public Scan

Submitted URL: http://on.ahmda.ws/
Effective URL: https://ahmadawais.com/
Submission Tags: falconsandbox
Submission: On November 11 via api from US — Scanned from DE

Form analysis 1 forms found in the DOM

GET https://ahmadawais.com/

<form role="search" method="get" class="searchform" action="https://ahmadawais.com/">
  <input type="text" value="" name="s" class="query" placeholder="Enter Search Query...">
  <i class="fa fa-search"></i>
</form>

Text Content

Ahmad Awais
 * 📟 Node CLI
 * 🦊 VSCODE.PRO
 * COURSES
 * Talks
 * USES
 * SUBSCRIBE
 * ABOUT
 * CONTACT

 * 
 * 




NAVIGATE

--------------------------------------------------------------------------------

 * 📟 Node CLI
 * 🦊 VSCODE.PRO
 * COURSES
 * Talks
 * USES
 * SUBSCRIBE
 * ABOUT
 * CONTACT


SHARE

--------------------------------------------------------------------------------

Twitter Facebook Reddit LinkedIn
Web

HIRING THE DEVREL A-TEAM

Posted by Ahmad Awais on June 4, 2021

I have some pretty big news. I am hiring RapidAPI’s first-ever Developer
Relations team. A team of developers program engineers,...

Bash

MY COMMAND LINE AUDIO VIDEO WORKFLOWS WITH FFMPEG

Posted by Ahmad Awais on May 27, 2021

If you know anything about me then you know I love automating anything and
everything. I even have a complete course on building automation...

Life

MY OPEN SOURCE CODE CONTRIBUTION TO NASA’S INGEN...

Posted by Ahmad Awais on April 27, 2021

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...

Life

GITHUB STARS AWARD

Posted by Ahmad Awais on August 7, 2020

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...

Web

REACT SERVER COMPONENTS

Posted by Ahmad Awais on December 22, 2020

The React.js core team announced the RFC on React Server Components just now.
Imagine React components that run only on the server...

Web

GITHUB DARK MODE

Posted by Ahmad Awais on December 9, 2020

GitHub just announced Dark Mode at GitHub Universe 2020 conference. I'm super
duper excited. Check out my reaction video and a couple...

Software

SCREENCASTING TIP: AUTO HIDE CURSOR ON MACOS

Posted by Ahmad Awais on November 10, 2020

When recording a screencast (video tutorial) I like to hide my cursor. It’s
distracting to see a cursor hanging around for no...

Life

WEB PURIST

Posted by Ahmad Awais on September 16, 2020

Let's talk about web development. I'm a web purist and I don't plan to change
that any time soon. Which means I chose to stick with...

Web

NEXT.JS ABSOLUTE IMPORTS AND ALIASES

Posted by Ahmad Awais on May 25, 2020

Since Next.js v9.4 you have the ability to use absolute imports or aliases for
your import statements. I love this feature with all...

JavaScript

DENO: LEARN BY EXAMPLE

Posted by Ahmad Awais on May 15, 2020

Deno 1.0 has just been released. It seems to be pretty awesome. Learn deno with
Awais and build a couple of example projects.


AHMADAWAIS.COM

Copyright © Ahmad Awais 2003 - 2021. All rights reserved.
Proudly published with WordPress & hosted with Kinsta.



Terms • Privacy • Disclaimer

 * 🤙 Contact 📨 Subscribe 🗃 RSS Feed
 * 😎 Who is Ahmad Awais?
 * 📟 Learn to build Node.js CLI
 * 🆚 Become a VSCode Power User

Ahmad Awais
 * 📟 Node CLI
 * 🦊 VSCODE.PRO
 * COURSES
 * Talks
 * USES
 * SUBSCRIBE
 * ABOUT
 * CONTACT

 * 
 * 


AHMAD AWAIS

Helping businesses understand developers. Head of Developer Relations RapidAPI.
📟 Edutainer at Node.js CLI Automation course (100 videos · 22 Projects) &
VSCode.pro course (over 20K 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



--------------------------------------------------------------------------------


 * Web
 * 
 * 10 Min Read
 * June 4, 2021


HIRING THE DEVREL A-TEAM

I have some pretty big news. I am hiring RapidAPI’s first-ever Developer
Relations 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 Head of Developer Relations at RapidAPI, building
a new team — I have [...]

Ahmad Awais
 * Bash
 * 
 * 7 Min Read
 * May 27, 2021


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 [...]

Ahmad Awais
 * Tutorials
 * 
 * 1 Min Read
 * May 7, 2021


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 [...]

Ahmad Awais
 * Life
 * 
 * 8 Min Read
 * April 27, 2021


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.

Ahmad Awais
 * Life
 * 
 * 4 Min Read
 * August 7, 2020


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.

Ahmad Awais
 * Web
 * 
 * 8 Min Read
 * December 22, 2020


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.

Ahmad Awais
 * JavaScript
 * 
 * 20 Min Read
 * October 26, 2021


VERCEL EDGE FUNCTIONS WITH NEXT.JS

Vercel’s Edge Functions to be used with Next.js (v12) announced today at the
second Next.js Conference look pretty amazing. Now everyone building on Next.js
using Vercel will have access to a super useful middleware. I’ll be deleting a
bunch of infrastructure code and probably thousands of lines of code that I have
now for things [...]

Ahmad Awais
 * Web
 * 
 * 1 Min Read
 * December 9, 2020


GITHUB DARK MODE

GitHub just announced Dark Mode at GitHub Universe 2020 conference. I'm super
duper excited. Check out my reaction video and a couple of other excellent
features Nat Friedman (GitHub's CEO) announced in the keynote.

Ahmad Awais
 * Tutorials
 * 
 * 3 Min Read
 * March 6, 2021


QUICKTIP: HOW TO SET PYTHON DEFAULT VERSION TO 3.X ON MACOS?

If you are a macOS user like me, you know the default version of Python that
comes by default with your mac is version 2.X. Most of the time, you’ll end up
needing Python 3.X — which I’m told you can run using the python3 command. But
let’s set the default version to Python 3 — so you can run it using the default
python [...]

Ahmad Awais
 * Software
 * 
 * 1 Min Read
 * November 10, 2020


SCREENCASTING TIP: AUTO HIDE CURSOR ON MACOS

When recording a screencast (video tutorial) I like to hide my cursor. It’s
distracting to see a cursor hanging around for no reason. Leads to a bad user
experience, many times you think of it as your own cursor and try to move it
away while watching a video — only to realize it’s not yours, and you’re stuck
with it. Trick [...]

Ahmad Awais
 * 1
 * 2
 * 3
 * …
 * 15

Older Posts


AHMADAWAIS.COM

Copyright © Ahmad Awais 2003 - 2021. All rights reserved.
Proudly published with WordPress & hosted with Kinsta.



Terms • Privacy • Disclaimer

 * 🤙 Contact 📨 Subscribe 🗃 RSS Feed
 * 😎 Who is Ahmad Awais?
 * 📟 Learn to build Node.js CLI
 * 🆚 Become a VSCode Power User

 * 
 * 
 * 
 * 
 * 
 * 
 * 
 *