Skip to content

1. Project management

This week I worked on knowing more about how to use the websites.

What happened?

The first session is to know more about project management and it was interesting. Then, there was more explanation about atom software that help us to update what we need in GitLab and it helps to download all the files there to my computer. Then Git Bash was the next software to learn.

In each stage of learning about new software there were some issues that we learned from. Trying to solve these problems helps to know that

[every problem, have a solution].

Atom stage

Atom website

Atom is a desktop application built with HTML, JavaScript, CSS, and Node.js integration. It runs on Electron, a framework for building cross platform apps using web technologies.

“issues and solutions”: There was misunderstanding in choosing between Git & GitHub bottom, and after many tests the right bottom was Git

One of the difficulties was to learn about Codes assigned to the system and apply them here, and this is a helpful website that helps me to learn more https://docs.gitlab.com/ee/user/markdown.html

GitLab stage

GitLab website

“GitLab is a web-based DevOps lifecycle tool that provides a Git-repository manager providing wiki, issue-tracking and continuous integration and deployment pipeline features, using an open-source license, developed by GitLab Inc. The software was created by Ukrainian developers Dmitriy Zaporozhets and Valery Sizov”

MkDocs stage

It is a fast, simple and downright gorgeous static site generator that’s geared towards building project documentation. Documentation source files are written in Markdown, and configured with a single YAML configuration file.

Code Example

Copy the code from the helpful website to do this block

graph TD;
  A-->B;
  A-->C;
  B-->D;
  C-->D;

Last update: August 3, 2021