object SrCodex {
val name = "SrCodex"
val role = "Dev Manager @ HidenCloud.com"
val company = "HIDENENTERPRISES SL"
val location = "Barcelona, Spain"
val stack = mapOf(
"backend" to listOf("Kotlin", "Java", "PHP 8.3", "Python", "Node.js"),
"frontend" to listOf("React 19", "TypeScript", "Tailwind CSS 4"),
"framework" to listOf("Laravel 11", "Inertia.js", "Next.js"),
"gamedev" to listOf("Paper API", "Velocity", "BungeeCord"),
"bots" to listOf("Discord.js", "JDA"),
"devops" to listOf("Nginx", "Docker", "Pterodactyl", "fail2ban"),
"database" to listOf("MySQL", "Redis", "SQLite", "HikariCP")
)
val currentlyBuilding = listOf(
"HidenCloud Partner Platform -- Laravel + React dark UI",
"Claude Forge -- 14K+ lines of Claude Code enhancements",
"Minecraft plugins with Kotlin coroutines & anti-exploit"
)
val philosophy = "Write less code. Ship more value. Sleep well at night."
}| 14,281 Lines of Code |
7 Rules |
5 Skills |
3 Libraries |
12 AI Agents |
Claude Forge -- A complete Claude Code enhancement system. Zero-hardcode security policy, Ponytail lazy-dev mode (80-94% less code), Headroom context compression, 12-agent Lulu Team discussions, and 9,000+ lines of security/web-dev knowledge libraries.
|
Building HidenCloud -- a premium game server hosting platform with 200K+ users. Managing VPS infrastructure, Pterodactyl panels, partner programs, and a custom Laravel dashboard with real-time WebSocket monitoring. |
Production-grade Kotlin plugins with coroutines, HikariCP connection pools, state-machine exploit prevention, and 20-tick performance targets. Every plugin passes security audit before deployment. |
|
Claude Forge -- an open-source system that makes AI coding assistants write better code through enforced rules, knowledge libraries, and multi-agent orchestration. |
Dark-themed premium UIs with Laravel + Inertia.js + React 19 + Tailwind CSS 4. Zero gradients, surgical animations, and 150+ quality checks on every page before shipping. |
1. ZERO HARDCODE -- Secrets belong in .env, never in source code
2. PONYTAIL -- The best code is the code never written (YAGNI)
3. SECURITY FIRST -- Every input is hostile until validated
4. SHIP QUALITY -- 150+ automated checks before any page goes live
5. FAIL FAST -- Missing config throws errors, not silent defaults