Open in app

Sign In

Write

Sign In

Brandon Fonnemann
Brandon Fonnemann

220 Followers

Home

About

Published in

Geek Culture

·Pinned

Get to Know Git. Handy Git Commands to Keep You on Track.

Git is an open source freely distributed version control system specifically designed to efficiently handle all aspects of your project. It’s relatively small learning curve combined with its tiny footprint and outstanding performance have made it a favorite among programmers for collaboratively developing source code during application development. …

Git

6 min read

Get to Know Git. Handy Git Commands to Keep You on Track.
Get to Know Git. Handy Git Commands to Keep You on Track.
Git

6 min read


Published in

JavaScript in Plain English

·Mar 29, 2021

8 Useful JavaScript Snippets for Web Development

There are good reasons why JavaScript is consistently ranked among the top programming languages. Its flexibility caters to both beginner and advanced developers. It requires no environmental setup— just open a browser, navigate to its developer tools, and start coding. It can also run everywhere from mobile devices and tablets…

JavaScript

2 min read

8 Useful JavaScript Snippets for Web Development
8 Useful JavaScript Snippets for Web Development
JavaScript

2 min read


Published in

CodeX

·Mar 20, 2021

Quickly Work Through Logic Or Examine Code With These Simple Tools

On September 9, 1947, a Harvard technical team found that their computer, the Harvard Mark II, was consistently delivering errors. Upon inspection, they isolated the issue to an electromagnetic relay. And as the story goes, the first reported debugging of a computer system by a team of professional experts resulted…

4 min read

Quickly work through logic or examine code with these simple tools
Quickly work through logic or examine code with these simple tools

4 min read


Published in

Geek Culture

·Mar 14, 2021

Algorithms 101: JavaScript Insertion Sort and It’s Big O Notation

Considered a simple sorting algorithm, insertion sort is not without its merits. While not as efficient as more advanced algorithms when scaled, it is a stable algorithm in that it does not change the relative order of elements with equal values. It is also an excellent choice when you have…

JavaScript

4 min read

Algorithms 101: JavaScript Insertion Sort and It’s Big O Notation
Algorithms 101: JavaScript Insertion Sort and It’s Big O Notation
JavaScript

4 min read


Published in

Geek Culture

·Mar 8, 2021

Algorithms 101: JavaScript Merge Sort and It’s Big O Notation

Merge Sort is an extremely popular sorting algorithm that combines merging and sorting exploiting the fact that empty or single element arrays are considered sorted. When scaled, this algorithm offers significant performance gains relative to less advanced sorting algorithms like Bubble Sort or Selection Sort. …

JavaScript

5 min read

Algorithms 101: JavaScript Merge Sort and It’s Big O Notation
Algorithms 101: JavaScript Merge Sort and It’s Big O Notation
JavaScript

5 min read


Mar 1, 2021

Bootstrap Install Guide for Rails 6 Applications

Bootstrap markets itself as the most popular HTML, CSS, and JavaScript framework for developing highly responsive, mobile first web applications. The sleek, intuitive, and powerful framework currently ranks as the tenth most popular GitHub repository with over 148,000 stars, more than 1000 contributors, and over 20,000 commits. It is compatible…

Rails

5 min read

Bootstrap Install Guide for Rails 6 Applications
Bootstrap Install Guide for Rails 6 Applications
Rails

5 min read


Published in

Geek Culture

·Feb 22, 2021

Algorithms 101: JavaScript Binary Search and It’s Big O Notation

Binary search is a commonly used algorithm offering a more efficient form of search than a traditional linear search. Instead of iterating through an array eliminating one element at a time, you can eliminate half of the remaining elements at a time. …

Javascript Tips

5 min read

Algorithms 101: JavaScript Binary Search and It’s Big O Notation
Algorithms 101: JavaScript Binary Search and It’s Big O Notation
Javascript Tips

5 min read


Published in

CodeX

·Jan 14, 2021

Ruby on Rails — bcrypt Password Protection and User Authentication

bcrypt is an excellent tool for shoring up password protection and user authentication in your Ruby on Rails application. Authentication Systems Proper user authentication and password protection are a must for any application seeking to restrict content or collect sensitive user information. With identity theft negatively impacting millions of individuals each year…

Rails

6 min read

Ruby on Rails — bcrypt Password Protection and User Authentication
Ruby on Rails — bcrypt Password Protection and User Authentication
Rails

6 min read


Published in

The Startup

·Nov 9, 2020

Four Unsolicited Tips for New JavaScript Developers

Consider ‘Strict’ Mode 'use strict'; Introduced in ES5, strict mode allows for writing secure JavaScript code. With a different set of semantics versus the normal default “sloppy” mode , deployment of strict mode can significantly help in mitigating accidental programmer errors that could potentially introduce bugs into your application. …

Javascript Tips

4 min read

Four Unsolicited Tips for New JavaScript Developers
Four Unsolicited Tips for New JavaScript Developers
Javascript Tips

4 min read

Brandon Fonnemann

Brandon Fonnemann

220 Followers

It’s hip to b[e= mc²] → 7.819 x 10¹⁸ Joules

Following
  • Gaetano Piazzolla

    Gaetano Piazzolla

  • Thomas Hexton

    Thomas Hexton

  • Muzaffer Cıkay

    Muzaffer Cıkay

  • Denis Cangemi

    Denis Cangemi

  • Mr Pranay

    Mr Pranay

See all (31)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams