Skip to content
View DJj123dj's full-sized avatar
🙃
Programming stuff that actually works :)
🙃
Programming stuff that actually works :)

Sponsors

@SpyEye2
@mods-hd

Organizations

@DJdj-Development
Block or Report

Block or report DJj123dj

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
DJj123dj/README.md

Hi, I'm DJj123dj!

I'm a 15 year old student in Belgium who is facinated by everything related to programming!

About me

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 Scratch). 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. This 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!

Contact Me

Email: hotdog@dj-dj.be
Discord: djj123dj

My Skills

Tools

Languages

Frameworks

Other

  • Applescript
  • Swift
  • React
  • Roblox Development
  • Computercraft (minecraft)
  • Skript (minecraft)
  • KubeJS & CraftTweaker (minecraft)

DJdj Development

In 2019, I founded DJdj Development. It's a group of developers who create interesting projects together! Our main goal is to create qualitative open-source projects for everyone!

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

What can you ask us for?

  • discord bots
  • websites
  • node.js in general
  • electron apps
  • godot games
  • arduino
  • applescript
  • lua, computercraft & roblox games
  • tailwindcss & html
  • regex
  • wordpress And more!

Projects

The most advanced open source discord ticket bot with HTML transcripts and plugins! Compatible with discord.js 14. 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!

GitHub Gists

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.

Stats

Pinned

  1. open-ticket open-ticket Public

    The most advanced open-source discord ticket bot with HTML transcripts and plugins! It uses discord.js v14 & no database required!

    JavaScript 154 45

  2. discord-alt-detector discord-alt-detector Public

    A small node.js typescript library for discord.js to detect the trust level of a user. Made for detecting alt-accounts

    TypeScript 3

  3. Discord.js 14 start Discord.js 14 start
    1
    const discord = require("discord.js")
    2
    const {EmbedBuilder,AttachmentBuilder,ButtonBuilder,ActionRowBuilder} = discord
    3
    const gib = discord.GatewayIntentBits
    4
    const p = discord.Partials
    5
    const client = new discord.Client({
  4. Advanced string to number converter! Advanced string to number converter!
    1
    /**
    2
    ===DESCRIPTION===
    3
    This is a function that converts all sorts of string numbers to the Number type.
    4
    It can detect the decimal point automatically, so you don't have to worry about multiple points in your number!
    5
  5. bad-flappybird bad-flappybird Public

    A very simple version of flappy bird. This project was made for testing the new godot engine!

    GDScript 3

  6. ot-docs ot-docs Public

    The official documentation for the open-source ticket bot "Open Ticket"!

    MDX 1 2