• WordPress: CMS Website paling mudah digunakan

    WordPress adalah Content Management System (CMS) yang biasa digunakan untuk membuat blog, website hingga membuat e-commerce. Dibuat sejak tahun 2003, menggunakan bahasa pemrograman php dan database mysql. Sudah menjadi pondasi 43% website di internet. WordPress menjadi pilihan yang menarik untuk Outline Blog: Apa saja fitur wordpress? WordPress sudah berjalan sejak 2003, sudah lebih 20 tahun…

  • Event: Seminar Bandung Coders (BAC<>D)

    Komunitas yang dibuat oleh Restu Dwi Cahyo bernama Bandung Coders (BACOD atau BAC<>D) membuat event seminar pada tanggal 26 Januari 2025. Restu mengundang saya untuk menjadi pembicara di acara seminar ini, tema yang diangkat adalah Kreatifitas dan Solusi di Tengah Tech Winter. Semoga seminar ini bisa menambah semangat untuk teman-teman yang terkena lay-off dampak dari…

  • Ollama: Full Tutorial Membuat Agen AI Offline

    ,

    Ollama adalah aplikasi CLI (Command line interface) untuk menjalankan LLM (Large Language Model) di komputer lokal dengan mudah tanpa akses internet. Ollama sendiri bukan sekedar aplikasi tapi sebuah perusahaan, Dibuat oleh Jeffrey Morgan dan Michael Chiang periksa di website ycombinator!. Pertama kali diluncurkan tahun 2023 dan bisa jalan di docker tanpa masalah. Outline Blog Download…

  • Turn any AI into your co-developer agent

    Chatgpt or other LLM AI always yapping with unnecassary information because we (as user) already know much, we want instant and straightforward answer. Make it stop Yapping We are as software developer already know very much, we only want code snippet or solution in other technology. Keyword concise and condense will help you to get…

  • Async-Mutex: A JavaScript Library to Prevent Race Conditions

    Race condition is where the system’s substantive behavior is dependent on the sequence or timing of other uncontrollable events, leading to unexpected or inconsistent results. Every engineer soon or later will face this situation, it’s so frustating when a data handled by more than 1 operation which lead unexpected or inconsistent results. This situation sometimes…

  • Update: Migrate CMS from Hugo to WordPress

    ,

    My blog created using gohugo which is very fast and instant build hundred of markdown file into html, so I can host for free at Cloudflare Pages. But, I found some problem while working on this blog that makes me migrate to WordPress. Update and create blog should update to file markdown directly and compile…

  • 5 Online Resources Every Web Developer Should Read

    Change happen every day, it’s hard to keep up with changes and finding reliable sources is difficulty we experience as web developer. I will breakdown list of resource that I use regularly Here is outline of this post, feel free to jump one into another List Resources 1. MDN MDN is a reliable resource owned…

  • Running Vite React TypeScript with Deno

    Update 20 october 2024 Deno 2.0 have been release!, it Backwards-compatible!. I have test to run my vite project and nestjs project, it work perfectly but with small adjustment of tailwind configuration, overall it work as expected!, I thinks this article is not related anymore. Thank you for your time and visit my other post.…