Pinned Repositories
gohateoas
Plug-and-play HATEOAS for REST API's written in Go
go-bumpy
Go-bumpy is a simple tool for bumping the version of your go project based on Semantic Versioning. Not only does it look at existing tags in your repository, it also reads the version from your go.mod file to determine what the major version of your project is.
go-scheyaml
Ever wanted to turn a JSON schema into an example YAML file? Probably not, but this library allows you to do just that (in a limited fashion).
gorm-deep-filtering
Allow gorm's Where() to take in maps of maps that are automatically converted into subqueries
gorm-like
I wanted to provide a map to a WHERE query and automatically turn it into a LIKE query if wildcards were present, this plugin does just that.
huhtest
huhtest is a work-in-progress test library for your huh forms
pandoc-eisvogel-image
A docker image containing Pandoc and the EisVogel template to generate pdf files from markdown.
ptr
Introducing the Marvelous Ptr Function in Go: A Quantum Leap in Pointer Pointership
rabbitmq-miffy-wrapper
A wrapper framework designed to make working with an eventbus in C# easier, this library allows you to define event- and commandlistener with just two attributes and publish events without having to worry about low-level implementations
whatsalyzer.com
Analyze your Whatsapp messages
survivorbat's Repositories
survivorbat/pandoc-eisvogel-image
A docker image containing Pandoc and the EisVogel template to generate pdf files from markdown.
survivorbat/go-workshop
A workshop for learning Go written to help my colleagues get going with writing an API in the Go language.
survivorbat/avantys-microservices
A large-scale school project which involves building microservices, creating a CI/CD pipeline and using Docker
survivorbat/CurriculumViewer-CleanArchitecture
This is another school project in which we had to build a program that would allow the teachers to quickly discover their curriculum and classes. Final result is a 10/10
survivorbat/DigiGarden-stamps-application
Simple app for the first opening day of the DigiGarden at the Bravis Hospital in the Netherlands
survivorbat/do-azure-devops-build-agents
A terraform/ansible script that sets up DigitalOcean droplets as build agents for Azure DevOps. Use the azure-pipelines.yaml file and set up a few variables to quickly get a pipeline running that sets up build agents for you in Azure DevOps.
survivorbat/my-default-vps-setup
A small ansible script I wrote to quickly get going with my own VPS instances
survivorbat/sentinel-scratch
This repository contains a relatively simple Dockerfile to build a small but practical docker container containing the Sentinel framework.
survivorbat/StudentenHuis-ASPNETCORE
survivorbat/terraform-scratch
This repository contains a relatively simple Dockerfile to build a small but practical docker container containing the Terraform framework.
survivorbat/avans-informatica-hogeschool-infrastructure
Deze repository bevat alle configuratie benodigd voor de huidige infrastructuur van de backends van de Informatica opleiding.
survivorbat/portfolio
My personal website code
survivorbat/ansible-simple-image
A dead simple ansible image that contains ansible, ansible lint and git
survivorbat/azure-devops-extension-logger
Wrapper for `tl.debug`, `console.log`, `tl.warn` and `tl.error`.
survivorbat/Docker-Ansible-Symfony
A small to-do application that is deployed using Ansible and Docker. This is the first app on my github page that can be automatically deployed with a single command.
survivorbat/Docker-Library-Application
A library application written in PHP with Symfony for the subject 'Afstuderen Light'
survivorbat/FizzBuzz-PHP
My take on the FizzBuzz assignment
survivorbat/image-crawler
After having worked on a crawling script at work, I decided to try out creating a Symfony 4 application that fetches images from an url that you put in, just for fun and to experiment with this Symfony version.
survivorbat/je-moeder
survivorbat/miffy-auditlogger
An additional package on top of the miffy framework that provides a docker container and a library containing classes to interact with an auditlogger
survivorbat/nginx-jinja2
This nginx image adds an extra layer on top of the existing nginx alpine images that allows for Jinja2 templating inside nginx configuration.
survivorbat/Old-personal-website
Personal github page where I display all my github repo's and some personal text. This page uses Redux and ReactJS.
survivorbat/php-random-image-generator
This project came to be after a random thought popped into my head about what would happen if you were to generate a random picture from code with random colors. This is a severely over-engineered 7-line script that I made out of boredom and my desire to try out php 7.4 and some image creation from code.
survivorbat/python3-azure
A docker image that extends a standard python Azure Function image with git and openssl.
survivorbat/SOA3-Design-Patterns
A school assignment in which we had to create a domain model using design patterns taught in class
survivorbat/swag-bot
just trying out discord bots
survivorbat/terraform-kubernetes-testing
One of my friends asked for help on setting up infrastructure, so I decided to use Terraform, Kubernetes and DigitalOcean to give an example on how to accomplish this.
survivorbat/the-developers-planet
This code originates from an open source project I worked on that unfortunately got semi-canceled due to certain isssues
survivorbat/Typescript-textbased-game
A small text-based game which I develop in Typescript and Webpack. I'm trying out a few programming concepts like DI in typescript. (UNFINISHED)
survivorbat/Undefined-javascript-game
An unfinished game made in javascript