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>

vpid 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[] = {
        "Volunteer",
        "Campus Ambassador",
        "Writter",
        "Chess hater <3",
        "and son on, in my imagination"
    };

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

๐Ÿ”ญ 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. LPG-Detection LPG-Detection Public

    Small ESP32-based gas leakage detection project that reads an MQ-series gas sensor, reports PPM on a 16x2 I2C LCD and (optionally) to Arduino Cloud. The sketch includes a simple alarm sound via wirโ€ฆ

    C

  2. Home-electricity-track Home-electricity-track Public

    ESP32-based home electricity tracker designed to help you monitor the status of your home electricity remotely.

    C++

  3. 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++

  4. 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++