Open in app

Sign In

Write

Sign In

Alexey Kuznetsov
Alexey Kuznetsov

188 Followers

Home

About

Published in codeburst

·Feb 21, 2021

5 Advanced Tips for Vue Performance

Over the last year, I’ve been working mainly on TeamHood.com. We put a lot of effort into the optimization of its Vue front-end. This is because our screens don’t have pagination, and some clients have over a thousand cards shown on one kanban/Gantt board. In this article, we will review…

Vuejs

6 min read

5 Tips for Vue Performance
5 Tips for Vue Performance
Vuejs

6 min read


Published in codeburst

·Feb 3, 2020

Real-Time Kanban board on Vue.JS

I had a very interesting discussion recently. It was about describing the structure of some real-time application that has to support multiple users working with it at the same time. I don’t remember the exact task, but the core is: Describe the structure of kanban board application with the following…

Nodejs

9 min read

Real-Time Kanban board on Vue.JS
Real-Time Kanban board on Vue.JS
Nodejs

9 min read


Published in codeburst

·Jan 12, 2020

Caution using watchers for objects in Vue

Suppose we have an object and we want to do something when it’s properties change. Probably we’ll start with something like that: export default { data: () { return { obj: { prop: 1…

JavaScript

3 min read

JavaScript

3 min read


Published in codeburst

·May 28, 2018

Weekly schedule editor concept

I’m writing it because it seems to be rather popular task that has not any well known common solution. Usually it all starts with some surprisingly strange `simple` solution that by the end transforms to the system I’m going to write about. The task is to create and support weekly…

JavaScript

7 min read

Weekly schedule editor concept
Weekly schedule editor concept
JavaScript

7 min read


Published in codeburst

·Mar 14, 2018

Node/Express: async code and error handling

Assume you want to write some backend using node/express. That’s the good idea, it’s easy — you just write const express = require('express') const app = express() app.get('/', (req, res) => res.send('Hello')) app.listen(3000) and that’s all you need to start. Then you realize that any backend is usually a queue…

JavaScript

6 min read

JavaScript

6 min read


Published in codeburst

·Jan 23, 2018

Nuxt Authentication from Scratch

I would like to name this tutorial like «Simple Nuxt Authentication» or something else with the word simple in the title, but this topic is not simple. At least, it does not go just out of the box. For the beginner I would suggest to use the library like https://github.com/nuxt-community/auth-module…

Nuxtjs

12 min read

Nuxt Authentication from Scratch
Nuxt Authentication from Scratch
Nuxtjs

12 min read

Alexey Kuznetsov

Alexey Kuznetsov

188 Followers
Following
  • Tom Kuegler

    Tom Kuegler

  • TOAST UI

    TOAST UI

  • The Guardian

    The Guardian

  • Lesorub

    Lesorub

  • TIME

    TIME

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech