Skip to content

Instantly share code, notes, and snippets.

@makp0
makp0 / index.md
Created July 10, 2025 15:23
Feature Sliced Design Plain Doc

Crawled Documentation

Welcome | Feature-Sliced Design

Source: https://feature-sliced.design/

Features

Explicit business logic

Easily discoverable architecture thanks to domain scopes

We can make this file beautiful and searchable if this error is corrected: No commas found in this CSV file in line 0.
icon_url
https://icons.terrastruct.com/essentials%2F073-add.svg
https://icons.terrastruct.com/essentials%2F213-alarm.svg
https://icons.terrastruct.com/essentials%2F226-alarm%20clock.svg
https://icons.terrastruct.com/essentials%2F001-analytics.svg
https://icons.terrastruct.com/essentials%2F304-archive.svg
https://icons.terrastruct.com/essentials%2F195-attachment.svg
https://icons.terrastruct.com/essentials%2F317-bluetooth.svg
https://icons.terrastruct.com/essentials%2F175-bookmark.svg
https://icons.terrastruct.com/essentials%2F273-calendar.svg
@makp0
makp0 / AW3423DWF.txt
Created November 13, 2024 19:43 — forked from nicck/AW3423DWF.txt
AW3423DWF ControlMyMonitor file
==================================================
VCP Code : 02
VCP Code Name : New Control Value
Read-Write : Read+Write
Current Value : 2
Maximum Value : 255
Possible Values :
==================================================
==================================================
packer {
required_version = ">= 1.8.0"
required_plugins {
docker = {
version = ">= 1.0.5"
source = "github.com/hashicorp/docker"
}
}
}
curl -fsSL https://apt.releases.hashicorp.com/gpg | sudo apt-key add -
echo "deb [arch=amd64] https://apt.releases.hashicorp.com $(lsb_release -cs) main" >> /etc/apt/sources.list
echo "deb [arch=amd64 signed-by=/usr/share/keyrings/oracle-virtualbox-2016.gpg] https://download.virtualbox.org/virtualbox/debian $(lsb_release -cs) contrib" >> /etc/apt/sources.list
wget https://apt.puppet.com/puppet-tools-release-bullseye.deb
sudo dpkg -i puppet-tools-release-bullseye.deb
sudo apt update
@makp0
makp0 / osx_bootstrap.sh
Created August 18, 2022 22:07 — forked from codeinthehole/osx_bootstrap.sh
Script to install stuff I want on a new OSX machine
#!/usr/bin/env bash
#
# Bootstrap script for setting up a new OSX machine
#
# This should be idempotent so it can be run multiple times.
#
# Some apps don't have a cask and so still need to be installed by hand. These
# include:
#
# - Twitter (app store)