Open in app

Sign in

Write

Sign in

Keenan Jones
Keenan Jones

Home

About

Jan 29, 2021

Intro to Object-Oriented Design

In 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 way of looking at the world. We must shift our thinking of the world as a collection of predefined procedures to modeling the world as…

2 min read

2 min read


Jan 22, 2021

OOP Polymorphism

In the object oriented program languages, like Java, polymorphism refers to objects of different types can be accessed through the same interface. This allows the child class to share the information and behavior of its parent class while also incorporating its own functionality. …

3 min read

OOP Polymorphism
OOP Polymorphism

3 min read


Jan 15, 2021

Unit Testing and Integration Testing

I’m writing this article for all of the newly graduated bootcamp grads or the self taught software developers. I wanted to share some of the knowledge I gathered after six months in the pandemic job hunt phase of my career. …

3 min read

Unit Testing and Integration Testing
Unit Testing and Integration Testing

3 min read


Jan 9, 2021

External API Usage

Hello, today I would like to walk through my process of using an external api while, writing a small weather application project. The reason for this article is to show how to implement apis within React.js. The Project is a small app to display weather data, that takes an input…

4 min read

External API Usage
External API Usage

4 min read


Jan 1, 2021

Elastic Search and Ruby on Rails

Elastic Search is a search engineer based on the Lucene library and written in Java. The Apache Lucene library is a high performance — full featured text search engine library written in Java. Full text search refers to techniques for searching a single computer stored document or a collection in…

4 min read

Elastic Search and Ruby on Rails
Elastic Search and Ruby on Rails

4 min read


Dec 26, 2020

TypeScript and PropTypes

What is TypeScript? TypeScript adds static type definition to Javascript. Valid Javascript code is valid Typescript code. Typescript has its own type checking errors because Typescript code is transformed into Javascript via the Typescript compiler. Type allows the user to describe the shape of an object and validates the code…

2 min read

2 min read


Dec 19, 2020

A Beginner’s Guide to React Testing

In this article I will be discussing the types of testing tools, what is react testing, and also introduce a couple of testing tools. There will be no actual coding, like I said a beginner’s guide, we need to discuss our choices and then learn about those choices. Testing in…

4 min read

A Beginner’s Guide to React Testing
A Beginner’s Guide to React Testing

4 min read


Dec 12, 2020

Image Uploading with Active Storage

Active Storage facilitates uploading files to a cloud storage service and attaches those files to active record objects. Active Storage comes with a local support for development and testing. We will be focusing on the local disk application. Active Storage uses ImageMagick to generate an image from a non-image upload…

3 min read

Image Uploading with Active Storage
Image Uploading with Active Storage

3 min read


Dec 5, 2020

JavaScript Function: A Closer Look

While working on some Codewars’ coding challenges, I came across this problem: Calculating with Functions, very straight forward for a javascript challenge. Requirements are the following: There must be a function for each number between 0–9, a function for every mathematical operation, each calculation consist of one operation and two…

4 min read

JavaScript Function: A Closer Look
JavaScript Function: A Closer Look

4 min read


Nov 20, 2020

My intro to Java

Hello, 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 this is just my thoughts and experiences. Today I want to discuss my thoughts on Java and what I know about the language thus…

4 min read

My intro to Java
My intro to Java

4 min read

Keenan Jones

Keenan Jones

Just breathe. Its all cool.

Following
  • Anh T. Dang

    Anh T. Dang

  • Cody Friesen

    Cody Friesen

  • Elizabeth Warren

    Elizabeth Warren

  • Bernie Sanders

    Bernie Sanders

  • Zac Hansen

    Zac Hansen

See all (9)

Help

Status

About

Careers

Blog

Privacy

Terms

Text to speech

Teams