• Stars
    star
    1
  • Language
    TypeScript
  • Created over 1 year ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

More Repositories

1

DockerAndKubernetes

Docker and Kubernetes cheat sheets and examples for familiarization. Also contains some documentation on LXC.
CSS
29
star
2

SpringSoapServiceExample

Setting up a simple soap web service following the example provided by spring.io guide to familiarize myself with soap services.
Java
4
star
3

CoronaTracker

Spring web application tracking current Corona Virus data from Johns Hopkins University (updated daily).
Java
3
star
4

WindowsTerminalAndPowershell

Documentation on my Windows Powershell preferences and created functions, mostly for personal reference.
3
star
5

MoreSpringCourses

Some projects made while learning about Spring Core & Spring MVC.
Java
3
star
6

VaadinChat

Simple example of a real-time chat web app using Vaadin with Spring Boot.
Java
3
star
7

FriendsList

Revisiting Ruby on Rails nearly 10 years later by making a friend list application with some help of freeCodeCamp.org.
Ruby
3
star
8

JavaSnake

Using java graphics to make a simple snake game.
Java
3
star
9

FormSixLetterWordsAPI

Assignment for a job interview.
Java
3
star
10

ArtWalkInKotlin

A rework of my end term assignment of an Android app storing and mapping comic murals for an art walk in the city of Brussels. This time I will use Kotlin and coroutines.
Kotlin
3
star
11

SwiftIdeaListExample

Example simple swift application storing user data in a tableview
Swift
2
star
12

LooseCoupling

Very basic example of loose coupling with Spring beans.
Java
2
star
13

SwiftMapExample

Example Swift mobile application using map view.
Swift
2
star
14

SecondBrain

This is a work in perpetual progress. Feel free to poke around my second ๐Ÿง , and correct any farts or complete any of the topics.
2
star
15

BootstrapExample

Example reactive website in HTML5 with CSS3 and most of bootstrap 4 basics.
JavaScript
2
star
16

JEE_Recap_Task

Derde Hands Webshop
HTML
2
star
17

AngularExample

Example Angular web-application: Simple interactive todo-list with http-request from json-placeholder.
TypeScript
2
star
18

ReactExample

Example React web-application: Simple interactive todo-list with http-request from json-placeholder.
JavaScript
2
star
19

LinuxTerminalAndBash

Documentation on Linux Terminal and Bash, mostly for personal reference.
2
star
20

ThymeleafExample

Example simple internationalized web-blog using sql, spring data jpa, thymeleaf, gradle
HTML
2
star
21

BackToTheRoots

Console application containing basic exercises made while reading C++ For Dummies. Familiarizing myself with concepts of the language that inspired both Java and C#.
C++
2
star
22

PassByValueVsReference

2nd console application containing basic exercises made while studying C++ during the pandemic. Familiarizing myself with concepts of the language that inspired both Java and C#.
C++
2
star
23

EndTermAndroidProject

My end term assignment for an Android app storing and mapping comic murals for an art walk in the city of Brussels.
Java
2
star
24

JavascriptExample

Simple example of a JavaScript web app for local weather with dark sky API.
JavaScript
2
star
25

DesignPatterns

Listing different design patterns in Java, with code examples.
Java
2
star
26

ProfilePage

A bootstrap page I use as profile / CV
CSS
2
star
27

SwingExample

Example registration form with most of swing basics and IOStreams.
Java
2
star
28

MultiPurposeVaadinApp

Building a Todo List upon my last example of a real-time chat web app using multiple views in Vaadin (with Spring Boot).
Java
2
star
29

NieuwpoortseVistival

End term assignment for Festival in Nieuwpoort
Objective-C
2
star
30

EarlyAngularProjects

Some projects made while learning about Angular.
TypeScript
2
star
31

JavaGraphics

Drawing and animating some nonsense to learn about graphics in Java.
Java
2
star
32

Yahtzee

Simple dice rolling Android application for Yahtzee. Created as a warmup for improving my Kotlin.
Kotlin
2
star
33

SimpleClientServerExamples

Simple examples of Java sockets for client <-> server communication over TCP/IP with test suites.
Java
2
star
34

FurtherBackToTheRoots

Small applications made while studying C in Harvards cs50 course. An introduction to several concepts of computer programming.
C
2
star
35

EarlyMonorepoProjects

Some projects made while learning about Monorepos (Nx).
TypeScript
2
star
36

SharedPreferencs

Example project saving/loading data from SharedPreferences and switching between Light / Dark mode...
Kotlin
2
star
37

AutomatedPitchMailer

Generates a customized pitch to a company and automates mailing this pitch over a Gmail-account to given receivers. God knows this could save me tons of time, but I better not use it if I want to actually get a job. XD
Java
2
star
38

EarlyReactProjects

Some projects made while learning about React.
JavaScript
1
star
39

ProblemSolving

A collection of solutions to various problems with example test cases, documented while improving my problem solving skills. (Work in progress...)
Java
1
star
40

H3AR7B3A7

GitHub profile markdown page.
1
star
41

SpringProducerTests

A small example of a reactive web producer with tests and reactive mongo db.
Java
1
star
42

JUnit5

Checking out new features in JUnit Jupiter.
Java
1
star
43

NewJavaFeatures

Taking a look at new features in JDK 9 and up.
Java
1
star
44

CardDeck

Example on creating a Card Deck using OOP.
Java
1
star
45

ExploringNativeApplications

Exploring GraalVM and Native Build Tools.
HTML
1
star
46

RNGesus

The random number generator for streamers and giveaways.
Java
1
star
47

LoggingProject

Testing Spring, ELK stack and docker configuration.
Shell
1
star
48

ExploringSpringWebFlux

Trying out reactive programming with Spring WebFlux.
Java
1
star
49

SpringBootTDD

A simple example of Test Driven Development (TDD) with Spring Boot REST services, JUnit 5 & Mockito.
Java
1
star
50

CodeKatas

Code katas in Java, for drilling good coding practices.
Java
1
star
51

SignallingServer

A very basic signalling server for a simple VoIP application.
Java
1
star
52

ExploringSpringIntegration

Trying out Spring Integration.
Java
1
star
53

AngularAndSpringSecurity

A simple angular application with resources secured by Spring Security.
TypeScript
1
star
54

CertificationPractice

Exploring the ins and outs of Java for the 'Oracle Certified Professional' Certification: 1Z0-815, 1Z0-816 & 1Z0-817
Java
1
star
55

FullStackExample

Application using best practices frameworks and tools.
TypeScript
1
star
56

EarlyStylingProjects

Some projects made while learning about styling with CSS and SASS.
HTML
1
star
57

ChromeUriKeyboardShortcuts

My first Chrome Extension.
JavaScript
1
star
58

MultiModuleGradleSpringProject

Example of how to bundle Gradle projects and inherit dependencies from a parent.
Java
1
star
59

EarlyNodeProjects

Some projects made while learning about Node.
JavaScript
1
star
60

DependencyInjection

Dependency Injection best practices using spring.
Java
1
star
61

SF-Assignment

As preparation for a group assessment, we were asked to provide a solution in pseudocode for a business problem.
1
star
62

ContactManagerBackend

The back-end for a contact manager application, with Spring security.
Java
1
star
63

EarlyVueProjects

Some projects made while learning about Vue.
Vue
1
star
64

SpringConsumerTests

A small example of a reactive web consumer with tests.
Java
1
star
65

ServletsAndJsp

Exploration of Java Enterprise web applications, Servlets and Java Server Pages.
Java
1
star
66

Toolbox

Example Spring Boot - Angular project (WIP), using best practices and highly recommended libraries for project & code quality.
Java
1
star
67

Nvim

My NVIM settings and documentation for windows.
Lua
1
star
68

SpaceInvaders

A very simple game made with PyGame to familiarize myself again with an old childhood friend, Python.
Python
1
star
69

BestPractices

Collection of interesting book summaries on coding best practices.
1
star
70

MultiModuleMavenSpringProject

Example of how to bundle Maven projects and inherit dependencies from a parent.
Java
1
star
71

MochaTesting

TDD example with Mocha and Chai.
JavaScript
1
star
72

ExploringGradle

Exploring Gradle using both Groovy DSL & Kotlin.
Kotlin
1
star
73

FormExample

Form example
TypeScript
1
star
74

SpringMVC

After exploring Java Enterprise, Servlets & JSPs I felt ready to return back to Spring. I will explore what Spring MVC is all about, using a Spring servlet stack.
Java
1
star
75

SpringServletStackCode

Further exploration of the Spring servlet stack, using Code-based configuration.
Java
1
star
76

KeyCloakWithSpring

Exploring KeyCloak with a Spring application.
Java
1
star
77

SpringCourses

My exercises and new insights bundled together as I am reviewing previous projects and reading books while learning about best practices using Spring.
Java
1
star
78

EarlyGwtProjects

Some projects made while learning about Google Web Toolkit.
Java
1
star
79

SpringServletStackXml

Further exploration of the Spring servlet stack, using XML-based configuration.
Java
1
star
80

OldSchoolDecoupling

Old school (pre-Spring) decoupling of a simple hello world command line application with and without a factory method.
Java
1
star
81

JSProjects

Some example JavaScript exercises and small projects.
JavaScript
1
star
82

ExploringSomeTechnologies

Exploring various technologies and concepts for familiarization. This repository just handles different unrelated subjects that aren't really part of any one coherent project.
Java
1
star
83

ExploringJupyterLab

This is just an exploration in using Jupyter Lab, Notebook and some useful Python libraries. Some basic commands, markups and extensions setup are documented here too.
Jupyter Notebook
1
star
84

h3ar7b3a7-monorepo

TypeScript
1
star
85

NextJS-Course

TypeScript
1
star
86

LambdasAndStreams

Some exercises on using lambdas and streams on different types of collections.
Java
1
star
87

DecouplingWithSpring

Decoupling with Spring configuration annotation of a simple hello world command line application, a comparison to my 'OldSchoolDecoupling' repository.
Java
1
star
88

SpringBootInAction

After exploring servlets and Jsp in a Maven web application and Spring MVC in a custom Maven build with spring mvc dependencies, let us go back to a Spring Boot application, set up with the initializr.
Java
1
star
89

JavaPersistence

Persistence in a Java application to add Products to DB used by Spring web shop for a pet store (See repository: TjEnterprise).
Java
1
star
90

DjangoCourse

Revisiting Python Django web framework nearly 10 years later with some help of freeCodeCamp.org.
Python
1
star