Skip to content
View joshdev15's full-sized avatar

Block or report joshdev15

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

Software Developer

Check out my website, see my LinkedIn profile or send me an email.

// Kotlin & Jetpack Compose

@Composable
fun NewWayToMakeAndroid () {
    Column {
        Text("Exploring Kotlin and Jetpack Compose,")
        Text("fascinated by the concise syntax and declarativeness of this")
        Text("new way of developing Android apps.")
    }
}
// Golang

func main () {
    backendFav := "My favorite backend language,"
    becomeAMaster := "I would like to become a master in this language"
    superpowers := fmt.Sprintf("%s %s", backendFav, becomeAMaster)
    fmt.Println(superpowers)
}
/* JavaScript & TypeScript */
(() => {
    let mainLanguage = `
        The language I grew up with as a developer,
        Multi-Purpose is everywhere in today's technology landscape.
    `
    console.log(mainLanguage)
})()

Pinned Loading

  1. neovim neovim Public

    Personal neovim config

    Lua 1

  2. todo todo Public

    Command line interface program to manage a to do list.

    Go

  3. matrix-calc matrix-calc Public

    Pequeña calculadora de matrices

    TypeScript

  4. react-wasm react-wasm Public

    WASM implementation with Go and React

    JavaScript 1