Jeremy Armah·Feb 16, 2021Implementing the TalkJS inbox as a popup in your appTalkJs is a javascript chat API and SDK with a pre-built UI that allows developers to implement a live chat connection between users in an…
Jeremy Armah·Jan 27, 2021Solving problems with ‘for’ loops in JavaScriptLoops are a fundamental construct of many programming languages. Looping over a collection of values is one of the most common patterns…
Jeremy Armah·Dec 7, 2020Utilizing CSS grid layout to organize our web appsIn the creation of my first Rails project, I found myself having trouble understanding how to actually structure the content within the…