Skip to content
View SkySails's full-sized avatar
💻
Working from home
💻
Working from home
Block or Report

Block or report SkySails

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
SkySails/README.md

Hi there! Welcome to this very special page of mine.

  • ✈️ I’m currently working on a a multitude of aviation-related navigation utilities and APIs.
  • 🌱 I’m currently exploring Amazon AWS, React/Next.JS and React Native.

My story

My name is Malte and I am a 20-year-old self-taught web developer. I made my first site using HTML and CSS at the age of 12, and since then I have been determined to build out every idea I could possibly think of. Now, several years and personal projects later, I've expanded my knowledge by incrementally exploring technologies like Web Components all the way to popular frameworks sucha as React, React Native and Angular. Additionally, I have become comfortble enough with the AWS infrastructure and backend frameworks like Express and NestJS to deploy full-stack applications without much hesitation. I've also become a huge fan of TypeScript, and throughout all my projects you will find that my commits keep to the conventional commits standard!

My values

To me, personal development is just as important as teamwork. I love sharing my knowledge with others, as it scratches all the right spots - most importantly contribution to my community and self-growth. As a developer, I strive to create accessible, functional and responsive experiences for the user while producing readable, structured and meaningful code.

About me

class About extends Me {
  get currentWorkplace() {
    return [
      {
        company: "Skyfox Interactive",
        position: "Full Stack Developer"
      },
      {
        company: "Navigraph",
        position: "Software Engineer and Technical Support"
      }
    ]
  }

  get hardSkills() {
    return {
      frameworks: [
        "React",
        "Angular",
        "Svelte",
        "NextJS",
        "NestJS",
        "Express",
      ],
      
      ciPlatforms: [
        "GitHub Actions",
        "Travis CI"
        "Netlify",
        "Heroku",
        "Vercel",
      ],

      languages: [
        "TypeScript",
        "JavaScript",
        "Bash",
        "C++",
        "Swedish",
        "English",
      ]
    }
  }
  
  get softSkills() {
    return [
      "Service-minded",
      "Creative",
      "Problem-solver",
      "Dedicated",
      "Resourceful",
      "Mentoring",
      "Enthusiastic",
    ]
  }
}

My statistics

GitHub Activity

SkySails's github stats

Launguages

Top Langs

Coding Activity

SkySails's wakatime stats

Pinned

  1. hallstrom-blog hallstrom-blog Public

    TypeScript

  2. chakra-ui/chakra-ui chakra-ui/chakra-ui Public

    ⚡️ Simple, Modular & Accessible UI Components for your React Applications

    MDX 36.7k 3.2k

  3. rehype-tabular-code rehype-tabular-code Public

    TypeScript 1

  4. ejs-template-server ejs-template-server Public archive

    A quick way of rendering template sites based on a HTML template and URL query params.

    TypeScript