Skip to content

Instantly share code, notes, and snippets.

@ridwanbejo
ridwanbejo / Google Cloud Skill Boost - FREE!
Last active June 30, 2024 08:38
These are totally free courses from Google Cloud Skill Boost. You just need a gmail account to access thouse courses .
Google Cloud Skill Boost - FREE!
--------------------------------
Gogle Cloud Platform:
- Course
Site Reliability Engineering: Measuring and Managing Reliability -> https://www.cloudskillsboost.google/course_templates/59
Developing a Google SRE Culture -> https://www.cloudskillsboost.google/course_templates/95
@peterhellberg
peterhellberg / graceful.go
Last active June 11, 2024 12:27
*http.Server in Go 1.8 supports graceful shutdown. This is a small example.
package main
import (
"context"
"log"
"net/http"
"os"
"os/signal"
"time"
)
@fakhrullah
fakhrullah / list-of-hacking-games.md
Last active April 30, 2024 05:11
List of hacking game, wargame or capture the flag (CTF) for some one who want to learn hacking.