Articles by grapeot

  1. An rm and git accident

    The background is, I have a git repo of nodejs code. There is a controllers folder in the repo, which I just made some (well, a lot of) changes and am about to commit the staged changes.

    Then in the root folder of the repo, I suddenly have an urge …

    Tagged as : Linux Chinese
  2. Inspiration Fragments

    • PhD阶段的一个很大的经验教训是,很多事情都很难,需要付出很多精力才能取得一点点成就和别人的承认。所以一方面需要耐心再耐心,慢慢打怪练级,一 …
    Tagged as : Chinese
  3. Self-Updating Node.js Web App

    Can a node.js/express.js web app update itself from a github repo? (i.e. whenever we do a git push to github, the server side will also use git pull to update itself)

    It's possible thanks to the powerful WebHook of github.

    The basic idea is, to use …

    Tagged as : nodejs English
  4. Reading Notes: the Power of Habit

    I was reading the book "The power of habit" recently and got some inspirations. This is not a summary of the book, but more like a narration from my point of view.

    Basically the book is about how to take advantage of a thing named "habit", which is defied as …

    Tagged as : ReadingNotes English

Page 40 / 47