Christina Holthe

Student

I am studying for a civil engineering degree in IT & Economics at the University of Bergen, Norway. I expect to graduate in Spring, 2027.


Interests: Software Engineering, Financial Technology, Graphic Design, Sustainability


Projects

Predicting the weight of fish in catch operations 2024

My team developed multiple machine learning models to predict the weight of fish in a single catch operation for our INFO284 Machine Learning course at the University of Bergen.

Machine Learning Python Supervised learning Unsupervised learning

Read More
Cracking Password with Brute Force 2022

Cracking password given a hash in my Computer Security course INF140 at the University of Bergen

Cyber Security Hacking Cracking Password Brute force

Read More
Hotel Booking App 2021

My teammate and I developed a Hotel Booking App for our TDT4100: Object-Oriented Programming course at the Norwegian Univeristy of Science and Technology

Java FXML JUnit 5 OOP

Read More

Essays

Reflecting on Coding Standards

24 Sep 2024

More than just rules - Coding as a language In the world of software engineering, coding standards are often seen as a set of rigid rules, much like grammar in a spoken language. Just as grammar enables clear communication, coding...

Coding Standards ESLint Software Engineering

My take on Software Engineering

04 Sep 2024

From the moment I began creating HTML code to design my personal pink blogs as a young girl, I’ve been intrigued by the world of information technology. As I pursued a degree in IT and Economics at university, I quickly...

Software Engineering Learning

My first meeting with TypeScript

03 Sep 2024

A new programming language In the diverse landscape of programming languages, Typescript stands out as a statically-typed superset of JavaScript that introduces additional features and syntactic enhancements. For someone like me, who has only worked with Java and Python, transitioning...

TypeScript Learning Software Engineering

Smart Questions, Good Answers

05 Sep 2022

Why asking smart questions? The ability to ask smart questions is a critical skill that can significantly influence the effectiveness of communication, collaboration, and problem solving. Smart questions not only facilitate the exchange of knowledge but also reflect the asker’s...

Questions Answers StackOverflow