Skip to content
View n0l3r's full-sized avatar
:octocat:
I may be slow to respond.
:octocat:
I may be slow to respond.

Highlights

  • Pro

Organizations

@go-nop

Block or report n0l3r

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 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
n0l3r/readme.md

Typing SVG


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

package main

import "fmt"

type Developer struct {
Name     string
Role     string
Company  string
Location string
Learning []string
}

func main() {
me := Developer{
Name:     "Naufal Taufiq Ridwan",
Role:     "Backend Engineer",
Company:  "PrivyID",
Location: "Indonesia ๐Ÿ‡ฎ๐Ÿ‡ฉ",
Learning: []string{"Go", "JavaScript", "React Native", "PHP", "C++", "Python"},
}
fmt.Printf("Hello World! I'm %s ๐Ÿ‘‹\n", me.Name)
}

๐Ÿ› ๏ธ Tech Stack

Go PHP JavaScript Python C++ React Native PostgreSQL Redis Docker Git


๐Ÿ“Š GitHub Stats


๐ŸŒ Connect With Me

Instagram Twitter

Pinned Loading

  1. httpx httpx Public

    Production-grade HTTP client for Go โ€” retry, circuit breaker, rate limiter, cache, tracing, auth, and more

    Go 3

  2. tiktok-downloader tiktok-downloader Public

    tiktok downloader is a tool to download video from tiktok with watermark or without watermark. There are two features that is, mass download (by username/urls) and single download (by url).

    JavaScript 395 141

  3. Pong-Plus Pong-Plus Public

    Pong Plus is a pong game created by Perguruan Bunglon Beracun.

    Python 6 2

  4. go-nop/ginstarter go-nop/ginstarter Public

    Ginstarter is a modern and lightweight boilerplate designed to jumpstart your API development with the Gin Gonic framework. It provides a solid foundation for building scalable, maintainable, and hโ€ฆ

    Go 6 1