Skip to content
View RifatParadoxical's full-sized avatar
:shipit:
ম্রা খাচ্ছি , মজ্জা পাচ্ছি
:shipit:
ম্রা খাচ্ছি , মজ্জা পাচ্ছি

Block or report RifatParadoxical

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.

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

🙋 Who Am I?

#include <stdio.h>

int main() {
    char* name        = "Rifat";
    char* location    = "Bangladesh";
    char* status      = "Passionate ofc!";

    char* currentFocus[]  = {
        "C Programming",
        "Embedded Systems",
        "IoT (Internet of Things)",
        NULL
    };

    char* alsoKnows[]  = {
        "HTML", "CSS", "JavaScript", "React",
        "Python", "Selenium", "Scrapy", "Playwright"
        NULL
    };

    char* interests[] = {
        "🔌 Microcontrollers & circuits",
        "🌐 Connected smart devices",
        "💡 Building things that exist in the real world",
        NULL
    };

    char* beyondCode[] = {
        "🗣️ Debating",
        "🤝 Volunteerism",
        "🎓 Campus Ambassador",
        NULL
    };

    printf("Hi! I'm %s from %s.\n", name, location);
    printf("I'm a %s who loves learning.\n", status);
    printf("Right now I'm all about low-level programming & embedded systems!\n");

    return 0;
}

🔭 My Current Focus

💻 Main Focus 🎯 Future Goals
C Programming Embedded Systems Engineer
Embedded Systems Build IoT Projects
IoT Fundamentals Study Computer Science

🛠️ Skills & Tools

Currently Focused On

C Embedded Systems IoT Arduino

Also Know a Bit Of

JavaScript TypeScript Python

Tools I Use

Git GitHub VSCode


🤝 Let's Connect!

I'm always happy to meet new people — say Hi anytime! 😊

LinkedIn Facebook Gmail


☕ Support My Work


"The journey of a thousand miles begins with a single line of code." 🛣️

Pinned Loading

  1. Arduino-Soil-Moisture-Sensor Arduino-Soil-Moisture-Sensor Public

    A simple project to measure soil moisture using an Arduino and a soil moisture sensor. This project helps you alert you the water content of your plants and can be extended to automate watering.

    C++

  2. Arduino-Ultrasonic-Distance-Meter Arduino-Ultrasonic-Distance-Meter Public

    An Arduino-based Distance Meter using HC-SR04 Ultrasonic Sensor and I2C LCD. Features a dynamic buzzer alarm that beeps faster as objects get closer.

    C++