Skip to content
View stijnb1234's full-sized avatar

Highlights

  • Pro

Block or report stijnb1234

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
stijnb1234/README.md

Stijn Bannink

Software Developer — .NET · React · Java · Embedded Systems


Professional Focus

  • .NET / C#: Building modern backend services and APIs
  • React: Frontend development, component architecture
  • Java: 10+ years, Spring, Maven, enterprise backend systems
  • Web Fundamentals: 10+ years HTML5, CSS3, JavaScript, PHP

Hobby / Personal Projects

  • Embedded Systems: 5+ years C/C++, Arduino, ESP32, PlatformIO, Zigbee
  • 3D Printing & Design: 3D modeling and printing
  • PCB Design: Electrical schematics, board layout
  • Home Automation: Home Assistant integrations

Tech Stack

Languages

C# Java JavaScript C++ C PHP Python Go Rust HTML5 CSS3

Frameworks & Libraries

.NET React Spring NodeJS Express Laravel Bootstrap

Embedded / Hardware

Arduino Raspberry Pi Espressif PlatformIO Home Assistant Zigbee

Databases & Caching

MySQL PostgreSQL MongoDB MariaDB SQLite Redis

DevOps & Tools

Linux Docker Kubernetes Jenkins SonarQube Cloudflare Postman


GitHub Stats


Pinned Loading

  1. SBDPlugins/V10Lift SBDPlugins/V10Lift Public archive

    The recode of the V10Lift plugin!

    Java 1 2

  2. Example pom.xml for Spigot 1.17.1 (u... Example pom.xml for Spigot 1.17.1 (using Java 16)
    1
    <?xml version="1.0" encoding="UTF-8"?>
    2
    <project xmlns="http://maven.apache.org/POM/4.0.0"
    3
             xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    4
             xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    5
        <modelVersion>4.0.0</modelVersion>
  3. API to render images in Java easily API to render images in Java easily
    1
    package nl.sbdeveloper.mcthemeparks.utils;
    2
    
                  
    3
    import javax.imageio.ImageIO;
    4
    import java.awt.*;
    5
    import java.awt.image.BufferedImage;
  4. SBDPlugins/SBDUpdates SBDPlugins/SBDUpdates Public archive

    The SBD Update Rest API

    Go 1