Posts
All the articles I've posted.
"Hire the right people"
Published: at 08:03 PM (4 min read)It's easy to say that in order to have a well-functioning team that produces quality results, you have to "hire the right people". But what does that actually mean?
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.