Skip to content
View ahmedbaig's full-sized avatar
♠️
Hacking & Improvising
♠️
Hacking & Improvising
Block or Report

Block or report ahmedbaig

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

banner

Hey, I'm Ahmed Baig! ✌

I work as a ninja software engineer 💪. I´m based in Sydney, Australia.

Since 2015 I've been softwares and apps, experimenting with crazy architectures and best practices. I've had the chance to immerse myself in many different works and projects, helping to make this world a little better through design & code. ✨😍

"Design is not just what it looks like and feels like. Design is how it works." - Steve Jobs

I'm always trying to grow and learn something new. I lose track of time when I'm working alot.

What I'm focusing on 👨‍💻

Currently working on GenAI development.

Find me elsewhere 🌎

Linkedin Badge

Pinned Loading

  1. watermark-position watermark-position Public

    Jimp Image Watermarker with custom X, Y position set

    JavaScript 1

  2. JS-Chat-VideoCall JS-Chat-VideoCall Public

    Connecty Cube JS Chatting and Sinch Video Calling bundle

    JavaScript

  3. Private-Chat-Server Private-Chat-Server Public

    Node, MongoDB and Socket.io private and group chatting server

    Roff 1

  4. Private-Chat-Server-Client Private-Chat-Server-Client Public

    ANGULAR chat server secure admin end with multi socket connections and REACT single client end connection chat

    JavaScript

  5. prisma-typescript-architecture prisma-typescript-architecture Public

    Prisma Nodejs Typescript with Postgresql

    TypeScript 1

  6. Alternative to multer file uploader ... Alternative to multer file uploader using busboy-body-parser in Typescript
    1
    // Server Code ... 
    2
    const busboyBodyParser = require('busboy-body-parser');
    3
    // Express TCP requests parsing
    4
    app.use(busboyBodyParser({ limit: '10mb', multi:true }));
    5
    // Some more server code ...