Hello my name is Nils aka Noim. On this page you can find some information about me and my projects.

import { Person } from "earth/human/";const nils: Person = new Person({ id: 1337, name: "Nils Bergmann", birthday: new Date("Thu, 30 Mar 00 15:03:00 +0100"), usernames: ["Noim", "EpicNilo", "TheNoim"], social: [ new TechMastodon("@Noim@noc.social"), // ~> https://noc.social/@Noim new Reddit("/u/TheNoim"), // ~> https://reddit.com/u/TheNoim new Twitter("@EpicNilo"), // ~> https://twitter.com/EpicNilo new Homepage("https://noim.io"), // ~> https://noim.io new Homepage("https://noim.net"), // ~> https://noim.net new GitHub("TheNoim"), // ~> https://github.com/TheNoim new GitLab("Noim"), // ~> https://gitlab.com/noim new eMail("contact+homepage(at)noim.net"), new Telegram("@TheNoim"), // ~> https://t.me/thenoim new KeyBase("noim"), // ~> https://nils.link/keybase new LinkedIn("noim"), // ~> https://www.linkedin.com/in/noim/ new CodersRank("thenoim"), // ~> https://profile.codersrank.io/user/thenoim new MyAnimeList("TheNoim"), // ~> https://myanimelist.net/profile/TheNoim new TraktTv("thenoim"), // ~> https://trakt.tv/users/thenoim new AniList("noim"), // ~> https://anilist.co/user/noim/ new Steam("TheNoim") // https://steamcommunity.com/id/TheNoim ], languages: ["german", "english"], power: Infinity, mainSkill: "programming", clicheHomepage: true});nils.start();export default nils;You can find a list of my projects on this page: my active projects
This is a list of domains used by me for all my projects: domain list
import { artesa } from 'earth/companies/germany';artesa.homepage; // ~> https://artesa.delet employeeIndex = artesa.employee.push(nils) - 1;artesa.employee[employeeIndex].firstDay; import { schuelerkarriere: sk } from 'earth/companies/germany';sk.homepage; // ~> https://schuelerkarriere.delet employeeIndex = sk.employee.push(nils) - 1;sk.employee[employeeIndex].firstDay; sk.employee.splice(employeeIndex, 1);