Michal Slovík
Michal Slovík
Home
Posts
Projects
Light
Dark
Automatic
Posts
Word count (3/3)
Overview In first part and second part, I shared with you my learning project in which I learned more about TestDrivenDevelopment(TDD) and improved my Python skills. Whole project was inspired by: https://ccd-school.
Jul 7, 2022
6 min read
Word count (2/3)
Overview In previous section, I shared with you my learning project in which I learned more about TDD and improved my Python skills. Whole project was inspired by: https://ccd-school.de/coding-dojo/#cd8.
Jun 30, 2022
3 min read
Word count (1/3)
Start small, then grow… — https://ccd-school.de/coding-dojo/#cd8 Overview In this section of articles, I will share with you my learning project in which I learned more about TDD and improved my Python skills.
Jun 21, 2022
4 min read
Infrastructure as code (IaC): Using Azure Resource Manager (ARM) templates
In my previous article I was talking about the usage of infrastructure within the code. Now I am going to take a few steps back and look into the depths of the azure cloud.
Jun 16, 2022
10 min read
Infrastructure as code (IaC), deploy using helm, Kubernetes and azure devops
Introduction In this article, I would like to talk about the use of infrastructure within the code base. I will guide you through the pros and cons of infrastructure as code principles.
Jun 8, 2022
8 min read
Repository mirroring (from GitLab to GitHub)
Make GitLab the main place for all my repositories and github read-only and for archiving purposes. Step by step Pick up name (for your repository/repositories): e.g.: procedural-programming-examples Create GitLab repository
May 10, 2021
1 min read
Transform other markup languages into asciidoc using pandoc
In all use cases I used pandoc. Together with bash or powershell CLI is possible to convert multiple files. Good examples of comparison of lightweight markup languages https://en.wikipedia.org/wiki/Lightweight_markup_language and https://hyperpolyglot.
Oct 6, 2020
1 min read
Scan SonarQube branches and pull request branches without paid licenses
Definition of problem When you would like to scan your code with SonarQube and you have running on your own environment, sometimes you need to scan not master branches. Idea is that only "clean" code should be in master branch.
Jul 15, 2020
1 min read
Asciidoctor and Latex
Introduction In this post I would like to present how can be used LaTeX with AsciiDoctor and show on static generated webpage. For Start basic LaTeX or TeX logo: \[ \LaTeX \\ \TeX \]
Dec 11, 2019
1 min read
Sonar Qube on Maven/Gradle project
Add local SonarQube Start sonar qube with docker $ docker run -d --name sonarqube -p 9000:9000 sonarqube Insert sonar plugin to pom.xml (maven) <build> <plugins> <plugin> <groupId>org.sonarsource.scanner.maven</groupId> <artifactId>sonar-maven-plugin</artifactId> <version>3.6.0.1398</version> </plugin> </plugins> </build> Check with sonar quality of your code $ mvn sonar:sonar Insert into gradle project plugins { id "org.
Nov 26, 2019
1 min read
«
»
Cite
×