Skip to content

Instantly share code, notes, and snippets.

View astridlyre's full-sized avatar
🤯
Cramming my poor little brain full of coding

Eren astridlyre

🤯
Cramming my poor little brain full of coding
View GitHub Profile
@ssrihari
ssrihari / clojure-learning-list.md
Last active September 24, 2025 06:37
An opinionated list of excellent Clojure learning materials

An opinionated list of excellent Clojure learning materials

These resources (articles, books, and videos) are useful when you're starting to learn the language, or when you're learning a specific part of the language. This an opinionated list, no doubt. I've compiled this list from writing and teaching Clojure over the last 10 years.

  • 🔴 Mandatory (for both beginners and intermediates)
  • 🟩 For beginners
  • 🟨 For intermediates

Table of contents

  1. Getting into the language
@yogthos
yogthos / clojure-beginner.md
Last active October 5, 2025 02:49
Clojure beginner resources

Introductory resources

@ageis
ageis / systemd_service_hardening.md
Last active September 29, 2025 14:56
Options for hardening systemd service units

security and hardening options for systemd service units

A common and reliable pattern in service unit files is thus:

NoNewPrivileges=yes
PrivateTmp=yes
PrivateDevices=yes
DevicePolicy=closed
ProtectSystem=strict