RSSAmplifier

Blog

heyfirst.co

A software engineer at Swarmia. Living in Helsinki, Finland. Previously, I worked at Unity.com, and Thoughtworks.

heyfirst.coRSS feed ↗8 posts

Latest posts

Helsinki (and Tallinn) travel guide

I've lived here 4 years in Finland, and everyone keeps asking me for the same guide, thus this blog!

Stacktrace is Underrated

I found something cool about stacktraces that I think you'll find really useful! They're not just for errors anymore.

I built my first PC

A July side-project from someone who wants to play games

The interview insights

Untold story from another side of the chair

Done on Paper, Before Done in Code

How I plan a work before starting to code with Technical Design Document (TDD), Or so many people called it as Request for Comments (RFCs) and Design Docs

P50: A Sensible Way to Estimate in Software Development

Have you ever struggled with estimating software project timelines accurately?

micro-dollar: a way to deals with decimal or monetary values

The easiest way to deal with decimal number in our application is multiply by 1,000,000. such that using 6-digit decimal you won't make a mistake.

How to use test.todo() in Jest

Heyo! I learn a cool thing when I do pair programming with my teammate. It's about writing Jest tests in a more make sense way. Let's talk about it!