Posts
All the articles I've posted.
Design Patterns for Vue.js Book Review
Published: at 09:27 AMDesign Patterns for Vue.js is a book about first principles, separation of concerns and quality frontend written by the author of Vue Test Utils, Lachlan Miller.
"Hire the right people"
Published: at 08:03 PMIt'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 PMBy 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.