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.

Technologies that i love
/* 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)
})()
// 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)
}
// React Native - React

const MobileApps = () => (
  <View>
    <Text>I have built applications with this technology</Text>
    <Text>I find it very good for making fast applications.</Text>
  </View>
)

I am currently...
// Kotlin & Jetpack Compose

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

public class Main {
    public static void main(String[] args) {
        String knowledge = "Deepening my knowledge of Java, a language that allows me to ";
        String strongLang = "create robust and scalable applications";
        System.out.println(knowledge + strongLang);
    }
}

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