π Hi, I'm Vit Justinov "@vi-u" and it is
β‘ "Another try to make IT right!"
π Iβm interested in cyber security and full-stack devops
π± Iβm currently teaching as I go
π― Iβm looking to collaborate on cyber security devops
π« Please reach me on [email protected]
In an attempt to make IT applications more structured,
I have numbered the repositories with integers so that
the concept development logic is easy to read and understand,
and also debuggable.
The proposed logic is based on block development. A project consists of repositories or blocks. Where each block is a repository containing the code of the required IT concept.
Another suggestion is that the entire build of the project
should be covered in decimal repositories,
say the first one will be placed from 10 to 19,
the second project will ocupy blocks from 20 to 29, etc.
For example, to use the Python app "Python Caesar Ciphering" in production of the Dockerized web app "Docker-Flask-Caesar-Cipher", we use the following structure:
10-Python-Caesar-Cipher (https://github.com/vi-u/10-Python-Caesar-Cipher)
11-Flask-Template (https://github.com/vi-u/11-Flask-Template)
12-Input-Flask-Form (https://github.com/vi-u/12-Input-Flask-Form)
13-Flask-Caesar-Cipher (https://github.com/vi-u/13-Flask-Caesar-Cipher)
14-Docker-Flask (https://github.com/vi-u/14-Docker-Flask)
15-Docker-Flask_Template (https://github.com/vi-u/15-Docker-Flask_Template)
16-Docker-Flask-Caesar (https://github.com/vi-u/16-Docker-Flask-Caesar)
17-DockerHub-vitjust-Caesar17 (https://github.com/vi-u/17-DockerHub-vitjust-Caesar17)
#including committing changes into new image vitjust/caesar17
#and pushing vitjust/caesar17 to Docker Hub (https://hub.docker.com/r/vitjust/caesar17)
Looking forward to your highly appreciated submissions!