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

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
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: 20
  • 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, particulary with C and C++. Additionally, I have a solid foundation in Java, having worked with it extensively over the years.

  • 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

Beyond embedded and software development, I also have some self-taught experience with modern web technologies.

  • Web Development: 10+ years of experience in HTML5, PHP, CSS3 and JavaScript

πŸš€ Areas of Interest:

I am passionate about 3D printing and currently expanding my skills in 3D design. I am also actively learning PCB design and electrical schematics, which align with my interest in hardware development. Additionally, I have some experience in various programming languages, including Python, Go, Rust, and C#, which I continue to explore.

  • 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, C#, 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