Skip to main content

Posts

Showing posts from July 13, 2021

My Favorite Vscode Themes

My Favorite VSCode Themes My Favorite VSCode Themes Themes My Favorite VSCode Themes Product Icon Themes: Fluent Icons A product icon theme for Visual Studio Code Product icons themes allow theme authors to customize the icons used in VS Code’s built-in views: all icons except file icons (covered by file icon themes) and icons contributed by extensions. This extension uses Fluent Icons . Install Install the icon theme from the

Simple Intro To Html

Super Simple Intro To HTML Super Simple Intro To HTML What is HTML, CSS & JS and why do we need all three? Super Simple Intro To HTML What is HTML, CSS & JS and why do we need all three? HTML stands for “Hypertext Markup Language”. Basically, HTML is the structure for the website, words, bullet points, data tables, etc. CSS stands for “Cascading Style Sheets” which means it’s the “Style” it’s how to make your website look professional, and look visually appealing. JS is how to make your website actually **work**. For example, if you created something like YouTube

PostgreSQL Cheat Sheet

Postgresql Cheat Sheet Postgresql Cheat Sheet PostgreSQL commands CODEX PostgreSQL Cheat Sheet Each table is made up of rows and columns. If you think of a table as a grid, the column go from left to right across the grid and each entry of data is listed down as a row. Each row in a relational is uniquely identified by a primary key. This can be by one or more sets of column values. In most scenarios it is a single column, such as employeeID. Every relational table has one primary key. Its purpose is to uniquely identify each row in the database. No two rows can hav