Skip to content
View martensi1's full-sized avatar
🎧
🎧

Highlights

  • Pro
Block or Report

Block or report martensi1

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
martensi1/README.md

Welcome to My GitHub Profile! 👋

Hey there! I'm a self-taught software developer from Sweden, always eager to dive into new technologies and try new things. I'm passionate about pushing myself into unknown territory and challenging myself to grow. Whether it's building web applications, computer vision projects or diving into writing operating systems from scratch (which I must say is a very humbling experience). I'm always up for a challenge!

Skills

  • Languages: C++, C#, Python, Lua, Ruby
  • Version Vontrol: Git, SVN
  • Tools & Technologies: Docker, SQLite, Protocol Buffers, gRPC, RESTful APIs, Jenkins, GitLab CI/CD, OpenCV, SFML, etc

Projects

Here are some of the projects I have been working on:

  1. flygplanering.se: Self-briefing service for Swedish PPL-pilots
    • Tech Stack: C#, ASP.NET, RESTful APIs
    • Description: An ASP.NET Core web application for easy preflight preparations, intended to be used by Swedish PPL-pilots for VFR-flights. The information on the page consists of live METAR, TAF, NOTAM, NSWC which are gathered from different data sources. An option for doing preflight weight and balance calculations is also available for some users.
    • Project Link: https://github.com/martensi1/flygplanering.se
  2. Nova Kernel: A hobby kernel written from scratch
    • Tech Stack: C++, C, Assembly
    • Description: The goal of this project is to gain a deeper understanding of operating systems, kernel development and low-level programming. This is an ongoing project and the kernel is developed to support both i386 and x86-64 instruction set architectures.
    • Project Link: https://github.com/martensi1/nova-kernel
  3. Airbag: A drop-in crash handler for POSIX-based systems
    • Tech Stack: C
    • Description: Airbag is a simple crash handler that can be used to catch and log crashes in C/C++ applications to a file descriptor. It is designed to be a drop-in solution for POSIX-based systems and can be easily integrated into existing projects.
    • Project Link: https://github.com/martensi1/airbag

Contact Me

Feel free to reach out to me

Pinned

  1. flygplanering.se flygplanering.se Public

    Self briefing service for swedish private pilots

    C#

  2. nova-kernel nova-kernel Public

    Hobby operating system written in C++

    C++

  3. airbag airbag Public

    Drop-in crash handler for POSIX based systems

    C 2