Skip to content
View Juknum's full-sized avatar
:shipit:
:shipit:

Highlights

  • Pro

Organizations

@ae-utbm @Faithful3D @faithful-mods
Block or Report

Block or report Juknum

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

Hello There

Twitter  Instagram  LinkedIn  Discord  Paypal 


Projects I worked on

In charge of maintaining the association's website from September 2021 until June 2023, we've decided to start a rewrite to make it more modern and easier to maintain, including a new API to manage the association's data and make it available to everyone within the association.

API • Website

UTBM's studies projects

As a student, I had to work on various projects, sometimes in coordination with other students, which you can find below. I have also made some side projects for myself and other students such as the LaTeX template for the internship report.

Being a developer since the early days of the project until June 2023, I have been assisting this well-known resource pack in meeting its diverse and varied needs. Including creating the website, a web application, a Discord bot, and an API to integrate everything seamlessly.

API • Website • Web App • Discord Bot

Activity

juknum

Heatmap since 2021


Thanks for Visiting!



Pinned Loading

  1. UTBM-Internship-Report UTBM-Internship-Report Public template

    UTBM Internship Report template in LaTeX

    TeX 6 2

  2. faithful-mods/website faithful-mods/website Public

    Faithful Modded website, still WIP

    TypeScript

  3. Prototypes extension to the Object i... Prototypes extension to the Object interface
    1
    export {};
    2
    
    
    3
    declare global {
    4
    	interface Object {
    5
    		/**
  4. Small Image to SVG Converter Small Image to SVG Converter
    1
    ## 📕 Requirements
    2
    This program require `Python 3` and the `Pillow` module which you can install like so:
    3
    ```cmd
    4
    python3 -m pip install --upgrade pip
    5
    python3 -m pip install --upgrade Pillow