Skip to content
View retr00exe's full-sized avatar
πŸ‘»
Meow
πŸ‘»
Meow

Organizations

@fossasia @NVIDIAGameWorks @VISKA-IO @0xd34db3ef @Captone-TA
Block or Report

Block or report retr00exe

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

Hi there!

Hi, I'm a final year computer engineering student from Indonesia
  • 🌈 I’m currently learning fullstack web development, blockchain technology and cryptography stuff
  • πŸ™ Javascript and Python maniac
  • 🐳 Big fan of Mr. Robot and HBO Silicon Valley series
  • πŸ’« I hate old school tech stack
  • πŸ¦„ I play piano or genshin impact to recover my mood during work/college
  • πŸ‘ I love science books by Carl Sagan & Neil deGrasse Tyson
  • πŸ₯ The more you learn in code the more you realize you know nothing 😿

A little more about me...

const mekel = {
    species: "Human",
    pronouns: "He" | "Him",
    code: ["Javascript", "Typescript", "Python", "Go"],
    askMeAbout: ["Web Dev", "Tech", "Games", "Movie", "Music", "Hardware"],
    technologies: {
        backEnd: {
            stack: ["Node", "Go", "Django"],
        },
        frontEnd: {
            js: ["React", "Next.js", "Svelte"],
            css: ["Tailwind", "Bootstrap", "Emotion.js", "Styled Components"],
            animation: ["Framermotion"]
        },
        mobileApp: {
            native: ["React Native"]
        },
        devOps: ["AWS", "Docker 🐳"],
        databases: ["MongoDB", "PosgreSQL", "MySQL", "FaunaDB", "AWS Aurora"],
        cms: ["Strapi", "Prismic"],
        misc: ["Firebase", "Socket.IO", "Selenium", "Twilio"]
    },
    architecture: ["Serverless Architecture", "Progressive Web Applications", "Single Page Applications"],
    currentFocus: "Fullstack Javascript πŸ‘»",
    funFact: "I don't know how to code using PHP πŸ˜†"
};

Mekel's GitHub stats

Mekel's GitHub stats

Open source is awesome right? πŸ”₯


πŸ‘€ How to Reach Me

mekelilyasa | Instagram mekelilyasa | Facebook mekelilyasa | Twitter mekelilyasa | LinkedIn mekelilyasa | Stackoverflow mekelilyasa | Gitlab mekelilyasa | Gitlab

πŸ‘©πŸ»β€πŸ’» My Favorite Tech Stack & Tools


πŸ–₯️ My Setup

PC :

  • Intel Core i5-12400F Alder Lake @2.50 GHz up to @4.40 GHz (6P+0E, 12T)
  • Nvidia GeForce RTX 3060 Colorful Ultra White OC 12 GB GDDR6 192 bit
  • ASUS ROG Strix B660-A Gaming Wifi D4 LGA 1700 ATX
  • Corsair DDR4 Vengeance RGB Pro White @3600 MHz (4x8 GB)
  • Corsair CV650 80+ Bronze
  • Cooler Master MasterBox TD500 Mesh
  • ID Cooling Auraflow X360 AIO Snow Edition
  • Lian Li Strimer Plus V2 (24 Pin + 2x8 Pin)
  • Adata XPG SX8200 Pro M.2 SSD
  • Midasforce Super Lightning SATA SSD
  • Seagate Barracuda SATA HDD
  • Xiaomi Gaming Monitor Curved 34 Inch 144Hz WQHD
  • Waveshare 5 Inch LCD TFT Sensor Panel Monitor

Laptop :

  • MacBook Pro M1 512 GB

Keeb :

  • Royal Kludge RK84 Hotswap RGB Wireless Bluetooth Mechanical Keyboard
  • Gateron Yellow Pro & Gazzew Boba UT4 (Lubed with Krytox 205g)
  • Shirakawa PBT Dye Sub Keycap Set Japanese Root by Press Play
  • Durock White Plate Mount Keyboard Stabilizer Sets (Holee Mod)
  • White Coiled Cable Rexus Daxa DX-CC1 USB Type C

Desk :

  • IKEA Alex/Lagkapten

Steam :

πŸ’» Workspace 🎧 Spotify Playing

πŸ₯€ Buy Me a Coffee

Donate with Ethereum

Pinned

  1. rfid-nodemcu rfid-nodemcu Public

    Implementation of RFID-RC522 node.js websocket server using ESP8266 (NodeMCU V3) over WiFi network

    C++

  2. pyransom pyransom Public

    Ransomware script based on AES-CBC (Fernet Token) and RSA (PKCS1-OAEP) cryptosystem.

    Python 13 6

  3. mekel.dev mekel.dev Public

    My personal blog built using Next.js and Strapi CMS.

    TypeScript 6

  4. university-rank-api university-rank-api Public

    Public API providing university rank in Indonesia. All of the data scrapped from famous university ranking systems like Webometrics, 4ICU (UniRank), UI green metrics, etc. and updated monthly.

    JavaScript

  5. A very simple HTTP server in C, for ... A very simple HTTP server in C, for Unix, using fork()
    1
    # Pico HTTP Server in C 
    2
    
    
    3
    This is a very simple HTTP server for Unix, using fork(). It's very easy to use
    4
    
    
    5
    ## How to use
  6. Simple port scanner using Python soc... Simple port scanner using Python socket library
    1
    import socket
    2
    import threading
    3
    import concurrent.futures
    4
    import colorama
    5
    from colorama import Fore