PinnedPublished inGeek 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, 2021A response icon1Apr 6, 2021A response icon1
Published inJavaScript 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, 2021A response icon1Mar 29, 2021A response icon1
Published inCodeXQuickly 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
Published inGeek 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
Published inGeek 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, 2021A response icon1Mar 8, 2021A response icon1
Bootstrap 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
Published inGeek 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, 2021A response icon1Feb 22, 2021A response icon1
Published inCodeXRuby 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
Published inThe StartupFour Unsolicited Tips for New JavaScript DevelopersConsider JavaScript ‘Strict’ ModeNov 9, 2020A response icon4Nov 9, 2020A response icon4