Skip to content
View DokaDev's full-sized avatar
🫥
sleepy.....
🫥
sleepy.....

Organizations

@dracula @dracula-pro @Polygon-System

Block or report DokaDev

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
DokaDev/README.md

✨DOKADEV✨

 

       

Claude Usage

Metrics

I'm a Software Engineer who explores the core essence of technology.

GitHub Followers

From system-level intricacies to cutting-edge frameworks,
I strive to innovate, create, and deeply understand the technologies shaping our world.

  • 👀 I’m interested in : UX
  • 🌱 I’m currently learning AI & DevOps
  • 💞️ I’m looking to collaborate on whatever 😊
  • 📫 How to reach me : Email

🧪Career Summary

  • Bachelor’s Degree in 📀 Multimedia Engineering
    • GPA: 4.06 / 4.5 - Department Valedictorian
  • Working as a System Software Engineer and Web Developer
  • Dracula Theme - Contributor & Maintainer

📱Tech Stack

Top Langs

Languages

☁️ Cloud

     

Awesome's GitHub stats

🪪 Certification & License


- Information Processing Qualification

Pinned Loading

  1. mb2 mb2
    1
    BITS 64
    2
    
                  
    3
    ; Multiboot2 Header for x86_64
    4
    section .multiboot_header
    5
        align 8
  2. a swift protocol for async service c... a swift protocol for async service calls, tailored for xpc styled interaction
    1
    import Foundation
    2
    
                  
    3
    @objc public protocol XpcProtocol {
    4
        func invoke(
    5
            withInput input: String,
  3. dx11 graphics snippet in cpp renderi... dx11 graphics snippet in cpp rendering a textured rotating cube with lighting and camera transforms
    1
    #include <windows.h>
    2
    #include <d3d11.h>
    3
    #include <d3dcompiler.h>
    4
    #include <DirectXMath.h>
    5
    #include <wrl/client.h>
  4. lazyprisma lazyprisma Public

    A beautiful TUI for Prisma CLI - manage migrations, generate clients, and validate schemas without leaving your terminal.

    Go 22 1

  5. LegacyBootloader LegacyBootloader Public

    MBR Bootloader based on ROM BIOS

    Assembly

  6. MotionGL_Gyro MotionGL_Gyro Public

    minimal OpenGL 3.3 demo with GLFW, GLAD, and GLM showcasing basic rotation

    C++