Harfang's Perch

  • Posts
  • About
  • RSS
  • Atom
  • English
  • 한국어
  • Red Dead Redemption 2 and Failing Startups

    2024-06-23

    Recently I had a lot of fun playing Red Dead Redemption 2. Released in 2019, it’s a game acclaimed by gamers and critics alike, and I wholeheartedly agree with their opinions. While I can write several posts about what’s great about the game, I’d like to discuss the strange similarities I noticed between its plot and my decade-long experience in the startup world. Beware that this post contains significant spoilers over the entire plot of the game - so proceed with caution!

    Read more
  • Growth Bottleneck for Web Front-end Engineers

    2024-01-15

    I’ve been job searching for the past few months, mostly looking at web front-end software engineer positions. And I realized that most job descriptions felt like something I’ve done before, and that I could perfectly picture what I needed to do and what problems I might face. Only one project, which made extensive use of WebRTC, felt challenging enough for me to grow a lot.

    Read more
  • Review: Haskell in Depth

    2023-09-24

    My History with Haskell

    I have been fascinated with Haskell for years. I started dabbling in it when I worked with Elm several years ago and fell in love with type-oriented programming. Since then, I have studied various introductory materials such as UPenn CIS 194, Learn You a Haskell, as well as a dozen blog posts and articles. Recently, I also read Get Programming with Haskell to refresh my Haskell knowledge.

    Read more
  • Review: Get Programming with Haskell

    2023-08-03

    There are several introductory Haskell books, each with their own strengths and weaknesses. I have tried a few of them, but none really clicked with me except Get Programming with Haskell. This is the introductory Haskell book that I would recommend to other software engineers. If you are a practicing software engineer who wants a quick introduction covering just the right amount of topics to write a weekend project in Haskell, this is the book for you.

    Read more
  • Error handling in Typescript

    2023-06-11

    Summary

    • Define and use custom error types by extending the built-in Error type.
    • Always handle errors within the functions where they occur, and return errors as values to let the Typescript compiler handle them.
    • Do not introduce Result type as its benefit is not worth the cost.
    Read more
  • Real World Examples of Property-based Testing

    2023-03-17

    Property-based testing is a great tool, but it’s sadly underutilized. I believe that it’s superior to unit testing and should be used over unit testing whenever possible. If you are not familiar with it, you should google it. These days all major languages have a library for it, so just look for a resource that uses your favorite language to introduce it. Nevertheless, for the most in-depth introduction I recommend the following videos:

    • Testing Asynchronous APIs With Quickcheck by Thomas Arts (slides)
    • Don’t Write Tests by John Hughes
    Read more
  • Back to Software Engineer from Product Manager

    2023-01-24

    After working as a product manager for two years and launching two products, I decided to go back to engineering. While it was a fun ride, ultimately I feel happier with engineering. Here are lessons I’ve learned as a software engineer working in a product manager position.

    Read more
  • Where I Am As a Product Manager, and What Comes Next

    2021-10-11

    Like a lot of people, I dream of starting my own business. I actually tried it once quite recklessly and failed - learned lots of lessons but it was quite painful. So I’m taking a more planned approach instead. My decision to work as a product manager is another step in that plan. My goal here was to learn how to envision, plan, and build successful products. After a year and a half working as a PM, it would be a good idea to review what I’ve gained and what the next step would be.

    Read more
  • I'm a Product Manager Now

    2021-09-11

    More than two years have passed since I wrote my last post, and in the meantime, many have asked me when I’m writing the next one. Well, I’m finally publishing a new post with a big news. As the title says, I got a new job as a product manager as I moved to a new company.

    Read more
  • From Jekyll to Hakyll":" An Epic Tale of Yak Shaving

    2019-03-15

    It all began when I noticed that the Elm code snippets in my posts did not have syntax highlighting. It was easy to figure out what was going on. I had set up my blog using GitHub Pages gem, which included Jekyll and other supporting libraries. The syntax highlighting library rouge, however, was locked to version 2.2.1 that did not support Elm. Forcefully upgrading rouge might have resolved the issue, but then I thought, why not get rid of the GitHub Pages gem and upgrade all the dependencies? So began the yak shaving.

    Read more
1 2 3 4 5 6