Profile picture

Written by Daniel Perez-Gomez who is currently a Senior Software Engineer in Test working on becoming a front-end software developer. Follow me on Bluesky, GitHub, and YouTube

  1. May 09, 2025

    One of the most important skills in programming and software development is problem solving. This is something that I’ve enjoyed learning…

  2. June 17, 2024

    Have you ever felt overwhelmed or paralyzed by a decision, particularly when making a career choice? If so, this post is for you. While it…

  3. January 29, 2024

    Let’s write some Unit Tests! Hello, Daniel here, and in this video we’ll begin to explore how to write Unit Tests for a ViewModel class that…

  4. March 12, 2021

    And now we’ve come to the last of the Kotlin scope functions in our journey: . The context object is passed in as an argument to it, but…

  5. March 03, 2021

    One of the things I’ve wanted to improve on is my use of Kotlin Scope functions in my everyday workflow. And so I decided to start a short…

  6. March 01, 2021

    I often hear the term “state” being used when describing objects in a program, or even programs entirely, and decided to do a bit of…