PinnedInGeek CulturebyBrandon Fonnemann·Apr 6, 2021Get 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…A response icon1A response icon1
InJavaScript in Plain EnglishbyBrandon Fonnemann·Mar 29, 20218 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…A response icon2A response icon2
InCodeXbyBrandon Fonnemann·Mar 20, 2021Quickly 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…
InGeek CulturebyBrandon Fonnemann·Mar 14, 2021Algorithms 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…
InGeek CulturebyBrandon Fonnemann·Mar 8, 2021Algorithms 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…A response icon1A response icon1
Brandon Fonnemann·Mar 1, 2021Bootstrap Install Guide for Rails 6 ApplicationsBootstrap markets itself as the most popular HTML, CSS, and JavaScript framework for developing highly responsive, mobile first web…
InGeek CulturebyBrandon Fonnemann·Feb 22, 2021Algorithms 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.A response icon1A response icon1
InCodeXbyBrandon Fonnemann·Jan 14, 2021Ruby 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.
InThe StartupbyBrandon Fonnemann·Nov 9, 2020Four Unsolicited Tips for New JavaScript DevelopersConsider JavaScript ‘Strict’ ModeA response icon4A response icon4