Skip to content
View DokaDev's full-sized avatar
πŸ«₯
sleepy.....
πŸ«₯
sleepy.....

Organizations

@dracula @dracula-pro @Polygon-System

Block or report DokaDev

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

✨DOKADEV✨

Β 

Β  Β  Β  Β 

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(Graduated with Honors, Department Valedictorian)
  • Working as a System Software Engineer and Web Developer
  • Contributing to Dracula Theme projects and Maintainer of Google Search Theme

πŸ“±Tech Stack

πŸ› οΈ Languages

Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β 

πŸ“¦ Lib / Frameworks

Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β 

πŸ“š Database

Β  Β  Β  Β  Β  Β  Β  Β 

πŸŽ’ Middlewares / DevOps

Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β 

Top Langs

πŸ–±οΈ Operating System

Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β 

πŸ› οΈTools

Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β 

☁️ Cloud

Β  Β  Β 

Awesome's GitHub stats

πŸͺͺ Certification & License




- Information Processing Qualification

Pinned Loading

  1. 16bit-protected-mode-legacy-mbr 16bit-protected-mode-legacy-mbr
    1
    [ORG 0]
    2
    [BITS 16]
    3
    
                  
    4
    SECTION .text
    5
    jmp 0x07C0:ENTRY
  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. google-search google-search Public

    Forked from dracula/google-search

    πŸ§›πŸ» Official Dark theme for Google Search(Maintained by DokaDev)

    CSS

  5. MotionGL_Gyro MotionGL_Gyro Public

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

    C++

  6. LegacyBootloader LegacyBootloader Public

    MBR Bootloader based on ROM BIOS

    Assembly