Skip to content
View faiqa2805's full-sized avatar
💭
🌿ExPloRing....
💭
🌿ExPloRing....

Block or report faiqa2805

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
faiqa2805/README.md

💫 Hi 👋, I'm Faiqa

A curious Developer exploring the vastness....

Email Me 👉 📫 faiqa28bpl@gmail.com For Collaboration/Project. 😊😊

Fun fact: cosmos has been quite a gud bedtime story for me

Snake animation

🌐 Socials:

LinkedIn X email


💻 Tech Stack:

C C++ CSS3 HTML5 JavaScript Bash Script Bootstrap EJS Express.js JWT NodeJS Nodemon React Postgres MySQL Pandas NumPy Git GitHub Docker Arduino Postman

📊 GitHub Stats:




🔝 Top Contributed Repo

Pinned Loading

  1. IP-Geolocation IP-Geolocation Public

    A containerized Express.js application that resolves raw IP addresses into interactive OpenStreetMap visualizers using custom server-side data sanitization. It contrasts state-passing frontend "bri…

    CSS

  2. noDatabaseProject-BlogAppli- noDatabaseProject-BlogAppli- Public

    CSS

  3. Demo program to visualize memory add... Demo program to visualize memory addresses of stack, heap, data, and code segments using gdb
    1
    #include <stdio.h>
    2
    #include <stdlib.h>
    3
    
                  
    4
    int global_uninit;                  // BSS segment
    5
    int global_init = 42;               // Data segment
  4. win32-software-renderer win32-software-renderer Public

    explored GDI (Graphics Device Interface) | 2D vectors, text, fonts, and UI buttons | Windows exclusively (tied to Win32 API)

    C++