Skip to content

Cats In Code

  • Contact
  • Home
  • Database

Recent Posts

  • Declaring Functions in Kotlin With fun
  • Declaring Variables in Kotlin With val, var and const
  • What is Kotlin?
  • Caching Strategies Overview
  • Transactions and Their Types

Categories

  • Collections
  • Concurrency
  • Design Patterns
  • Development Basics
  • Generics
  • Interfaces & Inheritance
  • Kotlin
  • System Design

Subscribe to my blog posts:

Subscribe to my blog posts
Loading

Tag: Database

Transactions and Their Types

transactions

Transaction is a set of operations that must all succeed or all fail. In case operations within a transaction fail, they are all reversed back to the state before the transaction. They play a huge role when dealing with the persistence layer (databases). Most importantly, […]

Continue reading Transactions and Their Types

Recent Posts

  • Declaring Functions in Kotlin With fun
  • Declaring Variables in Kotlin With val, var and const
  • What is Kotlin?
  • Caching Strategies Overview
  • Transactions and Their Types

Categories

  • Collections
  • Concurrency
  • Design Patterns
  • Development Basics
  • Generics
  • Interfaces & Inheritance
  • Kotlin
  • System Design

Subscribe to my blog posts:

Subscribe to my blog posts
Loading
All Rights Reserved
Proudly powered by WordPress
Theme: AeonBlog by AeonWP.
Go to top