programming 【Vue.js】Issue an anti-withdrawal alert when updating the page, etc. I want to issue an alert such as "Input contents are discarded" when updating input pages or unintentional page transiti... 2020.10.20 programming
programming Vue .js: Only certain pages cannot be scrolled As the title says, set certain pages to be non-scrollable when fibering, and turn scrolling back on when the page is dis... 2020.10.19 programming
programming What to do when you try to connect to SSH and get a very scary warning It is a story when I tried to connect SSH after a long time to the EC2 instance that had been running for about six mont... 2020.10.08 programming
programming 【Git】How to remove branches and tags How to remove a local branch, remote branch, or tag. I forget how to do it every time, so I output it.Pull remote branch... 2020.09.28 programming
blockchain A Story to Consider Satoshi Nakamoto What is Satoshi Nakamoto?The name of the individual or organization known to have created the Bitcoin protocol and its r... 2020.08.05 blockchain
blockchain I tried using "Torus", a service that allows you to send cryptocurrency to your Twitter account or email address Because it was a topic, I tried to use it which became a person pillar.What is Torus?A service that allows you to easily... 2020.07.15 blockchain
programming Implement APIs fastest with Serverless Flamework As the title says, the fastest deployment. Use .js 12.x runtime.PrerequisitesServerless FrameworkTools for configuring a... 2020.07.03 programming
design Making nem hub japan logo [study of design] Even if you make a little web app, you start studying because you want to be able to make a little icon design or a fash... 2020.07.03 design
programming Error “We are sorry, but the Chrome API does not allow to get a response body for redirect.” I'm using "Talend API Tester" (formerly "Restlet Client") to test the API, but I got a response that I'm not sure about.... 2020.05.22 programming
programming 【.gitignore】How to specify a path, what to do if it does not reflect, etc. This article is a personal note related to .gitignore.Specify path# ignore .txt hoge messagehoge.txt # Ignore hoge direc... 2020.03.14 programming