Skip to content

Commit

Permalink
deploy: cabecc0
Browse files Browse the repository at this point in the history
  • Loading branch information
pintergreg committed Nov 18, 2024
1 parent 31adfd3 commit 3133830
Show file tree
Hide file tree
Showing 16 changed files with 96 additions and 2 deletions.
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -473,6 +473,8 @@ <h4 id="optional-4"><a class="header" href="#optional-4">optional</a></h4>
<li>a <a href="https://dev.to/scottshipp/war-of-the-git-flows-3ec2">comparison of branching
strategies</a> - by
Scott Shipp</li>
<li><a href="https://snarky.ca/why-i-dont-like-semver/">Why I don’t like SemVer
anymore</a> - by Brett Cannon</li>
</ul>
<h2 id="week-12"><a class="header" href="#week-12">week 12</a></h2>
<ol>
Expand Down
2 changes: 2 additions & 0 deletions lectures/HOME.html
Original file line number Diff line number Diff line change
Expand Up @@ -473,6 +473,8 @@ <h4 id="optional-4"><a class="header" href="#optional-4">optional</a></h4>
<li>a <a href="https://dev.to/scottshipp/war-of-the-git-flows-3ec2">comparison of branching
strategies</a> - by
Scott Shipp</li>
<li><a href="https://snarky.ca/why-i-dont-like-semver/">Why I don’t like SemVer
anymore</a> - by Brett Cannon</li>
</ul>
<h2 id="week-12"><a class="header" href="#week-12">week 12</a></h2>
<ol>
Expand Down
4 changes: 4 additions & 0 deletions lectures/figures/daily_work_1.drawio.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions lectures/figures/daily_work_2.drawio.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions lectures/figures/daily_work_3.drawio.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions lectures/figures/daily_work_4.drawio.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions lectures/figures/daily_work_4b.drawio.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions print.html
Original file line number Diff line number Diff line change
Expand Up @@ -474,6 +474,8 @@ <h4 id="optional-4"><a class="header" href="#optional-4">optional</a></h4>
<li>a <a href="https://dev.to/scottshipp/war-of-the-git-flows-3ec2">comparison of branching
strategies</a> - by
Scott Shipp</li>
<li><a href="https://snarky.ca/why-i-dont-like-semver/">Why I don’t like SemVer
anymore</a> - by Brett Cannon</li>
</ul>
<h2 id="week-12"><a class="header" href="#week-12">week 12</a></h2>
<ol>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

48 changes: 48 additions & 0 deletions slides/16_automatization.html
Original file line number Diff line number Diff line change
Expand Up @@ -1002,6 +1002,54 @@ <h2>dependencies</h2>
function.</p>
</aside>
</section></section>
<section id="daily-work" class="title-slide slide level1">
<h1>daily work</h1>
<div class="r-stack">
<div class="fragment fade-out" data-fragment-index="1">
<ul>
<li>select a task from backlog</li>
<li>read and understand it</li>
<li>create a feature branch</li>
</ul>
<p><img data-src="figures/daily_work_1.drawio.svg" width="600" /></p>
</div>
<div class="fragment current-visible" data-fragment-index="1">
<ul>
<li>write code, possibly using <span class="tooltip"
title="test-driven development">TDD</span></li>
<li>local unit testing, checks</li>
<li>open a pull request (initiate merge)</li>
</ul>
<p><img data-src="figures/daily_work_2.drawio.svg" width="600" /></p>
</div>
<div class="fragment current-visible" data-fragment-index="2">
<ul>
<li>pull requests used to manage review</li>
<li>trigger for <span class="tooltip"
title="continuous integration">CI</span> to run automated tests, static
code analysis, generate reports, etc.</li>
<li>while your work is reviewed, start working on another task / review
other’s work</li>
</ul>
<p><img data-src="figures/daily_work_3.drawio.svg" width="600" /></p>
</div>
<div class="fragment current-visible" data-fragment-index="3">
<ul>
<li>if everything is fine, the task is done</li>
<li>eventually the change will be in production at the end users</li>
<li>as a part of a release
<ul>
<li>a release can group together multiple changes</li>
<li>then, scrum start a new iteration, or kanban continues as
always</li>
</ul></li>
<li>using some kind of deployment strategy</li>
</ul>
<p><img data-src="figures/daily_work_4b.drawio.svg" width="600" /></p>
</div>
</div>
</section>

<section>
<section id="release-versioning" class="title-slide slide level1">
<h1>release versioning</h1>
Expand Down
4 changes: 4 additions & 0 deletions slides/figures/daily_work_1.drawio.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions slides/figures/daily_work_2.drawio.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions slides/figures/daily_work_3.drawio.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions slides/figures/daily_work_4.drawio.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions slides/figures/daily_work_4b.drawio.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3133830

Please sign in to comment.