Skip to content
View BryanLawless's full-sized avatar
πŸ€“
Probably debugging
πŸ€“
Probably debugging

Block or report BryanLawless

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

Profile Hits

package readme

import (
  "fmt"
  "encoding/json"
  "log"
)

type ReadMe struct {
    Name string `json:"name"`
    Located string `json:"located"`
    Studying string `json:"studying"`
    FavoriteLanguages []string `json:"favorite_languages"`
    FavoriteGames []string `json:"favorite_games"`
    Hobbies []string `json:"hobbies"`
    MainProject string `json:"main_project"`
}

func main() {
    readme := ReadMe{
        Name: "Bryan Lawless",
        Located: "Denver, Colorado",
        Studying: "Computer Science, Cybersecurity, Machine Learning",
        FavoriteLanguages: []string{"golang", "typescript", "python"},
        FavoriteGames: []string{"doom", "space marines", "helldivers 2", "blade and sorcery", "half life"},
        Hobbies: []string{"tennis", "mountain biking", "electronics"},
        MainProject: "https://github.com/Quasec"
    }

    data, err := json.Marshal(readme)
	if err != nil {
		log.Fatal(err)
	}

    fmt.Println(string(readme[:]))
}

🧰 Technologies I use

Git Postman NodeJS Linux Mint Android Supabase TypeScript Arch Go Python Postgres Heroku Tor Vite Express.js React React Native Vercel Expo Bun Next JS PNPM


πŸͺ™ Certifications


πŸ“Š Github Stats

GitHub Streak

Pinned Loading

  1. Wordverse Wordverse Public archive

    πŸ† Nationals competitor for the FBLA Computer Game and Simulation event 2022-2023. The project is a multiplayer word game platform built primarily with Node.js, Vue, and socket.io.

    TypeScript 7

  2. Scythe Scythe Public

    πŸ‘Ύ Download pictures, videos, audio and more from a wide variety of sources.

    Go 1

  3. BryanLawless BryanLawless Public

    πŸ‘‹ Why hello there.

    1

  4. Student-Scoop/Backend-API-FBLA Student-Scoop/Backend-API-FBLA Public archive

    πŸ’Ύ The backend API for the Student Scoop mobile app and website. This project was inspired by and built for the FBLA 2023-2024 mobile development event.

    TypeScript 1

  5. Student-Scoop/Mobile-App-FBLA Student-Scoop/Mobile-App-FBLA Public archive

    πŸ“± The mobile app for Student Scoop, inspired and built for the FBLA 2024 mobile application event.

    TypeScript 1

  6. Student-Scoop/Website Student-Scoop/Website Public

    🌎 The official website for Student Scoop.

    TypeScript