Blogs

Gaming in Java

Gaming in Java

Explaining game application in Java with focus on OOP


Read More
Facial Recognition Model

Facial Recognition Model

Facial recognization model, documentation written in python. Process blog.


Read More
Blog Image

Part A. Data Tools Setup

A guide, authored by myself, on how to analyze data with Python libraries using Jupyter Notebooks.


Read More
Blog Image

Part B. Sourcing Data & Pandas

A guide, authored by myself, on how to analyze data with Python libraries using Jupyter Notebooks.


Read More
Blog Image

Data Structures- Space and Time Complexity

Understanding time and space complexity. Exploring and documenting big O notation.


Read More
Blog Image

Using Programs with Data, SQLAlchemy

Using Programs with Data is focused on SQL and database actions. Part A focuses on SQLAlchemy and an OOP programming style,


Read More
Blog Image

Using Programs with Data, SQL

Using Programs with Data is focused on SQL and database actions. Focusing on learning SQL commands, connections, and curses using an Imperative programming style,


Read More
Blog Image

Extracting Information from Data, Pandas

Data connections, trends, and correlation. Pandas is introduced as it could be valuable for PBL, data validation, as well as understanding College Board Topics.


Read More
Blog Image

Data Compression, Images

Lab will perform alterations on images, manipulate RGB values, and reduce the number of pixels. College Board requires you to learn about Lossy and Lossless compression.


Read More
Blog Image

Searching Algos

In certain computer programs and applications, one might find the need to locate and retrieve a data value and/or it's index. Searching algorithms could be done in either intervals or sequences, and certain algorithms could be more efficient than others, with benefits and drawbacks to each.


Read More
Blog Image

Developing Algorithms JS

Blogs on basic JS algorithm development


Read More
Blog Image

Notes on API Use

Blogs API stands for Application Programming Interface, API is a set of code that lets data be transferred between two applications


Read More