“GCP”, a service provided by Google, is a popular cloud service along with the service “AWS” provided by Amazon. However, due to the pay-as-you-go billing system, you may inadvertently receive a …
Computing
What is a server engineer? A quick commentary on work content, annual income, future potential, etc.!
What is a server engineer? It solves the problem of wanting to know the work content, future potential, demand, and annual income. Server engineers are not tolerant of mistakes and are …
What is a Linux engineer? Explains work content, annual income, qualifications, current demand, etc.
A Linux engineer is an engineer who specializes in handling Linux among infrastructure engineers. This time, I would like to introduce the detailed work contents, the annual income that you actually …
What is Windows Sever? Explains how to use and editions, and whether it can be built on AWS
Have you ever wondered , “What is Windows Server in the first place?” “What are the advantages of using Windows Server and what is the difference from UNIX?” Windows Server is …
What is DevOps? Illustrated explanation of differences from tools / culture / agile and skills required for engineers
In recent years, when agile-like development methods have become widespread, the term “DevOps” has become well known. There is no strict definition for the word DevOps, so people may think differently …
Due to improvements in database technology and network technology, the use of cloud AI, which processes AI in the cloud, is progressing. With further technological innovations such as the development …
Explains how to use the distributed version control system ” Git for windows “. I will explain the minimum necessary settings for using “Git” locally and the basic usage of “Git Bash”. If you …
Learn how to download and install the distributed version control system ” Git “. With ” Git “, You can manage the source code of the program. By recording the edit history of the document, you …
As a method of creating a GitHub account and managing the repository locally, there is also a method of using the command-based “Git Bash”, but the version using the GUI …
For those who want to use “Git” on Windows OS, we will also explain how to download and install the GUI tool “SourceTree” of “Git”, and clone the local repository …