Skip to content

Instantly share code, notes, and snippets.

View Roman-Blinkov's full-sized avatar
🏠
Working

Roman Blinkov Roman-Blinkov

🏠
Working
View GitHub Profile
@Roman-Blinkov
Roman-Blinkov / AGENTS.md
Created April 19, 2026 18:18 — forked from selcukcihan/AGENTS.md
agents.md file for your beloved coding agents

Project Rules

These instructions apply to every task performed in this repository.

Purpose

  • Treat this file as the project-wide source of truth for repository-specific working rules.
  • Read and follow these instructions before making changes in this repo.

Working Style

  • Prefer minimal, targeted changes over broad refactors.
@Roman-Blinkov
Roman-Blinkov / VSDD.md
Created March 2, 2026 13:40 — forked from dollspace-gay/VSDD.md
Verified Spec-Driven Development

Verified Spec-Driven Development (VSDD)

The Fusion: VDD × TDD × SDD for AI-Native Engineering

Overview

Verified Spec-Driven Development (VSDD) is a unified software engineering methodology that fuses three proven paradigms into a single AI-orchestrated pipeline:

  • Spec-Driven Development (SDD): Define the contract before writing a single line of implementation. Specs are the source of truth.
  • Test-Driven Development (TDD): Tests are written before code. Red → Green → Refactor. No code exists without a failing test that demanded it.
# Apply the metallb manifests to Kubernetes
kubectl apply -f https://raw.githubusercontent.com/google/metallb/v0.8.1/manifests/metallb.yaml
# Apply a metallb configuration to Kubernetes
cat <<EOF | kubectl apply -f -
apiVersion: v1
kind: ConfigMap
metadata:
namespace: metallb-system
name: config
@Roman-Blinkov
Roman-Blinkov / docker-compose.yml
Created August 25, 2019 22:53
Docker: Traefik, Grafana, Prometheus & InfluxDB
version: '3.7'
services:
influxdb:
image: influxdb
container_name: influxdb
volumes:
- /srv/monitor/influxdb/data:/var/lib/influxdb
- /srv/monitor/influxdb/influxdb.conf:/etc/influxdb/influxdb.conf:ro
networks:
- default
@Roman-Blinkov
Roman-Blinkov / byobuCommands
Last active August 29, 2015 14:28 — forked from jshaw/byobuCommands
Byobu Commands
Byobu Commands
==============
byobu Screen manager
Level 0 Commands (Quick Start)
------------------------------
<F2> Create a new window