Hei World,
const person = {
name: "Rio Chandra";
}
const blog = {
ownedBy: person;
sayHi: (guest) => guest.sendMessage("Hi, welcome to my blog"),
openHomepage: () => { // @TODO: Add homepage please, by @rio }
}
blog.openHomepage();
My Post
-
Update: Migrate CMS from Hugo to WordPress
-
5 Online Resources Every Web Developer Should Read
-
Running Vite React TypeScript with Deno
-
Phishing: Teknik Hacker Mengambil Akses Akun Anda
-
Effective and Simple Logging in NestJS Using Pino Logger
-
GPG Encryption Snippet
-
Kunci Data Sensitif Menggunakan AGE Encryption
-
SOPS: How to Secure Your Config File