Natalia Tepluhina

Natalia Tepluhina @n_tepluhina

About: Vue.js core team member. Google Developer Expert, conference speaker and all this stuff. Needs coffee to operate

Location:
Kyiv, Ukraine
Joined:
Jul 13, 2018

Natalia Tepluhina
articles - 12 total

Six tips to improve your code review skills

In my opinion, code review is one of the most effective tools for improving the code base and alignin...

Learn More 112 8Mar 1 '21

Testing Vue+Apollo: 2020 edition

Almost two years ago I started my dev.to journey with the article about unit testing Vue + Apollo com...

Learn More 87 6Jun 25 '20

Three awesome tools for GraphQL developer experience

The thing I really like about GraphQL and Apollo Client is a developer experience they provide for me...

Learn More 100 5Apr 6 '20

Wrapping REST API calls with Apollo Client: 'do-it-yourself' approach

Sometimes, when your application is in the middle of the migration from REST to GraphQL API, you migh...

Learn More 62 3Feb 24 '20

Vue Apollo v4: the first look

This post requires you to be already familiar with the basics of GraphQL, Apollo Client, and Vue. Sh...

Learn More 202 11Jan 3 '20

Data visualizations with Vue and D3: counting stars (part 2)

You can find the first part of this article here. If you skipped part 1, here is the code to start w...

Learn More 74 1Oct 21 '19

Apollo state management in Vue application

This article assumes you already know what GraphQL and Apollo client are and you...

Learn More 170 25May 1 '19

Building a Desktop App with Vue: NW.js

This article describes ho to build a desktop application with Vue.js framework and NW.js library

Learn More 242 43Jan 14 '19

How to build a Vue CLI plugin

This article describes how to build a simple Vue CLI plugin from scratch and publish it to npm

Learn More 95 2Oct 15 '18

Building a Desktop App with Vue: Electron

In my previous article I was building a desktop application with Vue using Vuido and native GUI components. Now it's time to try Electron!

Learn More 368 30Sep 11 '18

Building a Desktop App with Vue: Vuido

You can build not only web apps with Vue framework, but also real desktop applications! In this article we will have a look at Vuido library to create apps with native GUI components

Learn More 325 36Sep 3 '18

Testing vue-apollo Components with Jest

My approach to testing Vue components containing vue-apollo queries and mutations with Jest

Learn More 80 11Aug 17 '18