The First Cry of Atom
  • About Me
Navigation bar avatar

The First Cry of Atom

  • Does assignment precede logical operator?

    Posted on August 3, 2020

    I have encountered a weird situation while I’m writing a piece of code in Ruby. Here is the sample code extracting the essence of the problem I have faced. First, I tried to get the matching result with a line of code as follows. [Read More]
    Tags:
    • Ruby
    • Programming
  • When to use var in Java 10

    Posted on August 1, 2020

    Java 10 officially introduced the var keyword to declare the local variable without typing the type information. Java developers have needed to keep typing the class name explicitly for a long time. [Read More]
    Tags:
    • Java
    • Programming
  • ALB Listener Rule with Terraform

    Posted on July 28, 2020

    Terraform is one of the heavily-used infrastructure tool in my daily work recently. It allows us to write the wireframe of the cloud infrastructure we use by simple configuration language called HCL. Thanks to that, we can safely modify the underlying infrastructure and quickly track the history of the change.... [Read More]
    Tags:
    • Terraform
    • LoadBalancer
    • AWS
  • Remove Msgstars from iPhone Calendar

    Posted on July 27, 2020

    These days, I have started receiving a new type of spam on my iPhone calendar. I have found several unrecognized schedules on my calendar. Moreover, the number of schedules is increasing day by day. [Read More]
    Tags:
    • iPhone
    • Msgstars
    • Life
    • iOS
    • Practice
  • How to inject Jersey Resource in Dropwizard with Dagger

    Posted on July 24, 2020

    Dependency Inject (DI) is one of the most notable practices to create reliable and high-quality software. This effort enables us to keep the extensibility without losing readability and testability. You may have encountered a situation where you would want to replace any objects in the software flexibly like me. Many... [Read More]
    Tags:
    • Web
    • Java
    • Dagger
    • Jersey
  • ← Newer Posts
  • Older Posts →
  • Email me
  • RSS
  • GitHub
  • Twitter

Kai Sasaki  •  2024  •  www.lewuathe.com

Powered by Beautiful Jekyll