Skip to main content

Posts

The Penultimate Web Developer’s Cheat Sheet

The Penultimate Web Developer’s Cheat Sheet The Penultimate Web Developer’s Cheat Sheet I am literally just going to combine a fair number of my Cheat Sheets in no particular order. The Penultimate Web Developer’s Cheat Sheet I am literally just going to combine a fair number of my Cheat Sheets in no particular order. HTML: <!-- Document Summary --> <!DOCTYPE html> <!-- Tells the browser that HTML5 version of HTML to be recognized by the browser --> <html lang="en"></html> <!-- The HTML lang attribute is used to identify the language of text content on t...

These Are The Bash Shell Commands That Stand Between Me And Insanity

These Are The Bash Shell Commands That Stand Between Me And Insanity These Are The Bash Shell Commands That Stand Between Me And Insanity I will not profess to be a bash shell wizard… but I have managed to scour some pretty helpful little scripts from Stack Overflow and modify… These Are The Bash Shell Commands That Stand Between Me And Insanity I will not profess to be a bash shell wizard… but I have managed to scour some pretty helpful little scripts from Stack Overflow and modify them to suit my needs. All of these commands are for Ubuntu/WSL … some may work in other scenarios but I can’t guarantee it. ...

VSCode Extensions Specifically for JavaScript Development

VSCode Extensions Specifically for JavaScript Development VSCode Extensions Specifically for JavaScript Development VSCode Extensions that are indispensable in JavaScript development CODEX VSCode Extensions Specifically for JavaScript Development VSCode Extensions that are indispensable in JavaScript development Back and Forth Adds backwards and forwards buttons to the toolbar in VSCode https://marketplace.visualstudio.com/items?itemName=nick-rudenko.back-n-forth ...