Skip to content
View Dikrey's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report Dikrey

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

Header

Typing SVG

Typing SVG

Coding

Facebokm Badge Instagram Badge


👩‍💻 About Me :

  • Hi👋, I’m @Dikrey/Muhammad Raihan


  • 👨‍💻 A passionate Programmer with endless enthusiasm for technology.
  • 🌱 Currently learning at SMKN 1 PST while continuously exploring the world of coding.
  • 🚀 My vision: To become a Fullstack Developer capable of creating digital solutions with global impact.
  • 💡 My dream is not just to be a developer, but also an innovator who turns challenges into opportunities.
  • 🤝 I’m open to collaborating with anyone eager to create innovative projects and make a positive impact.
  • 🌟 My skills: Proficient in Frontend Development with a touch of creativity, and skilled in Backend Development to build strong and reliable systems.
  • 😄 Pronouns: He/Him
  • ⚡ Fun fact: I can spend hours coding but still lose track of time when playing my favorite games!

💬 If you have big ideas or exciting projects, let’s discuss and bring them to life together!

package main

import "fmt"

type Biodata struct {
    Nama, Alamat, Email, Telepon string
    Umur                         int
    Pendidikan, Pengalaman       []string
}

func main() {
    bio := Biodata{
        Nama:    "Muhammad Raihan",
        Umur:    16,
        Alamat:  "Jalan Indonesia",
        Email:   "[email protected]",
        Telepon: " - ",
        Pendidikan: []string{
            "MTsN 1 MDN",
            "SMKN 1 PST",
        },
        Pengalaman: []string{
            "Programmer",
            "Student",
        },
    }

    fmt.Println("Biodata:")
    fmt.Println("Nama:", bio.Nama)
    fmt.Println("Umur:", bio.Umur)
    fmt.Println("Alamat:", bio.Alamat)
    fmt.Println("Email:", bio.Email)
    fmt.Println("Telepon:", bio.Telepon)
    fmt.Println("Pendidikan:", bio.Pendidikan)
    fmt.Println("Pengalaman:", bio.Pengalaman)
}

📊 GitHub Stats:

Stats




🔝 Top Contributed Repo


Overflow Stats

My Stack Overflow Stats


🏆 GitHub Trophies


💻 Tech Stack

HTML5 CSS3 JavaScript PHP Python
C C++ C# Java Dart

GitHub WidgetBox


🛠 Frameworks & Tools

React TailwindCSS Flutter Laravel Node.js NPM WordPress


IDEs/Editors

Visual Studio Code Android Studio CodePen Notepad++


🎵 Music

Spotify SoundCloud YouTube Music

Office


Operating System


I genuinely enjoy connecting with new people so if you'd like to say hi, I'd be delighted to get to know you better! :)

@Raihan_official0307

Pinned Loading

  1. SecureVault SecureVault Public

    HTML

  2. gambarcpp gambarcpp Public

    gambarcpp

    JavaScript

  3. OnlineChatConnect OnlineChatConnect Public

    OnlineChatConnect memungkinkan pengunjung website mengirim pesan, file, dan nomor WhatsApp yang langsung terhubung ke Telegram. Dengan sambutan otomatis, validasi nomor, dan desain responsif, menin…

    HTML

  4. webpayment webpayment Public

    HTML

  5. bruteforce_zip bruteforce_zip Public

    Python

  6. proyekmini proyekmini Public

    Mini Aplikasi Penjualan Barang, Dibuat oleh siswa untuk pembelajaran dasar web development menggunakan HTML, CSS, dan PHP. Cocok untuk tugas sekolah, portofolio, atau latihan logika pemrograman!

    PHP 1