Skip to content
View AsadullahAlMunib's full-sized avatar

Block or report AsadullahAlMunib

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

Typing SVG


๐Ÿ‘จโ€๐Ÿ’ป Discovering My Journey

I am a dedicated student from Rangpur, Bangladesh, currently in my first year of Alim (HSC) at Dhap Satgara B. M. Model Kamil Madrasah. My passion lies at the intersection of software and hardware, where I build web applications and Arduino-powered robotics projects.

  • ๐ŸŽ“ Academic: Passed Dakhil (SSC) in 2025; currently exploring the depths of computer science.
  • ๐ŸŒ Web Expertise: Proficient in creating responsive experiences using PHP, Laravel, and JavaScript.
  • ๐Ÿค– Hardware Projects: Designing innovative solutions like Ultrasonic Radar systems using Arduino and C++.
  • โœ๏ธ Writing: I write articles exploring science, technology, and Islamic perspectives to share knowledge.

๐Ÿ† Top Honors & Recognition

  • ๐Ÿฅ‡ 2nd Position: Regional Programming Contest (2024) organized by BCC Rangpur.
  • ๐ŸŽ–๏ธ 8th Position: National Innovation Fair (2024) organized by the Bangladesh Madrasah Education Board.

๐Ÿ”ฅProgramming Languages๐Ÿ”ฅ

mindmap
  root((Md Asadullah Al Munib))
    ))Robotics((
      Arduino .ino
    ))Logical((
      C
    ))Web Development((
      )Frontend(
        HTML
        CSS
        JavaScript
        Bootstrap
        Tailwind CSS 
      )Backend(
        PHP
        Laravel
        MySQL
Loading

๐Ÿ“Š Performance Dashboard


๐Ÿ“‚ Spotlight Projects


๐ŸŒ Let's Connect

  • ๐ŸŒ Portfolio: munib.rf.gd
  • ๐Ÿ“ Location: Mithapukur, Rangpur, Bangladesh
  • ๐Ÿ’ฌ Open to: Collaboration on Robotics and Open Source projects.

"Learning never stops. My goal is to create meaningful projects and inspire others through innovation."

Pinned Loading

  1. It is a calculator, built with only ... It is a calculator, built with only โ€œif statementโ€ of C programming. It can Add, Subtract, Multiply and Divide only 2 numbers.
    1
    #include <stdio.h>
    2
    #include <math.h>
    3
    
                  
    4
    int main() {
    5
        double num1, num2, ans;
  2. C_Programming C_Programming Public

    I am learning C programming regularly and practice creating projects to become a better programmer. And I am uploading my written code here.

    C

  3. Multifunctional_Calculator Multifunctional_Calculator Public

    This is a Multifunctional_Calculator programmed in C language. It provides 7 type of Functionalities.

    C

  4. Arduino_Programming Arduino_Programming Public

    I am Learning Arduino Robotics Programming (.ino), and will try to Upload Code for Various Projects HERE, Insha'Allah. So that Anyone can Benefit from Seeing or Using these Codes at any time.

    C++

  5. Interesting_Functions Interesting_Functions Public

    I have created some Interesting Functions, and will keep trying to UPDATE and IMPROVE it.

    C

  6. Ultrasonic_Radar Ultrasonic_Radar Public

    This is Ultrasonic Radar system by using Arduino

    Processing