Setup Gradle Version Catalog & Ktor Routing Basics - Build a Fullstack Kotlin Application Livestream

Поділитися
Вставка
  • Опубліковано 17 січ 2024
  • In this week's fullstack Kotlin application session, we're going to setup a Gradle Version Catalog for Gradle dependency management and then we'll walk through Ktor routing basics by stubbing out the first few endpoints on our Ktor url shortener service.
    Thanks for watching devs! 👋
    01:48 Stream Agenda
    03:33 What Are Conventional Commits?
    09:00 Conventional Commit Gradle Plugin
    33:00 What Are Gradle Version Catalogs?
    56:45 Basic Ktor Routing
    Let's Connect
    --
    🔔 Subscribe to My Channel
    ua-cam.com/users/goobario?su...
    🙂 Follow Me Online
    website ➡ goobar.dev
    links ➡ goobar.dev/links
  • Наука та технологія

КОМЕНТАРІ • 10

  • @goobar
    @goobar  5 місяців тому

    Build a fullstack Kotlin url shortener application live: ua-cam.com/play/PLEPZdzLLJH95TxxQLp2si1ZQuk4odK7Q6.html

  • @arslanaziz3831
    @arslanaziz3831 5 місяців тому +1

    Oh i missed this one, good stuff man, i love using version catalogs in android and its great to see we can use soo many things we usually do in android in ktor as well

    • @goobar
      @goobar  5 місяців тому

      Yes! One of the reasons I like Ktor quite a bit is because I can use the same framework/apis for client & server across multiple platforms. That's been helpful in reducing overall system complexity in some internal projects

    • @arslanaziz3831
      @arslanaziz3831 5 місяців тому

      @@goobar i guess many client side libraries can be useful in ktor and KMP, like koin DI and much more stuff

    • @goobar
      @goobar  5 місяців тому

      Definitely. I've worked with Koin in a Ktor server before and it works great

  • @arslanaziz3831
    @arslanaziz3831 5 місяців тому

    Damn, this commit conventions plugin is soo good

    • @goobar
      @goobar  5 місяців тому

      I really like it as well! I just wish it also included a task or something to run that could verify the history so it could be used in CI workflows.

  • @barbaralhebel9236
    @barbaralhebel9236 5 місяців тому

    ❤ Rockstar!!!!

  • @amanmahto9912
    @amanmahto9912 5 місяців тому +1

    Hi, can you also make video on deployment ?

    • @goobar
      @goobar  5 місяців тому

      Yes! We will build our CI/CD pipelines using GitHub Actions to deploy to Google Cloud