Skip to content
View magnus-lower's full-sized avatar
🪴
🪴

Highlights

  • Pro

Organizations

@CogitoNTNU

Block or report magnus-lower

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
magnus-lower/README.md

Hi, I'm Magnus Løwer!

Coding GIF

 

About me

  • Interested in software development, cloud technology, and IT security.
  • Experience from summer internships at the Norwegian Digitalisation Agency (Digdir) in Leikanger and Sopra Steria in Oslo.
  • Volunteer in the student organisation Cogito at NTNU in Trondheim.
  • Currently reading Clean Code by Robert C. Martin, which focuses on how to write readable and maintainable code.

 

Technologies I have some experience with and want to learn more about

Java Python ChatGPT PyTorch Spring React TypeScript Git Go Docker Azure Terraform


 

Personal projects

1. E-commerce platform (Spring Boot)

A simple e-commerce demo featuring user authentication, product listings, a shopping cart, and ordering. The application is deployed on Render.
Website: https://demo-store-k4g7.onrender.com
Repository: https://github.com/magnus-lower/demo-store


2. Weather dashboard (Flask)

A web application that displays weather data retrieved from the public OpenWeatherMap API. The application is deployed on Fly.io and uses Docker and Gunicorn.
Website: https://weather-dashboard-still-leaf-2476.fly.dev
Repository: https://github.com/magnus-lower/weather-dashboard


3. Portfolio website (HTML/CSS/JavaScript)

My personal website for showcasing the two projects above, with a focus on simple and responsive design. The website is deployed on Vercel.
Website: https://magnuslow.com
Repository: https://github.com/magnus-lower/my-website


 

Feel free to contact me!

LinkedIn    Gmail


Pinned Loading

  1. demo-store demo-store Public

    A basic online store backend implemented in Java, ideal for learning e-commerce logic.

    Java

  2. my-website my-website Public

    A personal website styled with CSS to showcase web design basics.

    HTML

  3. weather-dashboard weather-dashboard Public

    A simple web app that displays current weather data using Python and Flask.

    JavaScript