PinnedBrandon FonnemanninGeek CultureGet 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…Apr 6, 20211Apr 6, 20211
Brandon FonnemanninJavaScript in Plain English8 Useful JavaScript Snippets for Web DevelopmentThere are good reasons why JavaScript is consistently ranked among the top programming languages. Its flexibility caters to both beginner…Mar 29, 20211Mar 29, 20211
Brandon FonnemanninCodeXQuickly work through logic or examine code with these simple toolsOn September 9, 1947, a Harvard technical team found that their computer, the Harvard Mark II, was consistently delivering errors. Upon…Mar 20, 2021Mar 20, 2021
Brandon FonnemanninGeek CultureAlgorithms 101: JavaScript Insertion Sort and It’s Big O NotationConsidered a simple sorting algorithm, insertion sort is not without its merits. While not as efficient as more advanced algorithms when…Mar 14, 2021Mar 14, 2021
Brandon FonnemanninGeek CultureAlgorithms 101: JavaScript Merge Sort and It’s Big O NotationMerge Sort is an extremely popular sorting algorithm that combines merging and sorting exploiting the fact that empty or single element…Mar 8, 20211Mar 8, 20211
Brandon FonnemannBootstrap Install Guide for Rails 6 ApplicationsBootstrap markets itself as the most popular HTML, CSS, and JavaScript framework for developing highly responsive, mobile first web…Mar 1, 2021Mar 1, 2021
Brandon FonnemanninGeek CultureAlgorithms 101: JavaScript Binary Search and It’s Big O NotationBinary search is a commonly used algorithm offering a more efficient form of search than a traditional linear search.Feb 22, 20211Feb 22, 20211
Brandon FonnemanninCodeXRuby on Rails — bcrypt Password Protection and User Authenticationbcrypt is an excellent tool for shoring up password protection and user authentication in your Ruby on Rails application.Jan 14, 2021Jan 14, 2021
Brandon FonnemanninThe StartupFour Unsolicited Tips for New JavaScript DevelopersConsider JavaScript ‘Strict’ ModeNov 9, 20204Nov 9, 20204