Just now, I was banging my head on the table trying to figure out how to renew or manually reissue a new free SSL certificate for a...
JavaScript
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 AwaisMy Developer Courses ~70% OFF on Black Friday to Cyber Monday
I'm running a huge discount of up to 73% off on my courses for developers. Check it out. Includes NodeCLI.com, VSCode.pro, and Writy.io.
Ahmad AwaisCongratulations Next.js on 50,000 Stargazers
It’s no secret that I love the Next.js + Vercel combination. My course sites both free and paid are built with Next.js and I couldn’t be happier with the results. Congratulate the Next.js team on securing 50,000 stargazers on GitHub. Thank you, Tim, Guillermo, the entire Vercel team, and every contributor who has made this possible. [...]
Ahmad AwaisDeno: Learn by Example
Deno 1.0 has just been released. It seems to be pretty awesome. Learn deno with Awais and build a couple of example projects.
Ahmad Awaiscorona-cli
My Open-source COVID19 Tracking CLI Tool
While trying to keep up with COVID19 I built a CLI to avoid all the UIs and bad information out there. Picked a couple of authentic sources (listed at the end) and built a command-line tracker. Open-sourced it and everyone liked it, got trending on #1 in the JavaScript category for days.
Ahmad AwaisIntroducing:
Gatsby Package Manager
The Gatsby Package Manager (gpm) helps you install a Gatsby package with all of its dependencies. It also allows you to read the docs for a package right there in the command line β without having to browse any sites.
Ahmad AwaisIntroducing Continuous Deployment for WordPress Plugins with GitHub Actions
Use wp-console-deployment to set up an instant GitHub to WordPress.org SVN deployment pipeline with incredibly powerful GitHub Actions.
Ahmad Awaisβ‘ Practical Guide to Serverless Microsoft Azure Functions with JavaScript
As a Full Stack JavaScript developer, I am super excited about this relatively new FaaS or Functions as a Service offering that has also caught on the name of Serverless β since you don’t have to manage, update, patch, or worry about servers. While building this custom WordPress dashboard, I wanted to make sure that each module of [...]
Ahmad AwaisSyntax Highlighting with Shades of Purple theme in WordPress
Add Shades of Purple theme-based syntax highlighting to your WordPress blog with the help of Prism.js syntax highlighter and enjoy high-quality code coloring that improves your blog readability.
Ahmad AwaisResize & Optimize Images With JavaScript in Node.js
Learn how I resize and optimize images with JavaScript in Node.js. You can either do it yourself or install the resize-optimize-images node module and get it done.
Ahmad Awais