Skip to content
View Solopie's full-sized avatar
  • Macquarie University
Block or Report

Block or report Solopie

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

Hi there 👋

I'm Jesse

I primarily do CTF competitions in my spare time. Hopefully I post writeups here. If not, well... feel free to call me lazy :)

Languages I code in at the moment are:

  • Python (exploit scripts, web apps)
  • Java (competitive programming)
  • JavaScript/NodeJS (discord bots, web apps, typescript coming soon)
  • ... this is a small list sadge ...

I can say I generally know how to read other languages through like PHP, C, C# due to code reviews in CTFs but I can't say I can code in them confidently.

On the journey to learning Go though so hopefully can expand the list soon 🤞

That's it for now! Thanks for dropping by and feel free to connect on LinkedIn: https://www.linkedin.com/in/jesse-nguyen-687859157/

Last Edited: 2/12/2022

Pinned

  1. ctftime-team-tracker ctftime-team-tracker Public

    Query CTFTime at an interval and store data in a database only when there is a change in the data. Hit webhook whenever there is a change to the data so applications can update their data.

    Python 1

  2. mqcybersec-bot mqcybersec-bot Public

    JavaScript 1 1

  3. terminal-website terminal-website Public

    Website that is a replica of a terminal. Just a design idea that I wanted to implement.

    JavaScript

  4. mc-server-bot-py mc-server-bot-py Public

    Discord bot for starting AWS EC2 instance

    Python

  5. ctftime-bot ctftime-bot Public

    Discord bot using the CTFTime API (https://ctftime.org/api/) to plan for events to participate in within a discord server.

    JavaScript 3

  6. example-socket-server example-socket-server Public

    Me attempting socket programming and making this for when I forget the basics

    Python