dev@enigma:~โฏ whoami
.-""""""-.
.' '.
/ O O \
: :
| |
: \______/ :
\ /
'-.__ __.-'
`"`
Sandiko @sandikodev
Full-Stack Engineer โข Solutions Architect
Location: ๐ฎ๐ฉ Indonesia
Email: androxoss@hotmail.com
GitHub:
github.com/sandikodev
Experience: 8+ years (2016โnow)
dev@enigma:~โฏ cat ~/.config/tech-stack.json
{
"frontend": {
"frameworks": ["React", "Svelte 5", "Next.js", "Astro", "Qwik"],
"languages": ["TypeScript", "JavaScript"],
"styling": ["Tailwind CSS", "Vanilla CSS", "CSS-in-JS"],
"stateManagement": ["Zustand", "Svelte Stores", "TanStack Query"]
},
"backend": {
"languages": ["Node.js", "Go", "Python"],
"frameworks": ["Express", "Fastify", "Laravel", "FastAPI"],
"apis": ["REST", "GraphQL", "gRPC", "WebSocket"]
},
"database": {
"relational": ["PostgreSQL", "MySQL"],
"nosql": ["MongoDB", "Redis"],
"orm": ["Prisma", "Drizzle", "TypeORM"]
},
"devops": {
"cloud": ["AWS (EC2, S3, RDS, Lambda)", "Tencent Cloud"],
"containerization": ["Docker", "Docker Compose"],
"ci_cd": ["GitHub Actions", "GitLab CI"],
"monitoring": ["Grafana", "PM2", "CloudWatch"]
},
"tools": {
"versionControl": ["Git", "GitHub", "GitLab"],
"editors": ["VS Code", "Neovim"],
"os": ["Linux (Arch, Ubuntu)", "macOS"],
"terminal": ["zsh", "tmux", "i3wm"]
}
} dev@enigma:~โฏ git log --all --graph --oneline
2024-now Solutions Architect & Tech Lead
2021-24 Full-Stack Engineer + DevOps
2018-21 Frontend โ Backend โ Full-Stack
2016-18 IT Support โ Network โ SysAdmin
Layer by Layer: Dimulai dari rakit PC dan troubleshooting hardware, naik ke network configuration, kemudian Linux system administration. Dari situ ke web development, backend APIs, dan sekarang merancang full-stack solutions dengan cloud infrastructure.
dev@enigma:~โฏ ./current-projects.sh --list
โ๏ธ AwanKinton Live
Cloud hosting platform (AWS/Tencent reseller)
๐ Akses Sekolah Digital Live
School management SaaS platform
๐ค We Will Shine EdTech Dev
LLM proxy with Socratic learning method
dev@enigma:~โฏ cat ~/philosophy.md
# How I Think About Code
๐ Understand the Stack
From hardware to application layer. Better debugging, better architecture.
๐ Design First, Code Later
Solid architecture prevents technical debt.
๐ Ship MVP, Iterate Fast
Real feedback beats perfect code.
๐ Document Everything
Future you (and your team) will thank you.