Insert a Node at a Given Position: Singly Linked ListHackerRank Coding Challenge can be found here:Mar 1, 2021Mar 1, 2021
Find The Single Number (Utilizing Objects in JavaScript)The following coding challenge can be found on Leetcode.Dec 22, 2020Dec 22, 2020
Project Planning & Construction (With Ruby On Rails)When I am starting a project, I first answer questions about what my application should do: a minimal viable product, and what data I…Dec 12, 2020Dec 12, 2020
Beginners Guide To Binary Search In JavaScriptIf I want to search for an item in a list, I can check each item from beginning to end, and the most checks I can make is the equal to the…Dec 5, 2020Dec 5, 2020
Manipulating Arrays in JavascriptA javascript array is a type of object. The indices can be thought of as the keys, and the items in the array, the values.Nov 27, 2020Nov 27, 2020
Repeated String Coding ChallengeThe challenge I will be discussing in this post can be found on Hackathon, in the Array section. Enter Repeated String Challenge.Nov 21, 2020Nov 21, 2020
Coding Challenge (React): Decremental TimerA part of the screening process when interviewing for a job in web development, is to take a timed coding challenge. I completed my first…Nov 13, 2020Nov 13, 2020
The Sessions Hash (Within the Context of Ruby on Rails)How is one able to navigate from web page to web page on the same site, and not have to log in to see every page? The web is stateless. So…Nov 9, 2020Nov 9, 2020
Usage of Bcrypt on Rails Application (Part 1)The bcrypt gem enables users to to be authenticated securely. I have used this on smaller Sinatra and Rails applications and also on a…Nov 1, 2020Nov 1, 2020