2025-01-29

IP Anycast and Multiple IPs with Cloudflare

Learn about IP Anycast technology and how to implement multiple IPs for a single domain using Cloudflare

#networking #cloudflare #dns #anycast #infrastructure
2024-10-17

Git command yang paling sering digunakan

Panduan perintah Git yang sering digunakan dalam pengembangan software

#git #version-control #development #commands
2024-08-24

The Ultimate Guide to Setting Up Your MacBook for Web Development

Comprehensive guide to configuring a MacBook for web development with essential tools and software

#macos #development #tools #setup
2024-06-16

Managing Environment Variables in Production with AWS Secrets Manager

Guide to managing environment variables securely using AWS Secrets Manager

#aws #devops #security #environment-variables
2024-06-16

How to Prevent macOS from Bringing All Windows to the Front When Switching to an App

Guide to managing window behavior in macOS using AltTab

#macos #productivity #tools #window-management
2024-06-06

How to Delete AWS ACM Certificate Management from ELB

Step-by-step guide to removing ACM certificates from Elastic Load Balancer

#aws #acm #elb #certificates
2024-06-03

Example App Scripts Google Form: Sending All Response to Whatsapp

Guide to using Google Apps Script to send form responses to WhatsApp

#google-apps-script #forms #whatsapp #automation
2024-02-16

Trigger job queue tinker laravel

Learn how to manually trigger Laravel job queues using Tinker for testing and debugging purposes

#laravel #php #queue #tips #debugging
2024-02-16

Docker Commands Cheat Sheet

Essential Docker commands for local development and container management

#docker #devops #containers #tips
2024-02-16

Laravel Envoy Deployment Configuration

Complete example of Laravel Envoy configuration for automated deployment with staging and production environments

#laravel #envoy #deployment #devops #automation
2024-02-16

Intercept Traffic Android Apps

#android
2024-02-16

Docker Compose for RabbitMQ: Basic Setup

Learn how to set up RabbitMQ locally using Docker Compose with persistent storage, management UI, and secure defaults

#docker #rabbitmq #devops #message-queue
2024-02-04

Compress Directory with Tar

Guide to compressing and extracting files using tar command

#linux #cli #compression #tar
2024-02-01

Lumen lifecycle

Understanding the request lifecycle in Lumen framework

#lumen #php #framework #architecture
2024-01-30

Example AWS Cloudwatch Agent Config

Sample configuration file for AWS CloudWatch Agent with logs and metrics collection

#aws #cloudwatch #monitoring #devops
2024-01-26

Go Two sum array

Implementation of Two Sum problem in Go with array traversal

#golang #algorithms #arrays #programming
2024-01-26

How to check whether my user data passing to EC2 instance is working

Guide to verifying EC2 user data script execution through log files

#aws #ec2 #cloud-init #devops
2024-01-21

Why do programmers need private offices with doors

Exploring the importance of private offices for programmer productivity and focus

#workplace #productivity #programming #office-design
2024-01-20

No Reason to Write OpenAPI By Hand

Exploring modern tools and approaches for API design with focus on Stoplight Studio

#api #openapi #stoplight #tools #design
2023-12-16

Using Had to Talk about the Past in English

Simple guide to using the past tense verb 'had' in English

#english #grammar #language #learning
2023-12-15

Exploring Standard Domains for Testing Throwaway Email Addresses

Guide to using standard domains and disposable email addresses for testing purposes

#email #testing #privacy #security
2023-12-11

tree Command Navigating Directory Structures

Guide to using the tree command for visualizing directory structures in Unix-like systems

#cli #unix #tools #filesystem
2023-12-11

Golang Blueprint Library

Guide to using Go Blueprint CLI tool for creating structured Go projects

#golang #cli #tools #development
2023-12-08

Exploring Public Code Repositories with Sourcegraph

Guide to using Sourcegraph for searching and exploring public code repositories

#sourcegraph #code-search #development #tools
2023-11-09

Bus Factor

Understanding the bus factor concept in software development teams

#development #team #knowledge-sharing #risk-management
2023-11-09

Flaky Tests

Understanding and dealing with flaky tests in software testing

#testing #quality-assurance #development #best-practices
2023-11-06

The easiest way to kill all nginx processes

Quick guide for stopping and restarting Nginx processes

#nginx #linux #server #commands
2023-11-02

Connect reconnect docker container

Guide for managing Docker container network connections

#docker #networking #containers #devops
2023-10-10

Awesome REST GitHub Repository

Overview of the valuable Awesome REST GitHub repository for RESTful API development

#rest #api #github #resources #development
2023-10-10

GUI Editor for OpenAPI/Swagger

Overview of GUI editors for creating OpenAPI/Swagger specifications

#openapi #swagger #api #tools #development
2023-10-09

How to Install InfluxDB using Docker

Step-by-step guide for installing InfluxDB and its client using Docker

#influxdb #docker #database #monitoring #timeseries
2023-10-09

How to Install Loki and Promtail use Docker

Step-by-step guide for installing Grafana Loki and Promtail using Docker

#grafana #loki #promtail #docker #monitoring
2023-10-09

How to Install Grafana

Guide for installing Grafana using APT and Docker methods

#grafana #monitoring #docker #ubuntu #installation
2023-09-27

UID User Identifier di Linux

Penjelasan tentang User Identifier (UID) dan penggunaannya di sistem Linux

#linux #system-admin #security #users
2023-09-26

The Best Method to Copy Folders and Subfolders : Linux

Guide to efficiently copy folders and subfolders in Linux using the cp command

#linux #command-line #system-admin #tutorial
2023-09-21

What Is Composer

Understanding Composer as PHP's dependency management tool and its key features

#php #composer #dependency-management #development
2023-09-19

Free for dev Website

Informasi tentang website free-for.dev yang menyediakan daftar software gratis untuk developer

#tools #resources #development #free
2023-09-03

Deploy Ruby on Rails with Capistrano and Ubuntu Server

Complete guide for deploying Ruby on Rails applications using Capistrano on Ubuntu Server

#ruby #rails #capistrano #ubuntu #deployment
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