Skip to content
View stijnb1234's full-sized avatar
🏫
HBO-ICT Study, 4th year
🏫
HBO-ICT Study, 4th year

Highlights

  • Pro

Block or report stijnb1234

Report abuse

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

Report abuse
stijnb1234/README.md

πŸ§‘ About me:

Hi there πŸ‘‹! I'm Stijn Bannink (also known as SBDeveloper).

  • Age: 21
  • Gender: Male
  • Location: The Netherlands
  • Preferred OS: Ubuntu

πŸ’» Professional Experience:

I'm a dedicated software developer with over 5 years of hands-on experience in embedded systems development, particularly with C and C++. Additionally, I have a strong foundation in Java and modern web technologies.

  • Embedded Development: 5+ years of experience in C and C++
  • Java Development: 10+ years of experience in Java and with populair tools like Maven and Spring
  • Web Development: 10+ years of experience in HTML5, PHP, CSS3 and JavaScript

🏫 Learning:

I'm constantly growing my skillset and currently focusing on the following areas:

  • C# (.NET) Development: Exploring C# and .NET for Software Development
  • DevOps Principles: Learning about Docker, Kubernetes, and microservices

πŸš€ Areas of Interest:

Beyond my professional work, I am passionate about 3D printing and hardware development. I am currently honing my skills in 3D design, PCB design, and electrical schematics. Additionally, I have some experience with various programming languages and enjoy exploring new technologies.

  • 3D Printing & Design: Experienced with 3D printing, learning 3D modeling
  • PCB & Electrical Schematics: Actively developing skills in PCB design
  • Other Programming Languages: Basic familiarity with Python, Go, Rust, and more

🌐 Get in touch:

I’m always open to connecting and having a conversation! Feel free to reach out through any of the following options:

LinkedIn Email Stack Overflow Discord Instagram

πŸ’» Tech Stack:

πŸ“‹ Languages:

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

πŸ€– Embedded Tools:

Arduino Raspberry Pi Home Assistant Espressif PlatformIO Zigbee

πŸ› οΈ Tools & Libraries:

CMake Postman NPM Bootstrap jQuery Laravel Socket.io NodeJS Apache Maven Apache Nginx ESLint NumPy Spring RabbitMQ Express OpenCV SonarLint

πŸ—„οΈ DevOps:

Linux Bash Docker Jenkins Kubernetes SonarQube

πŸ’Ύ Databases and Caching:

MySQL MongoDB MariaDB Postgres SQLite Redis

🎨 Software:

Cloudflare Trello Jira Confluence Figma Canva Prezi

πŸ“Š GitHub Stats:



πŸ† GitHub Trophies:

πŸ’° Feel free to support me:

BuyMeACoffee PayPal

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