VVSCode No Reload Extension Install in Version 1.31
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…
Learn one development tip in one minute, daily with Ahmad Awais
🥑 JavaScript #OpenSource Dev Advocate ❯ 👓 WordPress Core Dev
📣 TEDx Speaker ❯ ⚛️ Frontend fanatice + DevOps fanboy
✍️ Published author CSS-Tricks, Tuts+Code, SmashingMag
💜's his wife MaedahBatool ❯ 🤣 Funnier than your mom
🎯 Follow Ahmad on twitter @MrAhmadAwais →
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…
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…
is a shiny new JavaScript based Static Site Generator that I recommend you to use for quick Prototyping of static sites. It's for now just meant for HTML and CSS both of which are generated via…
Mike Erickson on Twitter asked and I quote "@code Is there a way to easily see which extensions are available for update without having to scroll through the list looking for the update marker? I don…
As a full-time #OpenSourcerer — October is one of my favorite months. And it's October already. Today's #OneDevMinute is about #Hacktoberfest — it's a month long online event where you signup at…
Yet Another #OneDevMinute where you'll learn about how easy it is to access the previous git branch, and then again do the same with normal directories in your terminal. Seriously, if you are working…
Deleting a git branch locally is pretty easy, just do a and you're done. But when you have already pushed that branch to remote, it becomes a bit more complex. You can't just delete the local branch…
Ever had that typo where you wrote instead of — well this tip not only addresses that typo but also adds a couple other aliases to help you easily navigate through your systems directories…