Skip to content
View devcavin's full-sized avatar
💻
I release v2 of my software because everyone believes v1 is beta & full of bugs
💻
I release v2 of my software because everyone believes v1 is beta & full of bugs

Organizations

@Th3-Shield

Block or report devcavin

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
devcavin/README.md

profile banner image

coder image

GitHub Star

– CAVIN –
Software Developer | Open Source Contributor | BackEnd Developer(Ktor, SpringBoot)

Cavin GitHub Followers Stars Profile Views Wakatime Discord Server

"Every great developer got there by solving problems they were unqualified to solve until they actually did it." 👾️

Visit my website

Cheers! 🥂🥂

About Me

  • 👋 Hi, I’m Cavin
  • 👀 I’m a developer who loves listening to what humans and machines have say to me
  • 🌱 I’m currently learning how to communicate to computers and machines
  • 💞️ I’m looking to collaborate on anything that I can help with
  • 📫 How to reach me on Discord
class SoftwareEngineer(
    val name: String = "Cavin",
    val role: String = "Software Developer",
    val languages: List<String> = listOf("JavaScript", "TypeScript", "Python", "Kotlin"),
    val interests: List<String> = listOf("Open Source", "AI/ML", "DevOps", "Mobile Development", "Backend Development"),
    val hobbies: List<String>  = listOf("Gaming", "Reading", "Music", "Traveling", "Coding", "Learning")
) {

    fun introduce() {
        println("Hi, I'm $name, a $role who loves speaking to machines using programming languages like ${languages.joinToString(", ")} building on interests like ${interests.joinToString(", ")} and enjoys ${hobbies.joinToString(", ")}.")
    }
}

fun main() {
    val softwareEngineer = SoftwareEngineer()
    softwareEngineer.introduce()
}

Languages, Skills & Tools

Languages

Libraries & Frameworks

Database

Tools

JavaScript TypeScript Python Kotlin Java React Next.js Ktor Spring MariaDB MySQL PostgreSQL MongoDB Bash Docker Podman

GitHub Streak, Stats & Top Languages

GitHub Streak GitHub Stats Top Langs

GitHub Trophies

GitHub Trophies

Pinned Loading

  1. backup-tool backup-tool Public

    Simple Backup Tool

    Java

  2. healthinfo-system healthinfo-system Public

    A minimal API-first Health Information System built with Ktor, Kotlin, and Exposed ORM. Supports program management, client registration, enrollment, and client profile exposure. Developed for inte…

    Kotlin

  3. pesa-core pesa-core Public

    Modern core banking service developed in Kotlin | Spring Boot | PostgreSQL | Docker Compose

    Kotlin

  4. brightside brightside Public

    Medical Equipment and Supplies Hub

    Kotlin 1

  5. cavin cavin Public

    My personal portfolio web application

    TypeScript

  6. protein-binding protein-binding Public

    A protein binding and molecular screening platform

    TypeScript