Skip to content
Bryan C Guner edited this page Aug 24, 2021 · 2 revisions

A list of all of my articles to link to future posts

You should probably skip this one… seriously it’s just for internal use!


All Of My Medium Stories


This is another backup of all of them!

All OF MEDIUM ARTICLES
2021-02-27_A-Quick-Guide-to-Big-O-Notation--Memoization--Tabulation--and-Sorting-Algorithms-by-Example-803ff193c522…golden-lobe-519.notion.site


The ExpressJS Way To Write APIs
This article will cover the basics of express from the perspective of a beginner without concerning it’s self with the…bryanguner.medium.com

Heroku Deploy Guides & Cheatsheet Compilation
Heroku lets you deploy, run and manage applications written in Ruby, Node.js, Java, Python, Clojure, Scala, Go and PHP…bryanguner.medium.com

A Comprehensive Deep Dive into React
An in-depth look into the world of React.javascript.plainenglish.io

Web Development Resource List #4
Update:bryanguner.medium.com

BASH CHEAT SHEET
My Bash Cheatsheet Index:bryanguner.medium.com

Heroku Cheat Sheet
a cheatsheet for using heroku-clibryanguner.medium.com

Web Developer’s Technical Glossary
This will be a running list as I make updates!bryanguner.medium.com

PostgreSQL In 43 Commands Or Less
In database jargon, PostgreSQL uses a client/server model. A PostgreSQL session consists of the following cooperating…medium.com

Why Jamstack Rocks🤘😎🤙
JAMstack websites don’t use the microservices architecture, but they go for the micro frontends architecture. Each…medium.com

What Are Bash Aliases And Why Should You Be Using Them!
A Bash alias is a method of supplementing or overriding Bash commands with new ones. Bash aliases make it easy for…bryanguner.medium.com

Life Saving Bash Scripts Part 2
I am not saying they’re in any way special compared with other bash scripts… but when I consider that you can never…medium.com

Job Boards and The Hunt
I can’t imagine the kind of masochism it would take to enjoy the act of posting and daily maintenance on a job…medium.com

Absolutely Everything You Could Need To Know About How JavaScript Works.
Seriously… this list is utterly exhaustive it covers more core concepts than I can hold the names of in working memory…bryanguner.medium.com

Basic React Tutorial
Random Things to Rememberbryanguner.medium.com

Fundamental Concepts In React That Will Probably Come Up On An Interview
Incomplete Articlebryanguner.medium.com

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.medium.com

Bash Commands That Save Me Time and Frustration
Here’s a list of bash commands that stand between me and insanity.medium.com

Quick Web Developers Website Checklist & A List Of Tools For Improvement
A set of questions you should use before handing off your application to the client.bryanguner.medium.com

10 Essential React Interview Questions For Aspiring Frontend Developers
Comprehensive React Cheatsheet included at the bottom of this article!javascript.plainenglish.io

Long List Of Invaluable NodeJS Resources
Disclaimer: I know that I did not create this list all on my own… I can’t recall or track down the original list if you…levelup.gitconnected.com

Open Ended Frontend Interview Questions You Should Answer Before Your Next Interview
Explain event delegation.bryanguner.medium.com

Data Structures… Under The Hood
Data Structures Referencebryanguner.medium.com

Web Development Interview Resource List
Most good programmers do programming not because they expect to get paid or get adulation by the public, but because it…medium.com

Beginners Guide To Python
My favorite language for maintainability is Python. It has simple, clean syntax, object encapsulation, good library…medium.com

Data Structures & Algorithms Resource List Part 1
Guess the author of the following quotes:bryanguner.medium.com

What is Memoization?
And why this programming paradigm shouldn’t make you cringe.javascript.plainenglish.io

CSS Interview Prep Quiz
Plus Css Cheat Sheet (82 questions total)bryanguner.medium.com

Graph Data Structure Interview Questions At A Glance
Because they’re just about the most important data structure there is.medium.com

Object Methods
Iterating Through Objectsmedium.com

Github Repositories That Will Teach You How To Code For Free!
30-seconds/30-seconds-of-codelevelup.gitconnected.com

Resources By Programming Language
Here’s a list of programming resources sorted by programming language.bryanguner.medium.com

Breaking Down Scope, Context, And Closure In JavaScript In Simple Terms.
“JavaScript’s global scope is like a public toilet. You can’t avoid going in there, but try to limit your contact with…medium.com

These Are A Few Of My Favorite Things
A web development student’s declassified school survival guide.medium.com

Objects In JavaScript
The object is a data structure that stores other data, similar to how an array stores elements.medium.com

Fundamental Javascript Concepts You Should Understand
Plain Old JS Object Lesson Conceptsbryanguner.medium.com

Mutability And Reference VS Privative Types in JavaScript
Mutability && Primitive && Reference Examplesbryanguner.medium.com

Array Callback Methods Implemented With For Loops
How to implement array callback methods in JavaScriptjavascript.plainenglish.io

Beginner’s Guide To React Part 2
As I learn to build web applications in React I will blog about it in this series in an attempt to capture the…bryanguner.medium.com

A Very Quick Guide To Calculating Big O Computational Complexity
Big O: big picture, broad strokes, not detailsbryanguner.medium.com

Introduction to React for Complete Beginners
All of the code examples below will be included a second time at the bottom of this article as an embedded gist.javascript.plainenglish.io

Scheduling: setTimeout and setInterval
We may decide to execute a function not right now, but at a later time. That’s called “scheduling a call”.javascript.plainenglish.io

LocalStorage VS SessionStorage
Web storage objects localStorage and sessionStorage allow to save key/value pairs in the browser.bryanguner.medium.com

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…levelup.gitconnected.com

How To Implement Native(ES6) Data Structures Using Arrays & Objects
Smart data structures and dumb code works better than the other way around -“Eric S. Raymond”bryanguner.medium.com

Objects in Javascript
Codepen with examples for you to practice with below!medium.com

The Beginner’s Guide To JavaScript
Part 1javascript.plainenglish.io

Web Developer Resource List Part 4
A all encompassing list of tools and resources for web developersmedium.com

VSCode Extensions Specifically for JavaScript Development
VSCode Extensions that are indispensable in JavaScript developmentmedium.com

A list of all of my articles to link to future posts
You should probably skip this one… seriously it’s just for internal use!bryanguner.medium.com

Fundamental Data Structures in JavaScript
A simple to follow guide to Lists Stacks and Queues, with animated gifs, diagrams, and code examples!javascript.plainenglish.io

Web Development Resources Part 3
I’m the psychological equivalent of a physical hoarder only instead of empty soda cans and dead racoons it’s lists of…bryanguner.medium.com

Web Development Interview Part 3💻
This installment is going to be the least technically demanding thus far however these questions are a more realistic…medium.com

The Best Cloud-Based Code Playgrounds of 2021 (Part 1)
A plethora of front-end code playgrounds have appeared over the years. They offer a convenient way to experiment with…bryanguner.medium.com

Front End Interview Questions Part 2
These will focus more on vocabulary and concepts than the application driven approach in my last post!medium.com

Web Developer Resource List Part 2
Because I compile these things compulsively anyway…medium.com

HTTP Basics
“If you want to build a ship, don’t drum up the men and women to gather wood, divide the work, and give orders…levelup.gitconnected.com

JavaScript Frameworks & Libraries
My Awesome JavaScript List Part 2javascript.plainenglish.io

My ‘awesome’ list of JavaScript resources
Everyone’s seen the ‘Awesome’ lists on GitHub… and they are indeed awesome… so today I am going to attempt to curate my…javascript.plainenglish.io

Everything You Need to Get Started With VSCode + Extensions & Resources
Commands:levelup.gitconnected.com

My Favorite VSCode Themes
Themeslevelup.gitconnected.com

Object Oriented Programming in JavaScript
Object-Oriented Programminglevelup.gitconnected.com

JavaScript Rotate (Array) ProblemWalkthrough
Explanation for Rotate Rightmedium.com

Super Simple Intro To HTML
What is HTML, CSS & JS and why do we need all three?levelup.gitconnected.com

Everything You Need To Know About Relational Databases, SQL, PostgreSQL and Sequelize To Build…
For Front end developers who like myself struggle with making the jump to fullstack.medium.com

Understanding Git (A Beginners Guide Containing Cheat Sheets & Resources)
Basic Git Work Flow.levelup.gitconnected.com

The Complete JavaScript Reference Guide
You will want to bookmark thisjavascript.plainenglish.io

Modules in Javascript
Differences between Node.js and browsersmedium.com

An Introduction to Markdown (Bonus Markdown Templates Included)
Basic Syntax Guidelevelup.gitconnected.com

Web Dev Resources
Web Developmentlevelup.gitconnected.com

Regular Expressions
description:medium.com

Writing Files Using Python
Basics of Writing Files in Python
The common methods to operate with files are open() to open a file,
medium.com

A Collection of my most useful Gist Entries
This list is in no particular order!bryanguner.medium.com

Learn CSS So That Your Site Doesn’t Look Like Garbage
CSS Selectorsjavascript.plainenglish.io

PostgreSQL Setup For Windows & WSL/Ubuntu
If you follow this guide to a tee… you will install PostgreSQL itself on your Windows installation. Then, you will…bryanguner.medium.com

Emmet Cheat Sheet
EMMETbryanguner.medium.com

Git-Tricks
Refsbryanguner.medium.com

Python Study Guide for a JavaScript Programmer
A guide to commands in Python from what you know in JavaScriptlevelup.gitconnected.com

Fetch Quick Sheet
Fetchbryanguner.medium.com

Express Quick Sheet
Settingsbryanguner.medium.com

Fundamental Data Structures In JavaScript
Data structures in JavaScriptmedium.com

Deploy React App To Heroku Using Postgres & Express
Heroku is an web application that makes deploying applications easy for a beginner.bryanguner.medium.com

Postgresql Cheat Sheet
PostgreSQL commandsmedium.com

A Quick Guide to Big-O Notation, Memoization, Tabulation, and Sorting Algorithms by Example
Curating Complexity: A Guide to Big-O Notationmedium.com

Basic Web Development Environment Setup
Windows Subsystem for Linux (WSL) and Ubuntulevelup.gitconnected.com

By Bryan Guner on March 22, 2021.

Canonical link

Exported from Medium on August 24, 2021.