Anna ReedCreating a Simple Random Generator in JavaI recently completed my first Java programming project: a simple command line application built to provide random character ideas for the…Jan 8, 2021Jan 8, 2021
Anna ReedJavascript vs. Java: ArraysDespite the similarities in their name, Javascript and Java are two entirely different programming languages. Certainly, there are some…Jan 2, 20211Jan 2, 20211
Anna ReedThe Fundamentals of Object-Oriented Programming for Java BeginnersObject-Oriented Programming (OOP) is a method of coding that uses succinct, modular “objects” to organize data and functions. It is a…Dec 26, 2020Dec 26, 2020
Anna ReedinThe StartupAsynchronicity: An Intro to Asynchrony in JavaScriptA complex concept explained with familiar metaphors.Sep 19, 2020Sep 19, 2020
Anna Reedfields_for: What it Does and How to Use ItWriting forms in HTML can be a tedious task, but fortunately Rails provides a host of form helpers that reduce the amount of typing you…Aug 27, 2020Aug 27, 2020
Anna ReedinThe StartupTime and the Command LineA CLI (command line interface) application is one that takes place entirely within a computer’s terminal. The terminal is meant to do…Aug 10, 2020Aug 10, 2020