Skip to content
View comhendrik's full-sized avatar
🦖
🦖

Highlights

  • Pro

Block or report comhendrik

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

🙋‍♂️Hello, welcome to my profile!

🧐About me:

My name is Hendrik.

💪Projects I already finished

- E-Commerce Application
- News Application
- A static personal Website
- A personal website, with data based on a json file or a mongoDB Database
- Blog App with Server and App/Web Client
- Kenshins Journey - A 2D Plattformer Game written in plain Java

🔨Projects that I am currently working on

- HMLY- Flutter Application to organize Task in households
- vectorMatch - Text Embedding and Search with PostgreSQL and Hugging Face in Docker

🚧Playground: Here you can find my repo for Scripts, testing things, AI or advent of code and many more

These projects aren't finished.
- Scripts
- Test Projects
- AI
- Advent of Code
- Tutorial to set up a Heroku Server
- Playdate Arrow Game
- SwiftUI Taxi Rent Application

🔨Tools I already used:

15508201 css3 firebase git html5 python swift flutter docker mongodb flask heroku

Pinned Loading

  1. ShopApp ShopApp Public

    E-commerce application for the iOS platform, developed in SwiftUI. You can create an account, add items to your favourites and buy them with credit card.. The database is managed by Firebase.

    Python 7 2

  2. blog_app blog_app Public

    Blog app, which can be accessed from a website and via an API from a Swift Application. You can create an account , read and write posts. The database is managed by Flask and sqlite3 in Python.

    Swift 1

  3. NewsApp NewsApp Public

    iOS News Application with search function and multiply categories as well as languages. Data is loaded from NewsAPI

    Swift

  4. personalWebsite personalWebsite Public

    Static website with the Flask Web Framework. You can customise it for yourself to show yourself and your work. It offers the opportunity to present projects, explain a curriculum vitae and let othe…

    HTML

  5. StaticPersonalWebsite StaticPersonalWebsite Public

    Static website created with HTML and CSS to show your portfolio, resume and other information about you.

    HTML

  6. vectorMatch vectorMatch Public

    Text Embedding and Search with PostgreSQL and Hugging Face in Docker. This project demonstrates a Python script that embeds text using a model from Hugging Face, stores the embeddings in PostgreSQL…

    Python