Tag: development
All the articles with the tag "development".
Design Patterns for Vue.js Book Review
Published: at 09:27 AM (4 min read)Design 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.
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.