8000 JTSchwartz (Jacob Schwartz) · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
View JTSchwartz's full-sized avatar

Highlights

  • Pro

Block or report JTSchwartz

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

Profile Banner

Website Gmail Badge Linkedin Badge

package com.github.jtschwartz.profile

class About:Me {
    companion object {
        val almaMater = "University of Dayton"
        var company = "Wells Fargo"
        var position = "Lead Software Engineer"
    }

    fun techStack() {
        val languages = arrayOf(
            "Kotlin",
            "Java",
            "JavaScript",
            "Python",
            "Go"
        )

        return languages + platforms()
    }

    private fun platforms() {
        return arrayOf(
            "Android",
            "Linux",
            "Windows",
            "Web"
        )
    }
}

Pinned Loading

  1. Lynkr Lynkr Public

    Mobile app to control your computer via Bluetooth

    Kotlin

  2. ItyBity ItyBity Public

    URL Shortner built in Go

    Go

  3. SmartSort SmartSort Public

    SmartSort allows you to sort your code without breaking it, to whichever level of your code structure you choose.

    Kotlin 2

  4. chorecore-kt chorecore-kt Public

    Kotlin

  5. chorecore-py chorecore-py Public

    Python

  6. chorecore-ts chorecore-ts Public

    TypeScript

0