I'm a 16 year old student in Belgium who is fascinated by everything related to programming!
My real name is Jasper. I live in 🇧🇪 Belgium and I can speak Dutch, English and a very little bit of French. My hobbies are:
- 🖥️ Programming
- 🎧 DJ (and event lightning)
- 🏀 Basketball
I learned programming when I was 10 years old (using Swift Playground). Then I continued writing Applescript for over 2 years. But my first *real programming language was node.js in 2019. I learned it by writing discord bots using discord.js. Eventually, I started creating sideprojects that became large projects. With these projects, I learned working with new languages like python, lua & java!
I also started combining programming with my other hobbies, like DJ’ing. Previous year (2023), I made my very own lightning control software that makes use of virtual midi drivers, electron, tailwindcss & DMX to control all the lights live on the stage!
Email: [email protected]
Discord: DJj123dj (djj123dj)
Daily.dev: DJj123dj
In 2019, I founded DJdj Development. It's a group of developers that create interesting projects related to discord! We're mostly known for qualitative & customisable open-source projects!
Our first project was Open Ticket, a popular open-source ticket bot! Then we also created 2 discord bots that everyone can host! One for minecraft, the other one for a calculator! Check out all our projects on our website!
Discord - Website - Github - Email
The most advanced open-source discord ticket bot with HTML transcripts, plugins, questions, claiming, pinning & more! Using discord.js v14 & JSON database! This project was made using node.js & discord.js
A simple self-hosted calculator bot for discord. This project was made to test the new discord interaction buttons This project was made using node.js & discord.js
Discord Alt Detector is a small npm package to catch alt accounts based on a first glimpse. It will check for badges, username, pfp, status & more just to detect alt & scam accounts!
Formatted Json Stringify is a small npm package which allows you use an advanced & customisable version of the JSON.stringify()!
This is an Advanced String to Number converter! It can convert things like this:
123.345.234,2
(String) to 123345234.2
(Number)
The cool part is that it automatically detects the decimal point, so you can put lots of dots or commas between the string.
This is a file that you can use to rapidly create a new discord bot in djs 14.
It includes all the code needed to create a discord.js Client.