2023-08-21

Cara Install Laravel Menggunakan Image Docker Composer

Tutorial instalasi Laravel menggunakan Docker Composer image tanpa mengubah PHP versi lokal

#laravel #docker #composer #php #installation
2023-08-20

Rake vs Rails

Understanding the differences between Rake and Rails command-line tools in Ruby on Rails

#ruby #rails #rake #tools #development
2022-08-07

Menggunakan Database sebagai Container di Level Production

Pertimbangan menggunakan database sebagai container di environment production

#database #docker #container #production #deployment
2022-04-12

Config ZSH for Golang

Setting up ZSH environment variables for Golang development

#golang #zsh #configuration #environment
2022-04-12

Create Vocabulary English CLI Application with Golang

Building a CLI application to display random English words with meanings using Golang

#golang #cli #english #vocabulary #tutorial
2022-04-11

Belajar Sorting String and Write to File with Golang

Tutorial sorting string dari command line arguments dan menulis hasilnya ke file menggunakan Golang

#golang #sorting #file #programming #tutorial
2022-04-11

Belajar Command Line Arguments Golang

Memahami penggunaan command line arguments di Golang menggunakan package os.Args

#golang #cli #programming #tutorial
2022-02-18

Implementing an LRU Cache with Redis

How to implement Least Recently Used (LRU) caching policy with Redis

#redis #cache #lru #database #performance
2022-01-20

Jalanin MongoDB di local menggunakan Docker

Cara mudah menjalankan MongoDB di local environment dengan Docker

#mongodb #docker #database #development
2021-12-19

Run MySQL Docker M1 Intel

Guide to run MySQL container on Docker for both M1 and Intel processors

#docker #mysql #m1 #tableplus
2021-12-19

Development Process of Product

Understanding product development workflow and engineering team scaling through documentation

#development #product #engineering #documentation
2021-12-19

Distributed Monolith vs True Microservices

Understanding the difference between distributed monolith and true microservices architecture

#microservices #architecture #distributed-systems #domain-driven-design
2021-12-19

How to Fix 504 Gateway Timeout using Nginx

Guide to resolve 504 Gateway Timeout errors in Nginx with FastCGI and Proxy configurations

#nginx #server #timeout #php-fpm
2021-12-11

IP 0-0-0-0

Understanding the wildcard IP address 0.0.0.0 and its uses

#networking #ip #server #tips
2021-12-11

Users Linux

Managing Linux users and groups - commands and best practices

#linux #users #system #administration
2021-12-10

Laradock Guzzle Issue or Curl Issue Connection Refused

How to fix connection refused errors in Laradock when using Guzzle or Curl

#laradock #docker #nginx #networking
2021-12-04

Cara jadi DevOps

Essential skills and requirements to become a DevOps Engineer

#devops #linux #networking #security
2021-12-04

Belajar Golang

Collection of learning resources for Go programming language

#golang #programming #learning #tutorial
2021-12-03

Belajar Vagrant

Getting started with Vagrant for virtual development environments

#vagrant #virtualization #devops #ubuntu
2021-11-27

What is Websocket

Understanding WebSocket technology and its real-time applications

#websocket #realtime #networking #http
2021-11-27

Centralized Log Menggunakan ELK Stack

Complete guide to setup centralized logging using Elasticsearch, Logstash, and Kibana (ELK Stack)

#elk #elasticsearch #logstash #kibana
2021-11-27

Checking Aplikasi Mana yang Sedang Menggunakan Port

How to check which applications are using specific ports on your system

#terminal #ports #networking #linux
2021-11-27

Export MYSQL RDS

Guide for exporting MySQL databases using mysqldump including RDS AWS backups

#mysql #rds #aws #backup
2021-11-24

Mengenal Chunk dan Cursor pada Laravel

Understanding Laravel's chunk and cursor methods for handling large datasets efficiently

#laravel #performance #database #optimization
2021-11-22

Over-Fetching or Under-fetching?

Understanding the concepts of over-fetching and under-fetching in API design

#api #performance #graphql #rest
2021-11-22

Running Gitlab on Local with Gitlab Runner

Guide to setup and run Gitlab Runner locally with Docker integration

#gitlab #docker #ci-cd #runner
2021-11-21

Docker Handbook

Essential Docker guide and resources for containerizing applications

#docker #containers #devops #javascript
2021-11-18

Backend Development Curriculum

Comprehensive guide to backend development topics including Golang, databases, APIs, DevOps and security

#backend #golang #devops #security
2021-11-18

Migrasi Folder Antar Komputer

Tools for transferring folders between computers using AirDrop and Syncthing

#transfer #airdrop #syncthing #file-sharing
2021-11-17

Bulk Resize Images on Terminal Mac

Quick guide to batch resize images using ImageMagick on MacOS terminal

#mac #terminal #imagemagick #images
2021-11-17

Cheat Sheet YII2 Framework

Quick reference guide for common YII2 Framework commands and configurations

#yii2 #php #framework #cheatsheet
2021-11-17

Laradock mkcert Setup

Guide to setup SSL certificates with mkcert in Laradock environment

#laradock #docker #ssl #mkcert
2021-11-17

Increase Speed Mouse Tracking Magic Mouse 2

How to adjust tracking speed for Apple Magic Mouse 2 using terminal commands

#mac #mouse #terminal #settings
2021-11-17

PHP Versioning di Macbook

Guide to manage multiple PHP versions on MacOS using ASDF and PHPBrew

#php #mac #asdf #phpbrew
2021-11-17

Install AdonisJS NodeJS Framework

Step by step guide to install and run AdonisJS - A Laravel-style NodeJS framework

#nodejs #adonisjs #framework #javascript
2021-11-14

Install Envoy Laravel

Step by step guide to install Laravel Envoy globally on Ubuntu and MacBook

#laravel #envoy #ubuntu #macbook
2021-11-04

Polymorph Type Int

Learn why and how to use integer types for polymorphic relationships in Laravel for better database performance

#laravel #database #performance #polymorphic
2021-10-30

Database Tips: Email Unique Softdeletes

Solution for handling unique email constraints with soft deletes using partial index

#database #mysql #laravel #tips #softdeletes
2021-10-30

Using Blade Formatter

Learn how to maintain consistent code style in Laravel Blade templates using blade-formatter

#laravel #blade #formatting #tools #php
2021-10-28

Import Database MYSQL Laradock

Learn how to import MySQL databases in Laradock environment using Docker commands

#mysql #docker #laradock #database