Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change picture of automation + fix typos #6

Merged
merged 2 commits into from
Jan 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -115,3 +115,6 @@ fabric.properties
.idea/**/azureSettings.xml

# End of https://www.toptal.com/developers/gitignore/api/jetbrains

.idea
**.DS_Store
Binary file modified _images/automation.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions posts/automation/automation-intro.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---

title: Automation introduction
title: What does automation-hub mean?
menu_order: 1
post_status: publish
post_excerpt: This is a post excerpt
post_excerpt: If you are interested in cool technologies for DevOps and automation like Ansible, Tekton, or ArgoCD, check out this introduction to our project.
featured_image: _images/automation.jpg
author: jstejskal
taxonomy:
Expand Down
2 changes: 1 addition & 1 deletion posts/performance/performance-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ give you enough confidence to start **performance tuning** your software. Well a
lets move to what is currently included in [performance hub](https://github.com/skodjob/database-performance-hub).

### Database Manipulation Tool
Imagine the situation when you working on a product that supports multiple database engines and you
Imagine the situation when you are working on a product that supports multiple database engines and if you
would like to perform some tuning. Well, that sucks! You have to create different loads because
most of the databases use different dialects. This is certainly not something that will encourage
you in this action. Believe us we have been in this situation. Gladly we have a solution for you!
Expand Down
Loading