How to Approach AlgorithmsAlgorithms can feel like a difficult beast to approach, however, breaking it down into manageable steps can keep the stress from elevating…Feb 22, 20212Feb 22, 20212
What are Hash Tables and How to Implement Them Part 1I’ve been asked this question one too many times now to not write about it.Feb 15, 202110Feb 15, 202110
Searching AlgorithmsThe purpose of Searching Algorithms is to give users the ability to check for an element or retrieve an element from the data structure…Feb 5, 2021Feb 5, 2021
ELI5: Data Structures BasicsWhat are data structures and why does it matter for coding? When given a set of data values, the values can be formatted to fit certain…Oct 26, 202012Oct 26, 202012
ELI5: SQL (Standard Query Language)SQL stands for Standard Query Language and is the standard language for relational database management systems. Using SQL, data in a…Oct 16, 202015Oct 16, 202015
ELI5: Data Structures in Computer EngineeringWhy Data Structure Matters: When designing a new application or program which may rely on a multitude of algorithms, the speed of how data…Jul 20, 20203Jul 20, 20203
ELI5 Object-Relational MappingWhat is ORM and what is it used for? ORM is the abbreviation for object-relational mapping and is a technique to communicate between two…Jul 12, 20204Jul 12, 20204
ELI5: ActiveRecordActiveRecord is a part of the M (Model) in MVC. By following a few naming guidelines, ActiveRecord accurately maps out data between…Jun 21, 20206Jun 21, 20206