Skip to content

Instantly share code, notes, and snippets.

View bknie1's full-sized avatar
🏠
Working from home

Brandon Knieriem bknie1

🏠
Working from home
View GitHub Profile
@bknie1
bknie1 / input.scss
Created June 29, 2023 23:55
Generated by SassMeister.com.
// SETTINGS
$gold: #ffbf00;
$gold-hover: #FFCC33;
$blue: #022851;
$font: "Arial";
// TOOLS
@mixin c-button-transition {
transition: 0.2s padding ease-out;
transition: all 0.15s ease-in-out;
@bknie1
bknie1 / input.scss
Last active June 29, 2023 23:43
Generated by SassMeister.com.
$gold: #ffbf00;
$gold-hover: #FFCC33;
$blue: #022851;
$font: "Arial";
@mixin c-button-transition {
transition: 0.2s padding ease-out;
transition: all 0.15s ease-in-out;
}
@bknie1
bknie1 / LetsGoLang.md
Last active July 27, 2022 01:03
Let's Go(lang)

Let's Go(lang)

This guide heavily cites A Tour of Go by Google.


Table of Contents

1. About Go

@bknie1
bknie1 / React and Redux Guide.md
Last active April 19, 2020 21:00
React and Redux Guide

React and Redux Guide

This is guide to getting started with React and, later, Redux. it will use a Node.js, Express.js, and MongoDB back end, so familiarity with that tech is ideal.


Table of Contents

1. About React

@bknie1
bknie1 / Creating JSON APIs with Node.js and MongoDB.md
Last active April 11, 2020 19:57
Creating JSON APIs with Node.js and MongoDB
@bknie1
bknie1 / Unit Testing and Jasmine.md
Last active April 9, 2020 22:08
Unit Testing and Jasmine
@bknie1
bknie1 / Interview Soft Question Guide.md
Last active April 3, 2020 04:17
Interview Soft Question Guide
@bknie1
bknie1 / Data Structures and Algorithms Guide.md
Last active May 10, 2021 08:30
Data Structures and Algorithms Guide
@bknie1
bknie1 / Advanced Modern JavaScript Guide.md
Last active July 22, 2020 05:15
Advanced Modern JavaScript Guide

Advanced Modern JavaScript Guide

Table of Contents

Guide Overview


Keywords and Operations