Skip to content

Instantly share code, notes, and snippets.

View bgoonz's full-sized avatar
🎯
learning

Bryan C Guner bgoonz

🎯
learning
View GitHub Profile
@bgoonz
bgoonz / dom-standard.md
Created May 28, 2022 22:43
dom-standard.md

DOM Standard

Excerpt

This specification depends on the Infra Standard. [INFRA]


1. Infrastructure

This specification depends on the Infra Standard. [INFRA]

@bgoonz
bgoonz / commands.md
Created May 24, 2022 14:36
commands.md

//====================================Remove remote origin git remote remove origin

git add . && git commit -m "update" && git push -u origin master

//=================================================\

@bgoonz
bgoonz / index.html
Created May 16, 2022 22:48
Tic Tac Toe
<div id="errors" style="
background: #c00;
color: #fff;
display: none;
margin: -20px -20px 20px;
padding: 20px;
white-space: pre-wrap;
"></div>
<div id="root"></div>
<script>
@bgoonz
bgoonz / sitemap.xml
Created May 16, 2022 12:33
sitemap.xml
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:news="http://www.google.com/schemas/sitemap-news/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:mobile="http://www.google.com/schemas/sitemap-mobile/1.0" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1" xmlns:video="http://www.google.com/schemas/sitemap-video/1.1">
<url>
<loc>https://bgoonz-blog.netlify.app/</loc>
<lastmod>2022-05-16T12:24:30Z</lastmod>
<changefreq>weekly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>https://bgoonz-blog.netlify.app/admin</loc>
<lastmod>2022-05-16T12:21:23Z</lastmod>
@bgoonz
bgoonz / google-analytics.md
Last active May 16, 2022 09:54
google-analytics.md
Page title and screen class Views
7 tips to become a better web developer | webdevhub 1
Awesome NodeJS | webdevhub 1
Callstack Visualizer | webdevhub 1
Cheat Sheets 1
Clock | webdevhub 1
Data Structures By Example 1
ExpressJS Apis | webdevhub 1
@bgoonz
bgoonz / ECMA.md
Created April 28, 2022 19:33
ECMA.md ECMAScript® 2021 Language Specification

ECMAScript® 2021 Language Specification

Introduction

This Ecma Standard defines the ECMAScript 2021 Language. It is the twelfth edition of the ECMAScript Language Specification. Since publication of the first edition in 1997, ECMAScript has grown to be one of the world's most widely used general-purpose programming languages. It is best known as the language embedded in web browsers but has also been widely adopted for server and embedded applications.

@bgoonz
bgoonz / home-brew-formulas.md
Created April 20, 2022 20:28
home-brew-formulas.md

Formula Cookbook

formula is a package definition written in Ruby. It can be created with brew create <URL> where <URL> is a zip or tarball, installed with brew install <formula>, and debugged with brew install --debug --verbose <formula>. Formulae use the Formula API which provides various Homebrew-specific helpers.

Homebrew terminology

Term Description Example