Chanvin's Blog

Web / Full Stack / DevOps

Home Archives About
2022-12-31

Common Git Command Line Operation

This article record the specific usage method of some common git command line operation

Read More

Share
  • Git
  • Shell
2021-06-20

Performance Test Plan for Different Environment

The settings of JMeter performance test for different environment are basically consistent, just with differences of address, account, an so on, Here I utilize Shell Script and JMeter variable to handle uniformly

Read More

Share
  • JMeter
  • Performance
  • Shell
2021-05-23

Cache Control for React App with Nginx

The cache issue which typical React App confronts, can be solved by Nginx configuration

Read More

Share
  • Cache
  • Nginx
  • React
2020-05-10

Utilize Nginx to fulfill bilingualism for Hexo

The bilingualism config process for Hexo is recorded In this article. Different language version is in the same application with common template, any webpage can be switched to another language’s corresponding webpage, and for the access url whose language is not specific, automatic redirection will be proceed according to browser language

Read More

Share
  • Hexo
  • Nginx
  • jQuery
2020-04-26

Prefetch and Preload with Handling in Webpack

prefetch and preload usage is good way to optimize website performance and user experience, this article introduce method to prefetch and preload, and fullfil with webpack

Read More

Share
  • HTML
  • Performance
  • webpack
2020-04-18

Utilize Github's Webhook to Fulfill Automatic Deployment

Github’s webhook functionality can fulfill automatic deployment conveniently. This article records the process of development and deployment via Node.js, when the master branch is pushed, the project will be automatically deployed, the complete code is on GitHub

Read More

Share
  • Git
  • Node.js
  • Shell
2020-04-12

Utilize Nginx to fulfill 301 redirect to root domain of https

Base on consideration of SEO and security, the redirection should be 301, which will be handled generally via Nginx

Read More

Share
  • HTTP
  • Nginx
  • Regex
2020-04-06

Value as Attribute and Property with Vue.js

Attribute and property are confusing concepts in web development, and for value, because of its particularity, are more easy to puzzle us, I’m trying to distinguish them with examples

Read More

Share
  • HTML
  • JavaScript
  • Vue.js
2020-03-29

Use Vue.js to Rewrite React's Official Tutorial Tic Tac Toe

React’s official tutorial tic tac toe do a good job to guide the newbie to enter React’s world step by step, I think that similar tutorial will inspire Vue.js’s newbie, so I use Vue.js to rewrite it

Read More

Share
  • JavaScript
  • Vue.js

Tags

  • Cache
  • Git
  • HTML
  • HTTP
  • Hexo
  • JMeter
  • JavaScript
  • Nginx
  • Node.js
  • Performance
  • React
  • Regex
  • Shell
  • Vue.js
  • jQuery
  • webpack

Tag Cloud

Cache Git HTML HTTP Hexo JMeter JavaScript Nginx Node.js Performance React Regex Shell Vue.js jQuery webpack

Archives

  • December 2022
  • June 2021
  • May 2021
  • May 2020
  • April 2020
  • March 2020

Recent Posts

  • Common Git Command Line Operation
  • Performance Test Plan for Different Environment
  • Cache Control for React App with Nginx
  • Utilize Nginx to fulfill bilingualism for Hexo
  • Prefetch and Preload with Handling in Webpack
© 2022 chanvinxiao.com
Powered by Hexo
Home Archives About