Skip to content
View waterrmalann's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report waterrmalann

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

Hey πŸ‘‹, I'm Alan :)

Linkedin Badge Website Badge X Badge Instagram Badge Telegram Badge

I'm a self-taught developer with nearly 7 years of experience, excited about crafting immersive web experiences and scalable apps, dabbling in various creative projects, among other silly things. Beyond web, I'm also into game development and 3D modeling. Tools of the trade are Python, JavaScript/TypeScript (MERN/MEVN/Svelte), and C# (.NET, Unity, Godot).

πŸš€ Me

  • ⌨️ I'm working on a skill building platform for creatives.
  • πŸ“š Learning React Native.
  • βœ’οΈ I sometimes write on my blog.
  • 🎬 Occasionally, I also put stuff on my YouTube.
  • πŸ’¬ Ask me about Python, JS/TS, and C#. I'd love to help!
  • πŸ“« You can reach me on Discord (@waterrmalann), Telegram, or via E-Mail

πŸ› οΈ Stack

  • JavaScript x TypeScript
    • React (Next.js), Vue, Svelte (+ SASS / TailwindCSS)
    • MongoDB (Mongoose), SQL (SQLite, MySQL)
    • Express (Node.js), Elysia (Bun.js)
    • Ionic Framework, ElectronJS
  • Python
    • Flask, FastAPI
    • Discord.py
  • C#
    • Unity, Godot
    • WinForms, WPF
  • Microservices
    • Docker (+ Compose)
    • Kubernetes (+ Helm)
    • RabbitMQ, Kafka, NATS
    • Redis

⏳ Stats



Check out some of my repositories. Show some ❀️ and maybe leave a ⭐ or two πŸ˜….


Pinned

  1. padlock padlock Public

    πŸ” A web-based password generator with strength checker.

    JavaScript 2

  2. kards kards Public

    πŸ—’ A simple cards-based kanban board app inspired by Trello in pure vanilla JS.

    JavaScript 31 17

  3. friday friday Public

    πŸ€– Modular Desktop Virtual Assistant in Python

    Python 1 1

  4. bit-bin bit-bin Public

    A fully functional hastebin clone, of sorts.

    JavaScript 2 1

  5. Generate Pronounceable Passwords | P... Generate Pronounceable Passwords | Python Port of https://www.multicians.org/thvv/gpw-js.html
    1
    """
    2
        python port of GPW (Generate Pronouncable Passwords)
    3
        
    4
        https://www.multicians.org/thvv/gpw.html
    5
        https://www.multicians.org/thvv/gpw-js.html
  6. A python module that can generate ra... A python module that can generate random numbers between two integer ranges that are easy to remember and read.
    1
    # Memorable Random Int (originally Memorable One-Time Password Generator)
    2
    # Written by Alan Varghese (waterrmalann)
    3
    
                  
    4
    """
    5
      A random number generator (between two ranges) that outputs a number that is easy to read and remember.