EdgarPrefer gcloud storage over gsutil ?Google generally recommends using gcloud storage (new) commands instead of gsutil (legacy) for interacting with Google Cloud Storage.Oct 12Oct 12
EdgarScala’s Option#foreachScala’s Option type uses the method foreach instead of ifPresent (Like Java’s Optional#ifPresent) because of its design philosophy and how…Sep 17Sep 17
EdgarGoogle Cloud SQL Introduction: Delegating Database Management to the Cloud in plain Scala wordsHere I try to be as concise as possible and compose different things into whole thing. I learn Scala and am interested in GCP. In this…Sep 14Sep 14
EdgarProduct Type in programmingIn the world of software development, the terminology used to describe product types can be as varied as the languages themselves. Terms…Sep 12Sep 12
EdgarUsing Union Types for Handling Unhappy Path Recoverable SituationsIn the landscape of software development, handling recoverable errors effectively remains a pivotal challenge. Traditional exception-based…Sep 11Sep 11
EdgarLeetcode. 263. Ugly NumberThe Scala code snippet defines a function `isUgly` which classifies a number as an “ugly number.” Ugly numbers are special in that they are…Sep 7Sep 7
EdgarGame theoryGame theory is a fascinating field of mathematics and economics that studies strategic interactions among rational decision-makers. It’s…Sep 7Sep 7
EdgarСonverting an Excel column title to its corresponding number usin KotlinUnderstanding the Excel Column Title to Number Conversion in KotlinAug 18Aug 18
EdgarGoogle Cloud Storage: Storage Classes, Security, and Data TransferGoogle Cloud Storage is a powerful, versatile solution designed to meet the diverse storage needs of businesses and developers alike…Aug 17Aug 17