Tag: development
All the articles with the tag "development".
- Design Patterns for Vue.js Book ReviewPublished: 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 GraphQLPublished: 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.