Kode Telepon Kota di Indonesia JSONKali ini saya ingin berbagi file JSON yang sudah saya buat yaitu file json kode telepon kota kota di Indonesia. Berikut datanya:Aug 24, 2023Aug 24, 2023
Membuat multiple ssh-keyJika kita ingin melakukan clone dari git seperti github/gitlab ada beberapa opsi, salah satunya menggunakan SSH. Sering kali kita ingin…Aug 8, 2023Aug 8, 2023
Mencari Nilai Maksimum dari suatu Array Menggunakan Kadane’s AlgorithmBaru — baru ini saya melakukan technical test untuk posisi Frontend Developer, dan salah satu test case nya sangat menarik, maka dari itu…Jul 6, 2023Jul 6, 2023
Daftar Penyedia Postgresql storage gratis.PostgreSql merupakan salah satu produk SQL yang sangat banyak dipakai oleh developer sebagai database untuk aplikasi mereka. Untuk dapat…Jun 24, 2023Jun 24, 2023
Cara baru install NextJSJika biasanya kita menginstall NextJS menggunakan npx create-next-app@latest, lalu jika ingin menggunakan typescript kita perlu merubah…Jun 23, 2023Jun 23, 2023
Create Backend easily with PocketbaseWhen developing a web or mobile application, there are two crucial components: the frontend and the backend. For frontend engineers who…Jun 22, 2023Jun 22, 2023
How to connect your pc to Gitlab with sshThis article is intended for those of you who want to communicate git on your local computer with gitlab using ssh. Communication here is…Apr 10, 2022Apr 10, 2022
How to download specific folders on GithubGitHub, Inc. is a provider of Internet hosting for software development and version control using Git. It offers the distributed version…Feb 18, 2022Feb 18, 2022
Create Bootable Windows 10 with MacOs M1This time I will share how to make bootable windows 10 on MacOs M1.Jan 26, 2022Jan 26, 2022
Insert Array Into Specific IndexYou can use array.push to insert an object into an array, but it will always be in the last of the index of an array. So instead of that…Nov 29, 2021Nov 29, 2021