Open in app

Sign In

Write

Sign In

Candace Codes
Candace Codes

11 Followers

Home

About

Feb 22, 2021

How to Approach Algorithms

Algorithms can feel like a difficult beast to approach, however, breaking it down into manageable steps can keep the stress from elevating too high! Step 1: Rephrasing the problem: clarify the requirements and parse out important information Before starting the problem, it can be helpful to clarify any constraints and…

Coding

2 min read

Coding

2 min read


Feb 15, 2021

What are Hash Tables and How to Implement Them Part 1

I’ve been asked this question one too many times now to not write about it. Hash Table Review: A hash table, often called a hash map, is a data structure that maps keys to values. Hash tables combine lookup, insert, and delete operations efficiently by sending the key to a…

Hash Table

2 min read

Hash Table

2 min read


Feb 5, 2021

Searching Algorithms

The purpose of Searching Algorithms is to give users the ability to check for an element or retrieve an element from the data structure where it’s stored. Two Common Types of Search Algorithms 1. Sequential Search: The list or array is traversed sequentially and every element is checked; example: Linear…

Searching Algorithm

4 min read

Searching Algorithm

4 min read


Feb 4, 2021

AlphaFold2

AlphaFold2 Since the late 1970s, research has been conducted to understand how a protein’s structure could be determined solely from its amino acid sequence, and this past year Google may have helped propel that understanding forward through AlphaFold (2). Currently, researchers use laboratory techniques like x-ray crystallography and cryo-electron microscopy…

Alphafold

2 min read

Alphafold

2 min read


Oct 26, 2020

ELI5: Data Structures Basics

What are data structures and why does it matter for coding? When given a set of data values, the data can be formatted to fit certain parameters (or structures) to improve data access, manipulation, and modification. …

Data Structures

4 min read

ELI5: Data Structures Basics
ELI5: Data Structures Basics
Data Structures

4 min read


Oct 16, 2020

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 database can be manipulated with commands pertaining to CRUD (Create, Read, Update, Delete). Quick pause, let’s review Table Basics — Unlike object-oriented programming language, a relational database system holds…

Sql

3 min read

ELI5: SQL (Standard Query Language)
ELI5: SQL (Standard Query Language)
Sql

3 min read


Jul 20, 2020

ELI5: Data Types

Why Data Structure Matters: When designing a new application or program which relies on a multitude of algorithms, the speed of how data is obtained, retrieved, and gathered affects the efficiency of the program and ultimately the user experience itself. …

Data Structures

2 min read

ELI5: Data Structures in Computer Engineering
ELI5: Data Structures in Computer Engineering
Data Structures

2 min read


Jul 12, 2020

ELI5: Object-Relational Mapping

What is ORM and what is it used for? ORM is the abbreviation for object-relational mapping and is a technique to communicate between two typically incompatible forms of data manipulation and storage. There are multiple models for how we can store data in databases, and using a relational database is…

Object Oriented

3 min read

ELI5 Object-Relational Mapping
ELI5 Object-Relational Mapping
Object Oriented

3 min read


Jun 21, 2020

ELI5: ActiveRecord

Before we step into ActiveRecord, let’s take a step back and briefly discuss model-view-controller (MVC). MVC is a software design pattern used to divide a software program into three components: the model, view, and controller. By doing this, the separated internal representations of information allow for separation of responsibilities, thus…

Activerecord

2 min read

Activerecord

2 min read

Candace Codes

Candace Codes

11 Followers

Software Engineering, Healthcare, Life Sciences

Following
  • Akiko Green

    Akiko Green

  • Jonelle Noelani Yacapin

    Jonelle Noelani Yacapin

  • Gabriel Castro

    Gabriel Castro

  • Danira Cortez

    Danira Cortez

  • Scott Espinosa

    Scott Espinosa

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech