Harrykp ⚡️
Blog
    Stay Away from Highly Optimistic People

    Stay Away from Highly Optimistic People

    Discover the dangers of unrealistic optimism

    LifeLessons Philosophy
    Implementing LRU Cache in Python

    Implementing LRU Cache in Python

    This blog post explores how to implement a Least Recently Used (LRU) cache in Python, taking reference from the provided code.

    Python LRU Cache Data Structures
    Weak Isolation Levels

    Weak Isolation Levels

    Weak isolation levels in databases can lead to anomalies like dirty reads, non-repeatable reads, and phantom reads. Understanding these anomalies can help you choose the right isolation level for your application.

    Snaphshot Isolation Database Transactions
    Transaction

    Transaction

    Transactions group database operations into atomic units ensuring consistency and isolation. Safely handling errors and aborts requires deduplication, backoff, separating transient errors, and managing external side effects to avoid data loss or duplication.

    Distributed Systems Database Transactions ACID
    Socket Programming in Ruby

    Socket Programming in Ruby
    Draft

    Learn how to use Ruby's socket library to create network applications.

    Ruby Ruby Methods Dup vs Deep Dup
Recent posts Older Posts