<h1>
Welcome to my Portfolio Page!
</h1>
const introduceMyself = () => {
console.log({
name: "Felix",
age: 21,
country: "Germany",
skills: [
"nextjs",
"reactjs",
"tailwindcss",
"framer-motion",
],
languages: [
"javascript",
"typescript",
"sql",
]
})
}
introduceMyself()
shortIntro.js
<h2>
Here you can see my Skills in Detail!
</h2>
2019
HTML
It is the standard markup language for documents designed to be displayed in a web browser.
CSS
Styling is very important for a website.
JavaScript
JavaScript is needed for interactivity on a website.
2020
ReactJS
ReactJS is my favorite framework for building modern web applications.
MySQL
For the most projects I use MySQL as my database. It is very common.
MongoDB
MongoDB is my favorite database for storing data in my applications.
2021
Visual Studio Code
Visual Studio Code is my favorite code editor. It can be used for many languages.
NextJS
I have been working with NextJS.
TypeScript
As a JavaScript superset, TypeScript is my favorite language for writing code.
TailwindCSS
I use TailwindCSS for all my projects and I am very happy with it.
Git
Git is a tool for version control. Necessary for GitHub and other platforms.
GitHub
GitHub is my favorite platform for version control and collaboration.
HeadlessUI
HeadlessUI is a great UI library for ReactJS. Uses TailwindCSS under the hood.
Framer Motion
For animations I use Framer Motion. It is a great library for animations.
GraphQL
GraphQL is my favorite query language for APIs and I use it in all my projects.
NodeJS
NodeJS is my favorite runtime environment for building backend applications.
ExpressJS
ExpressJS is my favorite framework for building backend applications.
Bash
Bash is the default shell for Linux and macOS. Administering servers is easy.
2022
Discord
I have been using Discord for a long time and also built a Discord bot.
Adobe XD
I use Adobe XD for designing my projects, it is a great tool for designing.
Figma
For designing I sometimes also use Figma. Great tool to design websites.
Directus
Directus is a great headless CMS. Customers can easily edit their content.
Nginx
Nginx is a great web server. Reverse proxying and load balancing.
Strapi
Strapi is a CMS as well. Sometimes I use it for my projects. Great tool.
2023
Docker
Docker is a great tool for containerization. Easy scaling and deployment.
Vercel
I use Vercel for hosting my projects. It is a great platform for hosting.