Skip to content
View fniem's full-sized avatar
🏠
Working from home
🏠
Working from home

Highlights

  • Pro

Organizations

@coding-bootcamps-eu

Block or report fniem

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

Currently coding 👨‍💻
Always learning 📖

class SeniorDeveloper {
  fullName = "Ferdinand Niemann";
  location = "Lübeck";

  contactInformation = {
    email: "hello@ferdi.digital",
    linkedin: "https://linkedin.com/in/ferniemann",
    website: "https://ferdi.digital"
  };

  currentPosition = {
    company: "Remind GmbH",
    role: "Senior Fullstack Developer",
    since: "2025-04",
  };

  previousExperiences = [
    {
      company: "Coding Bootcamps Europe GmbH",
      role: "Web Developer & Trainer",
      from: "2021-07",
      to: "2025-03",
    },
    {
      company: "SuperCode GmbH und Co. KG",
      role: "Assistant Trainer",
      from: "2021-03",
      to: "2021-06",
    },
  ];

  techStack = {
    languages: ["TypeScript", "JavaScript", "PHP", "CSS", "HTML"],
    frameworks: ["Vue", "Nuxt", "React", "Astro", "Remix", "Node", "Symfony"],
    tools: ["Directus", "TYPO3", "Docker", "PostgreSQL", "MongoDB", "Firebase", "GitHub Copilot", "Claude"],
  };

  likes = ["Cats 😺", "Eurovision Song Contest 🎤", "Baltic Sea 🌊"];
}

const ferdinand = new SeniorDeveloper();

Pinned Loading

  1. coding-bootcamps-eu/student-hub coding-bootcamps-eu/student-hub Public

    The Student-Hub is an organization tool for coding bootcamps europe.

    JavaScript 1