Pinned Repositories
BlockyThing
Game in the works using Raylib + Flecs
BlockyThingie_Tiled_extensions
FlutterWeatherApp
Demo weather app using flutter
FrostEngine
A very simple 2d java game engin ish :)
GithubWebpagesWebhook
After creating https://github.com/DutchJavaDev/WebPageCreatorPOC I want to automate it using this project. This will be a functions app running in azure that will act as a webhook (secured by a admin secret to prevent spam calls) that will be called/triggered when I update on of my repo's to update my GitHub webpage for me
Linkedlist
Project I started for learning the C language
Tetris
Experimenting with tetris
TODO-app
Todo app created with flutter
Tower-of-Hanoi
Programming challange
WebPageCreatorPOC
Proof of concept to create a single index.html page out of my public github repositories for github webpages, this was to test if it would work. It works, development continues
DutchJavaDev's Repositories
DutchJavaDev/Linkedlist
Project I started for learning the C language
DutchJavaDev/BlockyThing
Game in the works using Raylib + Flecs
DutchJavaDev/TODO-app
Todo app created with flutter
DutchJavaDev/Tower-of-Hanoi
Programming challange
DutchJavaDev/BlockyThingie_Tiled_extensions
DutchJavaDev/FlutterWeatherApp
Demo weather app using flutter
DutchJavaDev/FrostEngine
A very simple 2d java game engin ish :)
DutchJavaDev/GithubWebpagesWebhook
After creating https://github.com/DutchJavaDev/WebPageCreatorPOC I want to automate it using this project. This will be a functions app running in azure that will act as a webhook (secured by a admin secret to prevent spam calls) that will be called/triggered when I update on of my repo's to update my GitHub webpage for me
DutchJavaDev/MyMusic
A personal clone of Spotify to see if it can be created cheaper using the internet as source.
DutchJavaDev/Tetris
Experimenting with tetris
DutchJavaDev/WebPageCreatorPOC
Proof of concept to create a single index.html page out of my public github repositories for github webpages, this was to test if it would work. It works, development continues
DutchJavaDev/box2d-netstandard
C# port of Box2D - Erin Catto's 2D Physics Engine
DutchJavaDev/C4-PlantUML
C4-PlantUML combines the benefits of PlantUML and the C4 model for providing a simple way of describing and communicate software architectures
DutchJavaDev/C_useless_tools
Learning c...
DutchJavaDev/cat-website-docker-nginx
DutchJavaDev/CitiBank
Simple banking app made with java for project
DutchJavaDev/Dapper
Dapper - a simple object mapper for .Net
DutchJavaDev/docker-cheat-sheet
Docker Cheat Sheet
DutchJavaDev/docker-curriculum
:dolphin: A comprehensive tutorial on getting started with Docker!
DutchJavaDev/DockerComposeDevDeploy
Dockercompose file to quickly setup a enviroment with databases and some dashboards
DutchJavaDev/DockerMyMusic
MyMusic POC
DutchJavaDev/DutchJavaDev.github.io
Simpler overview of my GitHub projects, auto-generated
DutchJavaDev/EspraAPI
Storage API used for personal projects, stores JSON data and files in a mongodb
DutchJavaDev/flecs
A fast entity component system (ECS) for C & C++
DutchJavaDev/game-premake
premake system for use in making raylib game projects
DutchJavaDev/MineSweeper
My own version of minesweeper made with FrostEngine
DutchJavaDev/Raylib-Windows-Template
A template to create games with raylib on Windows, making it a one click install that can be repeated over
DutchJavaDev/Rust-Rock-Paper-Scissors
Made while learning rust lang