diff options
| author | Shulhan <ms@kilabit.info> | 2024-12-03 22:10:39 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2024-12-03 22:10:39 +0700 |
| commit | 83f1a751fe41260612ba60c5c974e0c42dd86681 (patch) | |
| tree | 04f5eb4caaba9310fe36022e1a2b87e4c274aab9 | |
| parent | f01cf23adc55792d5c08924a41cf533ec39abf6d (diff) | |
| download | kilabit.info-83f1a751fe41260612ba60c5c974e0c42dd86681.tar.xz | |
_content/talk: create index for the directory
| -rw-r--r-- | _content/talk/index.adoc | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/_content/talk/index.adoc b/_content/talk/index.adoc new file mode 100644 index 0000000..28f80a3 --- /dev/null +++ b/_content/talk/index.adoc @@ -0,0 +1,38 @@ +== Talk + +link:/talk/software_development_retrospective/[Software development retrospective^]:: ++ +-- +In this talk we will explore how does software development +works? +What is “team” in software development? +Testing phase in software development, and software artifacts. +-- + + +link:/talk/workgroup_or_team_work/[Workgroup or team work?^]:: ++ +-- +What does the team should looks like in the software development? +Is the member of team work individually or as a team? +Know their differences. +-- + +link:/talk/introduction_to_DNS/[Introduction to DNS^]:: ++ +-- +What is DNS? How they works? +This talk has two version. +The first slide is the simplified one, and the second is the expanded +version. +-- + + +link:/talk/git-tutorial/[Git - Tutorial]:: ++ +-- +This talk contain history, terminologies, tips and tricks, and quick git +practice for push, pull and merge using local directory as remote. +-- + + |
