Skip to content
View Yukie-Billal's full-sized avatar
🌱
Refactor
🌱
Refactor

Block or report Yukie-Billal

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

About Me

import {createServer} from "node:http"

const server = createServer((req, res) => {
   res.writeHead(200, { "Content-Type": "application/json" })
   res.end(JSON.stringify({
      name: "Yukie Muhammad Billal",
      hobby: ["Photography", "Games", "Space", "Listen to music"],
      age: 20,
      gender: "♂️",
      website: "https://yukie.site",
      status: "Maintenance"
   }))
})

server.listen(3000, "127.0.0.1", () => console.log("hi!"))

Main Language

Learning

Explore more

Learning

Learning

Interested

ongoing skills

Languages

my skills

Languages

Tools

Tools

Statistics


Stats

Yukie-Billal


github contribution grid snake animation


yukie gmail instagram instagram discord

Pinned Loading

  1. chat-app chat-app Public

    Web chat application

    JavaScript 1

  2. contact-cli-app contact-cli-app Public

    Python 1

  3. platform-list platform-list Public

    Usefull paltform list

    TypeScript 1