Tag: what i’m learning series
-
Angular: File Upload, Links, and Caching?
It’s been a while since I’m written here, but I am learning Angular at the moment so I decided to share a bit of what I’m learning and some problems I’m running into. What is Angular? Angular is a framework downloaded through npm package manager where the roots of the programming languages in Angular consist…
-
lossless, dependency-preserving 3NF decomposition
That is a mouthful of unfamiliar vocabulary to me… Let’s start with the first term: Lossless Lossless is a type of data compression method. The opposite of this is lossy. Lossless keeps all data which in the sense of databases can be extremely useful. However, it can also become repetitive if the data is repetitive…
-
Unit Testing
For a class I’m taking called Software Engineering, my role is being an admin for Phase 1. In short, this course is a group-based project where the team creates a mock-up of Reddit. There are total of 4 Phases in the course and we just completed Phase 0, which was the tutorial phase. Now, I…
-
To-Do List
Today, I was really amused with one of the homework assignments for my class. I learned how to create a to-do list using HTML, CSS, and Javascript. With what I learned such as the event commands, I feel like I can get much further in my coding abilities. Check out the website here: https://ayc325.github.io/todo-list/
-
Software Application Architecture
Today, I’m learning about Software Architecture for a Software Engineering Class. In short, the Software Engineering class is about learning about the process of Software Engineering. We’re learning about the different phases and roles when creating a software. In this video, the speaker talks about the concepts and fundamentals of software architecture. Vocab: Architecture: the…
-
Definition of UX design and why it’s important for consumers and businesses
Vocabulary Book Definition Paraphased User experience How a person, the user feels about interacting with, or experiencing, a product How a user feels about experiencing a product Product A good, service, or feature Anything that is consumable to a user Good user experience contains what usable, equitable, enjoyable, useful “ Usable: Equitable: Enjoyable: Useful: Conclusion:…
-
What is UX?
Yesterday, I enrolled myself in Google’s UX Certificate Certificate Course. I was able to enroll for free through The American Dream Academy. They’re closing their program around April 2024 so I decided to take the chance on top of my tough course load to get this certificate. I’m using my blog to keep myself accountable.…
-
Intro to Rust
I am currently enrolled in a class CSE 262: Programming Languages. We’re just starting to learn Rust, and I am impressed with the capabilities of this language. I can’t tell you how helpful the complier is but I’ll show an example If I got things like this in Java or C, I’d love their language…
