Erick Orozco-Ciprian

Student

I am studying for a B.S. in Computer Science in the Department of Information and Computer Sciences at the University of Hawaii. I expect to graduate in Spring, 2024.


Interests: Ai, Video Games, Reading, Data Science


Projects

Summer Series Kumu 2022

Worked over the summer full time as a Computer Science & Engineer Kumu/Mentor for a group of young Hawaiian students.

Teaching Computer Science Engineering

Read More
Stem Day 2020-2023

Participating in Stem Days as a Kumu to provide examples and real-time kit building with Ohana from across the islands and Mainland

Kit Building Teaching

Read More
ISM in Controlled UAV Motion 2020

A project I worked on over the summer after my High-School Graduation

Matlab UAV Dynamics

Read More

Essays

Web Development to software development

08 May 2023

Starting simple What I learned in software engineering, in general, is essentially the process of breaking apart unknown, vague, and generally complicated problems into well-known sub-problems. Webpages and the process of web building are great examples since in this class...

Reflection Web Development Software Development

Baking Bread In A Digital Landscape

26 Apr 2023

Recursively tackling the digital landscape Learning a topic requires you to break it down to its most basic components which are suspiciously like writing a recursive algorithm. Why write the same lines of code over and over when you can...

Design Patterns Creating Consistency

How to be a better digital interior designer

23 Feb 2023

Put on your big boy boots…strap Bootstrap is a wonderful creation that doesn’t add anything new in particular but it heavily expands everything you can do with HTML and CSS. It is debately possible to replicate anything you’d do with...

UI Frameworks Bootstrap HTML & CSS

Code has 5 errors and 4 of them are ESLint

07 Feb 2023

Perfect comments! As long as nobody else reads them… Coding standards and styles as wanted as they are in any professional setting often have many subtle differences between programmers. Programmers perhaps having been adapted to scrutinize each character they write...

ESlint Coding Standards

The best answers, come from the best questions

25 Jan 2023

Introduction: Smart Vs. Not So Smart, Analyzing Questions Once you get to a certain level in academics you’ll notice that answers to your questions are worth nothing if you ask the wrong questions. Knowing how to ask questions is just...

Questions Answers StackOverflow

Learning Javascript from a Java perspective

20 Jan 2023

Overall, I believe JavaScript is a strong and adaptable language with lots of possibilities for efficient and creative coding. Its ability to be lenient on types and functions opens an incredible and complex world of computing. Especially with my prior...

Javascript