Open in app

Sign In

Write

Sign In

An Xie
An Xie

20 Followers

Home

About

Published in

CodeX

·Aug 25, 2021

Next Generation Node.js server Dev Tool

TL;DR Use the awesome vite plugin I made to enable rapid node server development experiences! Star it if you like it! Motivation I’m recently working on a relatively large nestjs backend project. The slow dev server drives me crazy! Every time code is updated, it takes few seconds to restart the…

Nodejs

6 min read

Next Generation Node.js server Dev Tool
Next Generation Node.js server Dev Tool
Nodejs

6 min read


Published in

Vue.js Developers

·Dec 14, 2020

Unit Test Vue Composition Functions

At my current work, we are trying to migrate the vue2 project to use composition API. One question that came up from my co-worker is can we still mock the composition function easily like what we did for services classes. That is a very good question, but I don't see…

Vuejs

1 min read

Unit Test Vue Composition Functions
Unit Test Vue Composition Functions
Vuejs

1 min read


Sep 28, 2019

Connect to GKE without gcloud

Previously at work I created our own SasS deployment management tool. One pain problem in this project is running kubectl command inside the container. By that time, time for the project is limited, I have to hack this part up by installing gcloud into the project container and authenticate with…

Kubernetes

2 min read

Kubernetes

2 min read


Published in

Vue.js Developers

·Apr 27, 2019

Understand Vue Reactivity Implementation Step by Step

This post is the wrap up of my talk at WinnipegJS meetup #6. In this talk, I’m going to talk about reactivity system in vue. But what is reactivity? To Me, reactivity simply means when one state changed, the side effect of it get updated automatically. If I explain it…

JavaScript

6 min read

Understand Vue Reactivity Implementation Step by Step
Understand Vue Reactivity Implementation Step by Step
JavaScript

6 min read


Apr 22, 2019

Build Groph Step by Step

Groph is my new personal project to study big data analysis. Data set tencent qq group leak data around 2012. Tech Stack: Sql server 2008 r2, to restore the original data set. Neo4j, graph database to store data and relations python3, lib: pipenv: setup virtualenv pymssql: python lib to connect to sql server Day 0 install…

Groph

5 min read

Build Groph Step by Step
Build Groph Step by Step
Groph

5 min read


Apr 17, 2019

一些斗鱼TV Web API

本文系原博客归档, 内容未必有效。 写在最前 去年TI5前开发了dotaonly.com,网站需要用到各个直播平台API。不像国外网站Twitch那样开放,都有现成的API可用,国内网站都很封闭,对开发者不太友好。本文所涉及API皆抓取自斗鱼IOS手机客户端。 首先是不需要登录的API 获取当前全部直播 请求地址: http://capi.douyucdn.cn/api/v1/live?limit= …

Douyu

23 min read

Douyu

23 min read


Apr 17, 2019

How to add Redis livenessProbe to Kubernetes

You can add the redis-cli command in your pod as liveness probe.

Kubernetes

1 min read

Kubernetes

1 min read


Apr 17, 2019

chrome position:sticky with z-index problem

for some reason in chrome 65 the position sticky element with a z-index will covered by its sibling element on scroll. I didn’t find any real solution to fix it but the following hack do the trick: .header { position: sticky; z-index: 1000; transform: translateZ(0); }

CSS

1 min read

CSS

1 min read

An Xie

An Xie

20 Followers

Passion Driven Developer

Following
  • Michel Weststrate

    Michel Weststrate

  • TJ Holowaychuk

    TJ Holowaychuk

  • Jean-Sébastien Tremblay

    Jean-Sébastien Tremblay

  • Evan You

    Evan You

See all (5)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams