Jamie Craane personal blog

My views, thoughts and experiences about Fullstack software development.

AI Assistant Prompt Catalog

Collection of useful prompts for Jetbrains AI Assistant

This blog post provides a collection of powerful prompts for JetBrains AI Assistant, designed to boost productivity and simplify development tasks. Perfect for Kotlin developers, it demonstrates how to leverage AI effectively within JetBrains IDEs.

Integrating Firebase JWT token verification in Ktor - Part 1

Using Firebase authentication with Ktor

This blog post guides you through integrating Firebase JWT token verification in a Ktor server application, enhancing security by leveraging Firebase's authentication capabilities.

Kotlin: Multi variable null check

Different ways of checking for not null with multiple variables

There are several patterns you can use to test for not null on multiple variables. This post describes different methods of null checking multiple variables in Kotlin.