Skip to content
View cawtoz's full-sized avatar
:octocat:
:octocat:

Highlights

  • Pro

Organizations

@Void-Services @Devs-Learn

Block or report cawtoz

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

About me

profile-views

data class Developer(
    val name: String,
    val alias: String,
    val portfolio: String
)

fun main() {

    val cawtoz = Developer(
        name = "Carlos Torres",
        alias = "cawtoz",
        portfolio = "https://cawtoz.dev/"
    )

    print(cawtoz)

}

Tools

Pinned Loading

  1. stocket stocket Public

    A Laravel app to manage products, suppliers, customers, and stock with real-time charts.

    Blade 6 3

  2. spring-parking-management spring-parking-management Public

    Web application for managing parking lots

    HTML

  3. logic_lab logic_lab Public

    Mobile app for teaching algorithmic thinking

    Dart 1

  4. portfolio portfolio Public

    My web portfolio

    Astro 1

  5. dine-api dine-api Public

    RESTful API for restaurant management

    Kotlin 2

  6. dine-docs dine-docs Public

    Documentation for the Dine API

    JavaScript 1 1