Skip to content
View aryomuzakki's full-sized avatar

Block or report aryomuzakki

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

Pinned Loading

  1. api-perguruan-tinggi-di-indonesia api-perguruan-tinggi-di-indonesia Public

    GraphQL API untuk data Perguruan Tinggi di Indonesia berdasarkan data dari Pangkalan Data Pendidikan Tinggi (PDDikti)

    JavaScript 1

  2. nextjs-graphcms-blog nextjs-graphcms-blog Public

    A NextJS + Tailwind CSS Blog, connected to GraphCMS using GraphQL

    JavaScript 1

  3. fiber-gorm-rest-api fiber-gorm-rest-api Public

    REST API built with GO Language using GORM and Fiber Framework and MYSQL database

    Go

  4. Generate Random Number and String in... Generate Random Number and String in Javascript, using Math.random(), Node JS Crypto (server side), or Web Crypto API (client side / browser)
    1
    // nodejs crypto (server side)
    2
    // Math.random() replacement
    3
    const cryptoRandom = () => parseInt(require("crypto").randomBytes(4).toString("hex"), 16) / (0xffffffff + 1)
    4
    
                  
    5
    // generate random number integer based on minimum and maximum
  5. img-processing-golang img-processing-golang Public

    Image Processing REST API in Go Lang with Gorilla Mux and FFMPEG

    Go

  6. LukasLen/Privacy-Extension-For-WhatsApp-Web LukasLen/Privacy-Extension-For-WhatsApp-Web Public

    Hides your WhatsApp messages until you hover over them.

    CSS 131 44