Skip to content
View DodhyKss's full-sized avatar
๐ŸŽฏ
Focusing
๐ŸŽฏ
Focusing

Block or report DodhyKss

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

๐Ÿง‘โ€๐Ÿ’ป About Me

const dodhy = {
  name    : "Dodhy Kurniawan",
  role    : "Junior Fullstack Web Developer",
  location: "Indonesia ๐Ÿ‡ฎ๐Ÿ‡ฉ",
  focus   : ["Fullstack Web Dev", "IoT Integration", "Clean Architecture"],
  learning: ["Modern Web Development"],
  contact : "dodhykurniawan22@gmail.com",
  funFact : "I connect ESP32 sensors to the web โ€” bridging hardware & software! ๐Ÿค–"
};

๐Ÿ› ๏ธ Tech Stack

Languages

JavaScript PHP Go

Frontend

Tailwind CSS Bootstrap jQuery

Backend & Framework

Laravel Next.js

Database

MySQL PostgreSQL

IoT & Hardware

Arduino ESP32

Tools

Git VS Code


๐Ÿ“Š GitHub Stats


๐Ÿš€ Projects

๐Ÿ”’ Private Projects

Project Description Tech Stack
๐Ÿฅ Clinic & Hospital Info System Full-featured clinic management with patient records, scheduling & reporting Aero PostgreSQL Webman

๐ŸŒ Public Projects

Project Description Tech Stack
๐Ÿš€ Aero Framework Custom PHP framework built for modern, performant web applications PHP
๐Ÿ“Š Pharmacy System Complete pharmacy management with inventory, prescriptions & sales reports Next.js MySQL
๐Ÿค– SmartWindApp IoT wind monitoring โ€” ESP32 sensors feeding a real-time web dashboard Laravel ESP32 Arduino MySQL

๐Ÿ“ˆ Contribution Graph


๐Ÿ† GitHub Trophies


๐Ÿ Contribution Snake

github-snake

โš ๏ธ Note: The snake animation requires a GitHub Action to generate. See setup instructions below.


๐Ÿ“ซ Connect with Me

Gmail


Made with โค๏ธ & โ˜• by @DodhyKss โ€” currently learning ยท always building ยท never stopping


โš™๏ธ Setup: Snake Animation GitHub Action

Buat file .github/workflows/snake.yml di repo profil kamu:

name: Generate Snake

on:
  schedule:
    - cron: "0 */12 * * *"
  workflow_dispatch:
  push:
    branches:
      - main

jobs:
  generate:
    runs-on: ubuntu-latest
    steps:
      - uses: Platane/snk/svg-only@v3
        with:
          github_user_name: ${{ github.repository_owner }}
          outputs: |
            dist/github-snake.svg
            dist/github-snake-dark.svg?palette=github-dark
      - uses: crazy-max/ghaction-github-pages@v3
        with:
          target_branch: output
          build_dir: dist
        env:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Pinned Loading

  1. Aero Aero Public

    About MIT License Copyright (c) 2026 Dodhy Kurniawan Permission is granted to use, copy, modify, and distribute this software. This software is provided "as is", without warranty of any kind.

    PHP 1

  2. AeroAPI AeroAPI Public

    About MIT License Copyright (c) 2026 Dodhy Kurniawan Permission is granted to use, copy, modify, and distribute this software. This software is provided "as is", without warranty of any kind.

    PHP

  3. api_bridging_bpjs api_bridging_bpjs Public

    MIT License Copyright (c) 2026 Dodhy Kurniawan Permission is granted to use, copy, modify, and distribute this software. This software is provided "as is", without warranty of any kind. The author โ€ฆ

    Go 1

  4. tani_sehat_backend tani_sehat_backend Public

    MIT License Copyright (c) 2026 Dodhy Kurniawan Permission is granted to use, copy, modify, and distribute this software. This software is provided "as is", without warranty of any kind.

    Blade