ABP - Amikom @2019
@DyanGalih
IT Enthusiast, Cloud and Mobile Security Enthusiast, Public speaker
A Simple Person Who Love Code, Share Knowledge and Always Learning about Java, PHP, DevOps, Android, Javascript, mobile and webapps security.
Design Patterns are reusable solutions to commonly
Dependency Injection
Plain Old {Insert Language Here} Object is an simple approach that says you don't always need to use an extensive class to store data or perform logic.
class HelloWorld{
private $value;
public function getValue(): ?string
{
return $this->value;
}
public function setValue(string $value) {
$this->value = $value;
}
}
Studi Kasus : Posko.id
Aplikasi web untuk pemetaan lokasi posko, kebutuhan pengungsi dan koordinasi relawan.
Source : https://github.com/NgeSEC/relawan/