Posts
All the articles I've posted.
Implementing Date type in GraphQL
Published: at 05:55 PM (3 min read)By default, GraphQL doesn't come with a way to work with dates and time. What you can do, however, is to define a custom type representing a ISO DateTime value.
The maximum subarray problem from windows to mountains
Published: at 10:00 PM (5 min read)While practicing on Codewars, I've stumbled upon a problem that had me thinking for days. From the first-attempt, ridiculously inefficient solution up to "discovering" Kadane's algorithm, the maximum subarray problem has been one of the funniest challenges I've encountered so far.
A few things I learned on managing an engineering team
Published: at 06:33 PM (4 min read)It's been more than two years since when I went from being an individual contributor to delegating most of the coding, refining processes and hiring people. Here's a few things I've learned.