tl;dr Install RapidAPI Client for VSCode to achieve the flow-state with excellent developer...
2020 has been weird. I couldn't travel much. It's black Friday and I have no plans at all to leave my...
Woohoo, folks! 🥳🥳🥳 I'm also running up to a 70% off discount on my courses. → NodeCLI.com — 60%...
Let's talk about web development. I'm a web purist and I don't plan to change that any time soon. Whi...
I'm super excited to announce a free crash course on Deno. Sign up to learn about deno, it's differen...
I'm super excited to announce a free crash course on Deno. Sign up to learn about deno, it's differen...
👋 Hello, it's Awais. As a full-time open-sourcerer, I'm humbled to share that I've won awards for m...
Awais @mrahmadawais...
When I can't decide what to eat. I eat @CodePen
#Hacktoberfest — Good folks from DigitalOcean, GitHub, and this time Dev.to will track your open source contributions and upon four successful GitHub pull-requests — you'll receive swag items like a limited edition T-Shirt, stickers, and a discount code. Contribute to Open Source by Learning to Create A Github Pull-Request #OneDevMinute
Originally published at AhmadAwais.com: Windows Terminal "Developers,...
Google has just welcomed me in the Google Developers Experts Program after recognizing my open sou...
Celebrating over one million downloads and half a million active installs of my VSCode Shades of Purple theme suite. Thanks to the awesome developers community.
Yes, the good old jQuery tricks that still work in JavaScript without having to use jQuery.
VSCode v1.31 just released has an amazing new feature. Now you can install Visual Studio Code Extensions without having to reload your VSCode instance. This has been the most requested feature of VSCode. Reload is also not needed when you uninstall or disable an extension if it is not activated.
The most anticipated WordPress 5.0 just got released. The core now includes audacious new editing...
WordPress 5.0 is about to be released. Gutenberg the new JavaScript and React.js based editor will be a part of WP 5.0. I have been working on a cool project that uses Artificial Intelligence to help a multi-author blog with automated content moderation. Just made a quick vide to show-case this awesome use-case where Gutenberg + AI can help you manage your site. Makes for a good dev-tip, I hope.
Find the outdated extensions in VSCode that need to be updated. All that in a jiffy. #VSCodepro
Check out my latest courses for developers NodeCLI.com — Build Node.js CLI Automation DevTools. 10...
VSCode 1.23 just got released you can style the active indent guides. 😲 VS Code can now highlight the active indent guide, as you move your cursor between various source code blocks. The color name is `editorIndentGuide.activeBackground`.
pudl — JavaScript Static Site Generator for Quick Prototyping — built by full time #OpenSourceress Maedah Batool.
#Hacktoberfest — Good folks from DigitalOcean, GitHub, and Twilio will track your open source contributions and upon five successful GitHub pull-requests — you'll receive swag items like a limited edition T-Shirt, stickers, and maybe a few discount codes. Contribute to Open Source by Learning to Create A Github Pull-Request #OneDevMinute
Go To Previous Git Branch Or Previous Directory via Terminal #OneDevMinute — Easy naigation back and forth with a shell tip in git branches and normal directories.
CloudFlare has just announced its domain registry service and is going to become my first registrar that I'll be super happy with. In this article I go into details about why it matters to me as a web dev and blogger. Gifs inside.
After updating to macOS Mojave I spent my morning fighting with the terrible blurry font rendering issue in the new #macOSMojave. I found out that Apple has disabled Subpixel antialiasing for text in macOS Mojave. It's gone. So, I found a fix.
Delete a Git branch both locally and remotely [Shell aliases + functions] #OneDevMinute — Simple aliases and functions to make your life as developer easy.
Shell Aliases For Easy Directory Navigation #OneDevMinute
Easily go back to the previous directory you accessed in the terminal with this simple bash alias.
Dealing with stress is difficult. Having more answers to this question from many different can help many people.
Ever wanted to amend the git commit message that you just committed and pushed it to remote as well. Well, I wrote one single bash function to deal with it.