From aeb3c27c9b9c1a54e2397fa852e232cdf0403a8f Mon Sep 17 00:00:00 2001 From: Shulhan Date: Tue, 24 Sep 2024 22:05:07 +0700 Subject: [PATCH] _content/talk: publish three talks using Google Slides Talk, * Introduction to DNS * Software development retrospective * Workgroup or team work? --- _content/index.adoc | 28 +++++++++++++++ _content/talk/introduction_to_DNS/index.adoc | 34 +++++++++++++++++++ .../index.adoc | 13 +++++++ .../talk/workgroup_or_team_work/index.adoc | 14 ++++++++ 4 files changed, 89 insertions(+) create mode 100644 _content/talk/introduction_to_DNS/index.adoc create mode 100644 _content/talk/software_development_retrospective/index.adoc create mode 100644 _content/talk/workgroup_or_team_work/index.adoc diff --git a/_content/index.adoc b/_content/index.adoc index fa26e7f..329c526 100644 --- a/_content/index.adoc +++ b/_content/index.adoc @@ -63,6 +63,34 @@ include::./project/index.adoc[] == 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]:: + -- diff --git a/_content/talk/introduction_to_DNS/index.adoc b/_content/talk/introduction_to_DNS/index.adoc new file mode 100644 index 0000000..03f5b26 --- /dev/null +++ b/_content/talk/introduction_to_DNS/index.adoc @@ -0,0 +1,34 @@ += Introduction to DNS +Shulhan + +This talk has two version. +The first slide is the simplified one, and the second is the expanded +version. + +(Simplified version) + +++++ + +++++ + +(Expanded version) + +++++ + +++++ diff --git a/_content/talk/software_development_retrospective/index.adoc b/_content/talk/software_development_retrospective/index.adoc new file mode 100644 index 0000000..8d52f26 --- /dev/null +++ b/_content/talk/software_development_retrospective/index.adoc @@ -0,0 +1,13 @@ += Software Development Restrospective + +++++ + +++++ diff --git a/_content/talk/workgroup_or_team_work/index.adoc b/_content/talk/workgroup_or_team_work/index.adoc new file mode 100644 index 0000000..9b3e939 --- /dev/null +++ b/_content/talk/workgroup_or_team_work/index.adoc @@ -0,0 +1,14 @@ += Workgroup or team work? +Shulhan + +++++ + +++++ -- 2.45.2