Keenan JonesIntro to Object-Oriented DesignIn this article, I want to discuss how to design an application with an Object-Oriented language. In order to do this we must change our…Jan 29, 2021Jan 29, 2021
Keenan JonesOOP PolymorphismIn the object oriented program languages, like Java, polymorphism refers to objects of different types can be accessed through the same…Jan 22, 2021Jan 22, 2021
Keenan JonesUnit Testing and Integration TestingI’m writing this article for all of the newly graduated bootcamp grads or the self taught software developers. I wanted to share some of…Jan 15, 2021Jan 15, 2021
Keenan JonesExternal API UsageHello, today I would like to walk through my process of using an external api while, writing a small weather application project. The…Jan 9, 2021Jan 9, 2021
Keenan JonesElastic Search and Ruby on RailsElastic Search is a search engineer based on the Lucene library and written in Java. The Apache Lucene library is a high performance —…Jan 1, 2021Jan 1, 2021
Keenan JonesA Beginner’s Guide to React TestingIn this article I will be discussing the types of testing tools, what is react testing, and also introduce a couple of testing tools…Dec 19, 2020Dec 19, 2020
Keenan JonesImage Uploading with Active StorageActive Storage facilitates uploading files to a cloud storage service and attaches those files to active record objects. Active Storage…Dec 12, 2020Dec 12, 2020
Keenan JonesJavaScript Function: A Closer LookWhile working on some Codewars’ coding challenges, I came across this problem: Calculating with Functions, very straight forward for a…Dec 5, 2020Dec 5, 2020
Keenan JonesMy intro to JavaHello, everyone new to this blog I must give a warning this is my documentation of my progress as a software developer. I am no expert…Nov 20, 2020Nov 20, 2020