Skip to content

Commit fc17962

Browse files
authored
Add article about Kubernetes services (#4)
1 parent 07d0d7c commit fc17962

13 files changed

Lines changed: 161 additions & 6 deletions

File tree

content/blog/continuous-delivery/index.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors:
55
description: >
66
Here you can find information about Continuous Delivery, what is it, which benefits can you expect from it, the challenges you might face trying to adopted and so on.
77
date: 2023-09-02
8-
tags: ["Blog", "Continuous Delivery", "Continuous Deployment", "CD"]
8+
tags: ["Continuous Delivery", "Continuous Deployment", "CD"]
99
---
1010

1111
Continuous Delivery (CD) is deeply rooted in the first principle of the Agile Manifesto posted in 2001[^1]:

content/blog/continuous-integration/index.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors:
55
description: >
66
What is Continuous Integration? Which benefits it provides? In this article you can find answers to those questions and many more.
77
date: 2023-08-19
8-
tags: ["Blog", "Continuous Integration", "CI"]
8+
tags: ["Continuous Integration", "CI"]
99
---
1010

1111
One of the most pivotal challenges in the realm of software development is effectively integrating changes [^1]. In a small-scale project steered by a single developer, this challenge might appear to be trivial. However, as the magnitude of the project escalates and more individuals join the development fold, the significance of seamless integration becomes paramount.

content/blog/git-revert-local.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors:
55
description: >
66
How to discard changes in Git before pushing them.
77
date: 2023-01-18
8-
tags: ["Blog","Version Control", "VCS", "Git", "Revert"]
8+
tags: ["Version Control", "VCS", "Git", "Revert"]
99
---
1010

1111
When we have created a commit locally but have not published it to the remote yet, we can use `git reset` to undo the commit and, if we wish, discard the changes.

content/blog/git-revert-pushed.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors:
55
description: >
66
Have you ever pushed a change in Git and it was wrong? Here you'll learn how to revert the change, even if the problem was with a merge commit.
77
date: 2023-01-18
8-
tags: ["Blog","Version Control", "VCS", "Git", "Revert"]
8+
tags: ["Version Control", "VCS", "Git", "Revert"]
99
---
1010

1111
When we realized that the last commit was a mistake but we already published it, the command to use is `git revert <COMMIT_HASH>`.
2.09 MB
Loading
345 KB
Loading
299 KB
Loading
102 KB
Loading
371 KB
Loading
173 KB
Loading

0 commit comments

Comments
 (0)