nightowlcoder@home:~$

  • Singleton Patterns in Java: DCL vs. IODH

    Understanding Singleton Patterns in Java: DCL vs. IODH Introduction In the realm of Java programming, ensuring thread-safe and efficient initialization of resources, particularly singletons, is a common challenge. Two popular patterns to address this are Double-Checked Locking (DCL) and Initialization-on-Demand Holder (IODH). Both have their merits, but they approach the...


  • MDLive Alerts - Learning the new app

    Updating Ticker Prices for a paid member trial users see next section If you tap on the update icon (see top red arrow), a popup like below will appear: The will update the “Equity Price” of all today’s alerts. If you are fed up with the popup, you can tap...


  • AppCenter new iOS device registration sequence


  • Learning Dagger with Kotlin

    Learning new things brings us mixed feelings sometimes. Probably you have already felt something like this in your mind: I wanna know about this, but I wish I was learning it with that other method/language/framework I prefer. I was learning dagger, but the tutorial⇗ code samples are in java. Here...