Skip to content
View Pupix's full-sized avatar
👑
👑

Organizations

@EpicGames @expandjs @api-forge
Block or Report

Block or report Pupix

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

Hey, what's up?

I am Robert, a cutting edge tech enthusiast and a full stack developer that wears many hats, from white to black, and everything in between. I specialize in web and API development, cloud architectures, system integrations and IoT. Been developing API FORGE, a RESTful APIs factory for a few years. I've also been working on an IoT monitoring and analysis platform called BEENO. Why do things yourself when you can have a bunch of smart devices do everything while you take a nap?

In my spare time I like to crack open a cold one 🍺, and as many file formats and protocols as possible.

Want to chit-chat?

You can find me in my discord server all the damn time, on linkedin for corporate and business stuff and all around the web @pupix or @robertmanolea most likely.

kthxbai.

Pinned

  1. rift-explorer rift-explorer Public

    🛠 Explore the API of the League of Legends client

    CSS 546 74

  2. lcu-connector lcu-connector Public

    🔌 Streamlined LCU integration for your app.

    JavaScript 105 24

  3. binary-file-parser binary-file-parser Public

    A binary file parser with internal buffer and caching system that lets you read virtually infinitely sized files.

    JavaScript 1

  4. lol-wad-parser lol-wad-parser Public archive

    A parser for .wad files from League of Legends.

    JavaScript 47 15

  5. lol-inibin-parser lol-inibin-parser Public archive

    A parser for .inibin files from League of Legends.

    JavaScript 10 4

  6. A minimal WAMP 1.0 protocol implemen... A minimal WAMP 1.0 protocol implementation to be used with the new League of Legends client (LCU)
    1
    process.env.NODE_TLS_REJECT_UNAUTHORIZED = "0";
    2
    
                  
    3
    const WebSocket = require('ws');
    4
    
                  
    5
    const MESSAGE_TYPES = {