Skip to content
View RaymondSalim's full-sized avatar

Organizations

@Novometrix
Block or Report

Block or report RaymondSalim

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
RaymondSalim/README.md
experience := struct {
        name string
        yearsOfExperience int
        linkedInURL string
        techStack []string
    } {
        name: "Raymond Salim",
-       yearsOfExperience: 1,
+       yearsOfExperience: 2,
        linkedInURL: "https://www.linkedin.com/in/raymondsalim/",
        techStack: [...]string{"Golang", "JavaScript/TypeScript", "Java", "Python", "PHP", "Kotlin"},
    }

Raymond's GitHub stats

Popular repositories

  1. API-server-template API-server-template Public template

    API Server Template written in Go made with Go Gin framework, GORM with support for NSQ

    Go 3 1

  2. google-drive-scripts google-drive-scripts Public

    Google Colab Notebook to copy files on the cloud

    Jupyter Notebook 2 1

  3. Reddit-Downloader Reddit-Downloader Public archive

    Java 1

  4. create_ap create_ap Public archive

    Forked from oblique/create_ap

    This script creates a NATed or Bridged WiFi Access Point.

    Shell

  5. Tracker Tracker Public archive

    Android Tracker App

    Kotlin

  6. aria-telegram-mirror-bot aria-telegram-mirror-bot Public

    Forked from out386/aria-telegram-mirror-bot

    A Telegram bot to download files via HTTP(S)/BitTorrent and upload them to Google Drive

    TypeScript