Category: Archive

Archive contetn from riochndr.com

  • Responsive Image Web Browser

    With modern browsers’ ability to choose the displayed image, we can boost user experience. This article guides you through creating responsive images

    Responsive Image Web Browser
  • Mungkin Kamu Tidak Butuh Nextjs, Kenapa?

    Membuat produk atau jadi budak Kerangka Kerja (framework) ? Sudah banyak aplikasi dan website sudah ku buat, kebanyakan menggunakan framework Nextjs . Framework frontend ini sangat…

    Mungkin Kamu Tidak Butuh Nextjs, Kenapa?
  • Less is More Stack

    There is thousand programming language framework, tool, library to make app now days. Nodejs, go lang, Rust, Java, Nextjs, Reactjs, Vue, you name it. Choosing the…

  • Systemd: Effective Deploy Nodejs on Linux

    nearly every Linux distribution comes with systemd, which means forever, monit, PM2, etc. are no longer necessary – your OS already handles these tasks. – Mikemaccana,…

    Systemd: Effective Deploy Nodejs on Linux
  • ARUA: Proses dan Tantangan dalam Menciptakan Aplikasi Keuangan

    Pembuatan aplikasi keuangan ARUA punya tantangan tersendiri, disini saya menceritakan bagaimana proses pembuatan aplikasi dan apa saja tantangan sekaligus cara saya mengatasinya

    ARUA: Proses dan Tantangan dalam Menciptakan Aplikasi Keuangan
  • Jenis-jenis Access Control dalam Aplikasi

    Access Control Access Control terhadap user digunakan untuk mengatur dan membuat policy terhadap akses data. Pembuatan Access control bisa memakan waktu karena jenis dan kebutuhannya berbeda-beda,…

  • Analisa Metode Keamanan Data KTP di Aplikasi

    Data identitas penduduk indonesia berupa Kartu dinamai Kartu Tanda Penduduk (KTP). Data diri seseorang biasaya diminta oleh pihak perusahaan atau aplikasi, penggunaan data pribadi ini tidak…

  • CSS Background: Layering the Images

    The background CSS is a property in CSS to set all background style property like color, image, origin, size, anything. I just found out how to…