Giter Club home page Giter Club logo

blog-entry's Introduction

euxn23(1992/11/23 -), Software Engineer living in Japan.

Software Engineer

  • Especially in Web Frontend, Node.js and TypeScript.
  • Now I use TypeScript and Go in web backend.
  • I use Arch Linux in WSL and Home Server.
  • I usually use AWS, Cloudflare, Firebase and etc...
  • I had worked using ruby, python and php in the past.

Career

  • Now I am at Online Education Company. (Web Application Dev)
  • I had worked in Fintech Company. (Web Application Dev, DWH Dev, PoC, etc...)
  • I had worked as EM in seed start-up.
  • I had worked as frontend specialist in some Web Service companies.
  • I had worked in Cryptocurrency Exchange. (Web Application Dev, Developer Success)
  • I had worked in Web Service company. (Web Application Dev)
  • I had worked in Public Cloud Vendor. (PaaS Dev, Web Application Engineer)

Otaku

  • ❣️ Sana Natori, Virtual YouTuber 🍆
  • Anime and video game culture
  • Boradgame, Cardgame. Magic: The Gathering, Duel Masters.
  • Digital Gadgets, like Home-built PC, Home Server, Mobile PC and Split Keyboard

blog-entry's People

Contributors

euxn23 avatar tanishi avatar

Watchers

 avatar  avatar

Forkers

tanishi

blog-entry's Issues

git でinitial commit を編集する

  • 削除
    $ git update-ref -d HEAD
  • rebase
    $ git rebase -i --root
  • 編集
    $ git rm ./*
    $ git commit --amend --allow-empty
    $ git cherry-pick <origin のinitial commit のID>

2つ目のcommit は従来の方法で編集可能なのでお好きにどうぞ

bashrc とprofile の使い分け

  • /etc/profile -> ~/.bash_profile || ~/.profile -> ~/.bashrc -> /etc/bashrc の順で読み込まれる
  • profile はログイン時のみ、bashrc はbash コマンドを実行するたびに読み込まれる
  • tmux の起動時にはprofile を読み込まない
  • tmux のウィンドウやペインを増やした際はbashrc のみ読み込む
  • 環境変数は新たなshell/tmux に引き継がれる
  • alias や関数は新たなshell/tmux に引き継がれない

結論

  • 基本的にはprofile に書くのが良い
    • PATH の重複を防ぐ
    • 環境変数は引き継がれる
  • bashrc にはシェル特有の処理やprofile の後に行わなければならない処理を書くのが良い
    • alias の宣言はbashrc で行う

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.