Skip to content
View SheIITear's full-sized avatar
๐Ÿ 
Working from home
๐Ÿ 
Working from home

Sponsors

@Fonnte
@devlikepro

Organizations

@Testausserveri

Block or report SheIITear

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

Welcome to My Profile ๐Ÿ‘‹

A Tech Enthusiast Exploring Code and Creativity

I'm passionate about learning new technologies and building cool projects. My current focus includes:

  • Node.js, TypeScript, Go
  • Occasionally diving into Rust and Assembly
  • Pursuing a BEng in ICT

Check out my personal website for more updates and projects:

shelltear.lol


SheIITear's GitHub stats

Pinned Loading

  1. WhiskeySockets/Baileys WhiskeySockets/Baileys Public

    Lightweight full-featured typescript/javascript WhatsApp Web API

    JavaScript 4.1k 1.4k

  2. Just a piece of code you can use to ... Just a piece of code you can use to handle user authentication (cookies and validating them) in memory. This is not made for anything more than testing / PoC. (ps written for a school project)
    1
    import { randomBytes, createHmac } from 'crypto'
    2
    
                  
    3
    interface UserData {
    4
        cookie: string
    5
        ttl: number