Update for 2025.
Signed-off-by: Willy Sudiarto Raharjo <willysr@staff.ukdw.ac.id>
This commit is contained in:
@@ -24,7 +24,7 @@ include "../includes/courses.php";
|
||||
<h3>Jadwal</h3>
|
||||
</header>
|
||||
<aside>
|
||||
<p>Grup A<br/>Hari Kamis<br/>Jam 07.30 - 10.20<br/>Lab Big Data</p>
|
||||
<p>Grup A<br/>Hari Selasa<br/>Jam 07.30 - 10.20<br/>Lab Big Data</p>
|
||||
</aside>
|
||||
</section>
|
||||
<section class="classinfo">
|
||||
@@ -32,7 +32,7 @@ include "../includes/courses.php";
|
||||
<header>
|
||||
<h1>PENGANTAR</h1>
|
||||
</header>
|
||||
<p>Matakuliah disajikan untuk membangun basis pengetahuan dan ketrampilan di bidang administrasi sistem, terutama mengelola server berbasis LINUX, mengintegrasikan berbagai layanan pada platform AWS, melakukan deployment aplikasi pada platform AWS, serta mengenali teknologi container orchestraction berbasis Docker.</p>
|
||||
<p>Mata kuliah Cloud Infrastructure memperkenalkan kepada mahasiswa mengenai pengelolaan infrastruktur sistem berbasis pada arsitektur cloud. Mahasiswa akan belajar tentang konsep cloud computing, layanan-layanan dasar dari cloud computing, serta bagaimana melakukan deployment aplikasi pada environment cloud. Platform yang digunakan pada matakuliah ini adalah Amazon Web Services.</p>
|
||||
</section>
|
||||
</section>
|
||||
|
||||
@@ -53,24 +53,20 @@ include "../includes/courses.php";
|
||||
<ul>
|
||||
<li><a href="https://aws.amazon.com/iam/">Identity Management (IAM)</a></li>
|
||||
<li><a href="https://aws.amazon.com/ec2/">Compute Service (EC2)</a></li>
|
||||
<li>Networking Service (<a href="https://aws.amazon.com/route53/">Route53</a> and <a href="https://aws.amazon.com/vpc/">VPC</a>)</li>
|
||||
<li><a href="https://aws.amazon.com/ebs/">Elastic Block Storage (EBS)</a></li>
|
||||
<li><a href="https://aws.amazon.com/efs/">Elastic File System(EFS)</a></li>
|
||||
<li><a href="https://aws.amazon.com/s3/">Storage Service (S3)</a></li>
|
||||
<li>Networking Service (<a href="https://aws.amazon.com/route53/">Route53</a> and <a href="https://aws.amazon.com/vpc/">VPC</a>)</li>
|
||||
<li><a href="https://aws.amazon.com/rds/">Database Service (RDS)</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="https://aws.amazon.com/elasticloadbalancing/">Load Balancing</a></li>
|
||||
<li><a href="https://aws.amazon.com/autoscaling/">High Availability (Auto Scaling)</a></li>
|
||||
<li>Application Deployment (<a href="https://aws.amazon.com/codepipeline/">Code Pipeline</a>, <a href="https://aws.amazon.com/codecommit/">CodeCommit</a>, <a href="https://aws.amazon.com/codedeploy/">CodeDeploy</a>)</li>
|
||||
<li>Container technology
|
||||
<ul>
|
||||
<li><a href="https://docker-curriculum.com/">Introduction to Docker</a></li>
|
||||
<li><a href="https://docs.docker.com/get-started/">Docker basics (Container, Images, Networks, Volumes)</a></li>
|
||||
<li><a href="https://docs.docker.com/compose/">Docker Compose</a></li>
|
||||
<li><a href="https://docs.docker.com/engine/swarm/">Container Orchestraction (Docker Swarm)</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Introduction to Serveless Technology (<a href="https://aws.amazon.com/lambda/">Lambda</a>)</li>
|
||||
<li>Introduction to ECS (<a href="https://aws.amazon.com/ecs/">ECS</a>)</li>
|
||||
<li>Infrastructure as a Code (IAC) - <a href="https://www.terraform.io/">Terraform</a></li>
|
||||
<li><a href="https://aws.amazon.com/cloudfront/">Caching Content</a></li>
|
||||
<li>Decoupling Architecture (<a href="https://aws.amazon.com/sns/">SNS</a> - <a href="https://aws.amazon.com/sqs/">SQS</a>)</li>
|
||||
<li>Introduction to Serveless Technology (<a href="https://aws.amazon.com/lambda/">Lambda</a>, <a href="https://aws.amazon.com/dynamodb/">DynamoDB</a>, <a href="https://aws.amazon.com/api-gateway/">API Gateway</a>)</li>
|
||||
<li><a href="https://docs.aws.amazon.com/whitepapers/latest/disaster-recovery-workloads-on-aws/disaster-recovery-options-in-the-cloud.html">Disaster Recovery Planning</a></li>
|
||||
</ol>
|
||||
</section>
|
||||
<section class="references">
|
||||
|
||||
@@ -0,0 +1,83 @@
|
||||
<!DOCTYPE html>
|
||||
<head>
|
||||
<title>Willy Sudiarto Raharjo - Computer Security</title>
|
||||
<meta name="keywords" content="Willy, Willy Sudiarto Raharjo, Willy SR, WillySR, UKDW, Dosen, Universitas Kristen Duta Wacana, Container Orchestration, Docker, Kubernetes, Informatika" />
|
||||
<meta name="description" content="Situs ini berisi halaman materi untuk kelas Container Orchestration Universitas Kristen Duta Wacana" />
|
||||
<link rel="icon" href="../images/favicon.ico" type="image/ico" />
|
||||
<style type="text/css">
|
||||
@import "../includes/index.css";
|
||||
@import "../includes/normalize.css";
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<?php
|
||||
include "../includes/functions.php";
|
||||
?>
|
||||
<header role="banner">
|
||||
<?php
|
||||
include "../includes/courses.php";
|
||||
?>
|
||||
</header>
|
||||
<section class="title">Container Orchestration</section>
|
||||
<section class="sidebar">
|
||||
<header>
|
||||
<h3>Jadwal</h3>
|
||||
</header>
|
||||
<aside>
|
||||
<p>
|
||||
Grup A<br/>Hari Rabu<br/>Jam 07:30 - 10:00
|
||||
</p>
|
||||
<p>
|
||||
</aside>
|
||||
</section>
|
||||
<section class="classinfo">
|
||||
<section class="description">
|
||||
<header>
|
||||
<h1>PENGAJAR</h1>
|
||||
</header>
|
||||
<p>Willy Sudiarto Raharjo, S.Kom., M.Cs</p>
|
||||
</section>
|
||||
<section class="description">
|
||||
<header>
|
||||
<h1>PENGANTAR</h1>
|
||||
</header>
|
||||
<p>Mata kuliah Container Orchestration memperkenalkan kepada mahasiswa mengenai konsep container dan juga container orchestration dengan menggunakan teknologi Docker dan Kubernetes</p>
|
||||
</section>
|
||||
</section>
|
||||
|
||||
<section class="material">
|
||||
<header>
|
||||
<h1>MATERI</h1>
|
||||
</header>
|
||||
<ol>
|
||||
<li>Syllabus</li>
|
||||
<li>Introduction to Container Technology</li>
|
||||
<li>Docker Installation and Docker basics (Container, Images, Networks, Volumes)</li>
|
||||
<li>Docker Compose</li>
|
||||
<li>Docker Swarm</li>
|
||||
<li>Introduction to Amazon ECS</li>
|
||||
<li>Introduction to Kubernetes Cluster Architectures and Installation</li>
|
||||
<li>Kubernetes Workloads (Pods, Deployment, ReplicaSets, Jobs)</li>
|
||||
<li>Kubernetes Networking Services (NodePort, ClusterIP, LoadBalancer, DNS, Ingress)</li>
|
||||
<li>Kubernetes Storage</li>
|
||||
<li>Kubernetes Configuration (ConfigMaps, Secrets)</li>
|
||||
<li>Automated CI using Github Actions</li>
|
||||
<li>Introduction to Amazon EKS</li>
|
||||
</ol>
|
||||
</section>
|
||||
<section class="references">
|
||||
<header>
|
||||
<h1>REFERENSI</h1>
|
||||
</header>
|
||||
<ol>
|
||||
<li>Docker Mastery: with Kubernetes +Swarm from a Docker Captain</li>
|
||||
<li>Kubernetes Mastery: Hands-On Lessons From A Docker Captain</li>
|
||||
<li>The Kubernetes Book (Poulton, N., Nielsen Book Services)</li>
|
||||
<li>The Book of Kubernetes: A Complete Guide to Container Orchestration (Hohn, A, No Starch Press)</li>
|
||||
</ol>
|
||||
</section>
|
||||
<?php
|
||||
include "../includes/footer.php";
|
||||
?>
|
||||
</body>
|
||||
</html>
|
||||
+15
-4
@@ -28,10 +28,21 @@ include "includes/navbar.html";
|
||||
</header>
|
||||
<ol>
|
||||
<li><a href="cloud-infrastructure-ti/index.php">Cloud Infrastructure</a></li>
|
||||
<li><a href="manpro-ti/index.php">Project Management</a></li>
|
||||
<li><a href="os-ti/index.php">Operating Systems</a></li>
|
||||
<li><a href="dbadmin-ti/index.php">Relational Database System Administration</a></li>
|
||||
<li><a href="tekkom-ti/index.php">Computer Technology</a></li>
|
||||
<li><a href="kakom-ti/index.php">Computer Security</a></li>
|
||||
<li><a href="container-ti/index.php">Container Orcestration</a></li>
|
||||
<li><a href="nosql-ti/index.php">Non Relational Database System Administration</a></li>
|
||||
</ol>
|
||||
</article>
|
||||
<article>
|
||||
<header>
|
||||
<h1>Gasal 2024/2025</h1>
|
||||
</header>
|
||||
<ol>
|
||||
<li>Cloud Infrastructure</li>
|
||||
<li>Project Management</li>
|
||||
<li>Operating Systems</li>
|
||||
<li>Relational Database System Administration</li>
|
||||
<li>Computer Technology</li>
|
||||
</ol>
|
||||
</article>
|
||||
<article>
|
||||
|
||||
@@ -2,15 +2,13 @@
|
||||
<ul>
|
||||
<li><a href="../index.php">Home</a></li>
|
||||
<li>|</li>
|
||||
<li><a href="../tekkom-ti/">CompTech</a></li>
|
||||
<li><a href="../kakom-ti/">CompSec</a></li>
|
||||
<li>|</li>
|
||||
<li><a href="../os-ti/">Operating Systems</a></li>
|
||||
<li><a href="../container-ti/">Container Orchestration</a></li>
|
||||
<li>|</li>
|
||||
<li><a href="../dbadmin-ti/">Relational Database</a></li>
|
||||
<li><a href="../nosql-ti/">NoSQL Database</a></li>
|
||||
<li>|</li>
|
||||
<li><a href="../cloud-infrastructure-ti/">Cloud</a></li>
|
||||
<li>|</li>
|
||||
<li><a href="../manpro-ti/">PM</a></li>
|
||||
<li><a href="../cloud-infrastructure-ti/">Cloud infrastructure</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
|
||||
@@ -52,9 +52,9 @@ Certification in 2021. His main operating system is <a href="http://www.slackwar
|
||||
<article>
|
||||
<header>
|
||||
<h3>My classes next semester</h3>
|
||||
<span><time datetime="2024-08-12">August, 12 2024</time></span>
|
||||
<span><time datetime="2025-01-20">January, 20 2025</time></span>
|
||||
</header>
|
||||
<p>I will be teaching Project Management, Operating Systems, Computer Technology, Cloud Infrastructure, and Relational Database Administration.</p>
|
||||
<p>I will be teaching Computer Security, Contrainer Orchestration, Cloud Infrastructure, and Non-Relational Database Administration.</p>
|
||||
</article>
|
||||
</section>
|
||||
<?php
|
||||
|
||||
+14
-25
@@ -25,17 +25,9 @@ include "../includes/courses.php";
|
||||
</header>
|
||||
<aside>
|
||||
<p>
|
||||
Grup A<br/>Hari Kamis<br/>Jam 11:30 - 13:00
|
||||
Grup A<br/>Hari Senin<br/>Jam 11:30 - 13:00
|
||||
</p>
|
||||
<p>
|
||||
Grup B<br/>Hari Rabu<br/>Jam 9:30 - 11:00
|
||||
</p>
|
||||
<p>
|
||||
Grup C<br/>Hari Rabu<br/>Jam 11:30 - 13:00
|
||||
</p>
|
||||
<p>
|
||||
Grup D<br/>Hari Kamis<br/>Jam 9:30 - 11:00
|
||||
</p>
|
||||
</aside>
|
||||
</section>
|
||||
<section class="classinfo">
|
||||
@@ -43,14 +35,13 @@ include "../includes/courses.php";
|
||||
<header>
|
||||
<h1>PENGAJAR</h1>
|
||||
</header>
|
||||
<p>Willy Sudiarto Raharjo, S.Kom., M.Cs<br/>
|
||||
I Kadek Dendy Senapartha, S.T., M.Eng</p>
|
||||
<p>Willy Sudiarto Raharjo, S.Kom., M.Cs</p>
|
||||
</section>
|
||||
<section class="description">
|
||||
<header>
|
||||
<h1>PENGANTAR</h1>
|
||||
</header>
|
||||
<p>Mata kuliah Keamanan Komputer memperkenalkan kepada mahasiswa mengenai konsep pengamanan data dan informasi. Materi perkuliahan mencakup pembahasan tentang keamanan pada sisi pengguna, aplikasi serta sistem, mekanisme pengendalian hak akses, malware serangan-serangan pada aplikasi berbasis desktop maupun web, dan keamanan pada jaringan dan wireless.</p>
|
||||
<p>Mata kuliah Keamanan Komputer memperkenalkan kepada mahasiswa mengenai konsep pengamanan data dan informasi. Materi perkuliahan mencakup pembahasan tentang keamanan pada sisi pengguna, aplikasi serta sistem, mekanisme pengendalian hak akses, malware serangan-serangan pada aplikasi berbasis desktop maupun web, dan keamanan pada jaringan, mobile dan wireless.</p>
|
||||
</section>
|
||||
</section>
|
||||
|
||||
@@ -60,19 +51,17 @@ include "../includes/courses.php";
|
||||
</header>
|
||||
<ol>
|
||||
<li>Syllabus</li>
|
||||
<li>Introduction to Security</li>
|
||||
<li>Security Principles</li>
|
||||
<li>Access Control Mechanism (Authentication)</li>
|
||||
<li>Access Control Mechanism (Authorization)</li>
|
||||
<li>Personal Security</li>
|
||||
<li>Malware</li>
|
||||
<li>Control hijacking attacks</li>
|
||||
<li>Isolation and sandboxing</li>
|
||||
<li>Web Security Model</li>
|
||||
<li>Web Application Security</li>
|
||||
<li>Web Session Management</li>
|
||||
<li>Cryptography</li>
|
||||
<li>Privacy, Anonymity, and Censorship</li>
|
||||
<li>Information Security Fundamentals + Ethical Hacking Fundamentals</li>
|
||||
<li>Information Security Threats and Vulnerability Assessment</li>
|
||||
<li>Social Engineering Techniques and Countermeasures</li>
|
||||
<li>Network Level Attacks and Countermeasures</li>
|
||||
<li>Web Application Attacks and Countermeasures</li>
|
||||
<li>Wireless Attacks and Countermeasures</li>
|
||||
<li>Mobile Attacks and Countermeasures</li>
|
||||
<li>Cloud Computing Threats and Countermeasures</li>
|
||||
<li>Identification, Authentication, and Authorization</li>
|
||||
<li>Network Security Controls</li>
|
||||
<li>Cryptography and PKI</li>
|
||||
</ol>
|
||||
</section>
|
||||
<section class="references">
|
||||
|
||||
@@ -0,0 +1,80 @@
|
||||
<!DOCTYPE html>
|
||||
<head>
|
||||
<title>Willy Sudiarto Raharjo - Computer Security</title>
|
||||
<meta name="keywords" content="Willy, Willy Sudiarto Raharjo, Willy SR, WillySR, UKDW, Dosen, Universitas Kristen Duta Wacana, NoSQL, MongoDB" />
|
||||
<meta name="description" content="Situs ini berisi halaman materi untuk kelas Administrasi Basis Data Non Relational Universitas Kristen Duta Wacana" />
|
||||
<link rel="icon" href="../images/favicon.ico" type="image/ico" />
|
||||
<style type="text/css">
|
||||
@import "../includes/index.css";
|
||||
@import "../includes/normalize.css";
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<?php
|
||||
include "../includes/functions.php";
|
||||
?>
|
||||
<header role="banner">
|
||||
<?php
|
||||
include "../includes/courses.php";
|
||||
?>
|
||||
</header>
|
||||
<section class="title">Non Relational Database Administration</section>
|
||||
<section class="sidebar">
|
||||
<header>
|
||||
<h3>Jadwal</h3>
|
||||
</header>
|
||||
<aside>
|
||||
<p>
|
||||
Grup A<br/>Hari Selasa<br/>Jam 10:30 - 13:00
|
||||
</p>
|
||||
<p>
|
||||
</aside>
|
||||
</section>
|
||||
<section class="classinfo">
|
||||
<section class="description">
|
||||
<header>
|
||||
<h1>PENGAJAR</h1>
|
||||
</header>
|
||||
<p>Willy Sudiarto Raharjo, S.Kom., M.Cs</p>
|
||||
</section>
|
||||
<section class="description">
|
||||
<header>
|
||||
<h1>PENGANTAR</h1>
|
||||
</header>
|
||||
<p>Mata kuliah Administrasi Basis Data Non Relational memperkenalkan kepada mahasiswa mengenai konsep NoSQL Database dengan menggunakan teknologi MongoDB. Mahasiswa juga belajar dari beberapa studi kasus terkait pemanfaatan NoSQL dan aplikasinya dalam dunia industri.</p>
|
||||
<p>
|
||||
</section>
|
||||
</section>
|
||||
|
||||
<section class="material">
|
||||
<header>
|
||||
<h1>MATERI</h1>
|
||||
</header>
|
||||
<ol>
|
||||
<li>Syllabus</li>
|
||||
<li>Introduction to MongoDB</li>
|
||||
<li>CRUD with MongoDB</li>
|
||||
<li>Sorting, Limit, and Projections</li>
|
||||
<li>Aggregation</li>
|
||||
<li>Index Management</li>
|
||||
<li>Data Modeling</li>
|
||||
<li>Transactions</li>
|
||||
<li>Access Control</li>
|
||||
<li>Logging</li>
|
||||
<li>MongoDB Tools</li>
|
||||
<li>Replication</li>
|
||||
</ol>
|
||||
</section>
|
||||
<section class="references">
|
||||
<header>
|
||||
<h1>REFERENSI</h1>
|
||||
</header>
|
||||
<ol>
|
||||
<li><a href="https://learn.mongodb.com/">MongoDB University</a></li>
|
||||
</ol>
|
||||
</section>
|
||||
<?php
|
||||
include "../includes/footer.php";
|
||||
?>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user