Skip to content

Instantly share code, notes, and snippets.

View HilmiZul's full-sized avatar
💜
"i do code for fun"

Zul Hilmi HilmiZul

💜
"i do code for fun"
View GitHub Profile
@HilmiZul
HilmiZul / django-deploy.md
Last active July 9, 2024 03:42
step by step nge-deploy projek django ke server (ubuntu 16.04 server)

Langkah-langkah deployment aplikasi yang dibuat dengan Django. Repository project: https://github.com/writerlab/perpus

Update dan Insatall kebutuhan development

sudo apt-get update
sudo apt-get install python3-pip python3-dev nginx

Upgrade pip & install virtualenv

@HilmiZul
HilmiZul / input-select.html
Last active July 18, 2021 14:58
input select with select2: https://select2.org/
<!-- hilmizul / 18 Juli 2021 -->
<html>
<head>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/select2.min.css" rel="stylesheet" />
</head>
<body>
@HilmiZul
HilmiZul / pbo-index.html
Last active November 11, 2021 04:16
project file PBO - vue.js / event: click & submit
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>JUDUL ISI SENDIRI...</title>
</head>
[
{
"genus": "Malus",
"name": "Apple",
"id": 6,
"family": "Rosaceae",
"order": "Rosales",
"nutritions": {
"carbohydrates": 11.4,
"protein": 0.3,
@HilmiZul
HilmiZul / lifecycle.html
Last active December 9, 2021 00:06
mounted
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Fake Store API.</title>
</head>
<body>
@HilmiZul
HilmiZul / siswa.txt
Last active November 27, 2021 12:43
- Adit
- Amel
- Silvina
- Yola
- Abdul
- Arif
- Adha
- Rivdy
- Jilan
- Fauzan
@HilmiZul
HilmiZul / test-challenge-1.js
Created November 26, 2021 15:46
tes challenge - case 1
<script>
let siswa = ???;
</script>
[
{
"id": "15",
"nama": "Batas Kota Arah Bandung",
"jenis": "PTZ",
"link": "https://atcs.tasikmalayakota.go.id/camera/bataskotaarahbandung.m3u8",
"jalan_status": "Nasional"
},
{
"id": "5",
<template>
<div class="container">
<div class="row">
<div class="col-md-12">
<h1>Products</h1>
<div class="row">
<div v-for="produk in products" :key="produk.id" class="col-md-4">
<div class="card mb-4">
<div class="card-header">
<img :src="produk.foto" width="100%" class="img-thumb">
[
{
"nama": "STMIK DCI Tasikmalaya",
"alamat": "Jl.Sutisnasenjaya No.158A Kota Tasikmalaya",
"pimpinan": "Aneu Yulianeu, S.T., S.E., M.M.",
"kontak": 123,
"email": "[email protected]",
"kuota": 5,
"pembimbing": "N/A",
"gender": "Semua",