Tag: Open

  • Cara Install Directus Headless CMS di Ubuntu 24.04 • Linux & Open Source

    Cara Install Directus Headless CMS di Ubuntu 24.04 • Linux & Open Source

    Headless CMS (Content Management System) adalah sistem manajemen konten yang memisahkan backend dari frontend. Tidak seperti CMS tradisional (seperti WordPress atau Joomla) yang menggabungkan konten dengan tampilan web, headless CMS hanya menyediakan backend untuk mengelola konten dan API untuk mengaksesnya. Frontend atau tampilan sepenuhnya terpisah dan bisa dikembangkan dengan teknologi apapun, seperti JavaScript, aplikasi mobile,…

  • How to Install Directus on Ubuntu 24.04 • Linux & Open Source

    How to Install Directus on Ubuntu 24.04 • Linux & Open Source

    A Headless CMS (Content Management System) is a content management system that separates the backend from the frontend. Unlike traditional CMS platforms (such as WordPress or Joomla), which combine content with the web display, a headless CMS provides only a backend for managing content and an API to access it. The frontend, or display, is…

  • Cara Deploy Go Web App di Ubuntu • Linux & Open Source

    Cara Deploy Go Web App di Ubuntu • Linux & Open Source

    Bahasa Go, atau dikenal juga sebagai Golang, adalah bahasa pemrograman open-source yang dikembangkan oleh Google. Go dirancang untuk efisiensi, kemudahan penggunaan, dan skalabilitas. Bahasa Go sangat populer untuk membangun aplikasi web, microservices, dan aplikasi berbasis cloud. Dalam panduan ini, kita akan membahas cara mendepoy aplikasi web Go sederhana di Ubuntu menggunakan Nginx sebagai reverse proxy…

  • How to Deploy Go Web Application on Ubuntu • Linux & Open Source

    How to Deploy Go Web Application on Ubuntu • Linux & Open Source

    Go, also known as Golang, is an open-source programming language developed by Google. Go is designed for efficiency, ease of use, and scalability. It is very popular for building web applications, microservices, and cloud-based applications. In this guide, we will discuss how to deploy a simple Go web application on Ubuntu using Nginx as a…

  • Cara Deploy Rust Web App di Ubuntu • Linux & Open Source

    Cara Deploy Rust Web App di Ubuntu • Linux & Open Source

    Rust adalah bahasa pemrograman yang dikenal karena performa tinggi, keamanan memori tanpa garbage collector, serta kemampuannya untuk membangun aplikasi yang cepat dan efisien. Salah satu hal yang membuat Rust semakin populer adalah kemudahan penggunaannya untuk membangun aplikasi web dengan berbagai framework yang tersedia, seperti Actix Web dan Rocket. Rust juga memiliki Cargo, manajer build dan…

  • How to Deploy Rust Web Application on Ubuntu • Linux & Open Source

    How to Deploy Rust Web Application on Ubuntu • Linux & Open Source

    Rust is a programming language known for its high performance, memory safety without a garbage collector, and its ability to build fast and efficient applications. One of the reasons Rust is becoming increasingly popular is its ease of use for building web applications with various frameworks available, such as Actix Web and Rocket. Rust also…