How to build a personal website using GitHub pages and Hugo?

A personal website is a good place to display your work, either your projects or your technical notes. Then how to build one? In this article I’ll introduce the simplest way to build a site. ...

2023-04-13 · 9 min · Julie

How to write a popular article?

Whenever you write something, an article, a blog post or a paper, you may have a question: “how to write it so that my readers will like it”? In his lecture “Writing Beyond the Academy”, Professor Larry McEnerney from The University of Chicago gave his advice. ...

2023-02-01 · 4 min · Julie

What’s the return value of a bool expression in Python?

We know that the boolean value of 0 is False, and the boolean value of 1 is True. What about the boolean value of a negative number, for example, -2 ? What’s the result of the expression True and 3 in Python? Is it True or False, or other value? Let’s find it out. ...

2023-01-07 · 3 min · Julie

Beginner’s guide to shell commands

Maybe you just began to use Linux, or maybe you need to run programs in Terminal/Shell, in both cases, you need a command reference or cheat sheet. Here’s what you’re looking for, a list of some basic commands with examples. ...

2023-01-04 · 4 min · Julie

GitHub入门指南

我去年入门 GitHub,一开始不知道从哪开始学,在网上查找了很多文章、教程学习。这篇文章就是以我刚学习时的小白视角写的,希望能帮助到想开始学 GitHub 又不知如何上手的学习者。 ...

2020-12-13 · 3 min · Julie