Allison AnzaloneChoosing the Right DatabaseThere are two main types of Databases. Relational and Non-Relational databases. Choosing the right type is important and depends on what…May 3, 2022May 3, 2022
Allison AnzaloneDifferent Types of Database RelationshipsOne question that you can expect to have when interviewing for a developer role, is database building. I recently interviewed for a…Apr 23, 2022Apr 23, 2022
Allison AnzaloneData ModelingI’m starting a series devoted to database structure and modeling. Databases are a key component of development. They help support and…Apr 17, 2022Apr 17, 2022
Allison AnzalonePost-Graduation UpdateSince graduating from Flatiron early February. I’ve been busy working towards finding my new career path. What has been great about the…Apr 14, 2022Apr 14, 2022
Allison AnzaloneUnderstanding Linked ListsThere are 3 kinds of Linked Lists, A Single Linked List, a Doubly Linked List, and a Circular Linked List (which can be either single or…Apr 4, 2022Apr 4, 2022
Allison AnzaloneDebugging Tips and TricksDuring the course of an interview, one question that I get asked frequently is what is my debugging process. Of course, I’ve had experience…Mar 28, 2022Mar 28, 2022
Allison AnzaloneFixing a CORS Error in RailsOne of the biggest errors I got when I first started building web applications was a Cors Error. I would be happily programming my UI and…Jan 16, 2022Jan 16, 2022
Allison AnzaloneStock Market Simulator ApplicationFor my final project, I wanted to do something that showcased the skills that I’ve acquired throughout this program and also showcase my…Jan 16, 2022Jan 16, 2022
Allison AnzaloneStep by Step guide to Hiding API key in Rails and ReactKeeping your API key a secret is essential part of any application. Exposing your key may result in others using it for free, clogging up…Jan 16, 2022Jan 16, 2022