Skip to content
View winterx64's full-sized avatar
🏠
Working from home
🏠
Working from home

Organizations

@tinkerhub @BuilderClan

Block or report winterx64

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
winterx64/README.md
$ whoami
winterx64
$ uname -a
Product Engineer | Systems Builder | Embedded + Backend
$ cat /etc/profile

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

Name        : Akhil B Xavier
Alias       : winter
Focus       : Building systems that survive reality
Role        : Product Engineer
Stack       : Backend • Infra • Embedded Systems
Location    : Linux terminal probably

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
$ ls ~/active_projects

DropaNote/
Metaloom/
PerceptionAutonomyLabs/
InternalTools/
EmbeddedExperiments/
$ tree DropaNote -L 2

DropaNote
├── api/
│   ├── auth/
│   ├── apps/
│   ├── feedbacks/
│   └── analytics/
├── services/
├── db/
├── widgets/
├── middleware/
└── infra/
$ cat engineering_principles.conf

- Build for production, not screenshots
- Readable systems > clever abstractions
- Auth is mandatory
- Deployability is a feature
- APIs should feel predictable
- Build tools you would actually use
- Ship fast, refactor faster
$ cat architecture.md

Current Interests:
- Modular monolith architecture
- API-first system design
- Typed backend systems
- RBAC + secure auth flows
- Event-driven workflows
- Embedded ↔ cloud communication
- Self-hosted infrastructure
$ ls /dev/boards

arduino/
esp32/
raspberrypi/
canbus/
$ cat hardware_focus.txt

- Raspberry Pi
  └─ Linux services, networking, self-hosting

- ESP32
  └─ Firmware, IoT systems, device communication

- Arduino
  └─ Rapid prototyping, sensors, automation

- CAN Bus
  └─ Reverse engineering, telemetry, diagnostics
$ cat tech_stack.yaml

backend:
  - FastAPI
  - Flask
  - Supabase
  - PostgreSQL
  - SQLModel
  - Alembic

frontend:
  - React
  - Astro
  - Tailwind CSS

infrastructure:
  - Docker
  - GitHub Actions
  - Linux
  - Nomad (learning)

embedded:
  - GPIO
  - UART
  - SPI
  - I2C
  - Device-to-API systems

design:
  - Minimal UI
  - Dark interfaces
  - Function-first systems
$ systemctl status workflow.service

● workflow.service - Continuous Building
   Loaded: true
   Active: active (running)

Tasks:
  • Designing backend systems
  • Building internal tools
  • Refactoring architecture
  • Testing embedded integrations
  • Shipping production features
$ watch -n 1 current_builds

- DropaNote
  → Feedback infrastructure platform

- Metaloom
  → Product engineering & creative tech studio

- CAN Analyzer Tooling
  → Session recording + telemetry analysis

- Raspberry Pi Systems
  → Self-hosted services & automation
$ journalctl -u engineering

[INFO] Building production-grade backend systems
[INFO] Designing scalable API architectures
[INFO] Exploring embedded + cloud integrations
[INFO] Learning infrastructure beyond deployment
[INFO] Shipping faster than yesterday
$ echo $PHILOSOPHY

"Build systems that survive contact with reality."
$ curl https://winterx64.github.io

HTTP/2 200 OK
portfolio_status: online
$ logout

Connection closed.

Pinned Loading

  1. ProjectBFH ProjectBFH Public

    My first hackathon project

    HTML

  2. can-lens can-lens Public

    Python

  3. dotfile dotfile Public

    All my dotfile

  4. WinterIsCoding WinterIsCoding Public

    A cool and cozy theme for VS Code, Made by winter_x64

    2

  5. fastapi-docker fastapi-docker Public

    Dockerfile

  6. nomad nomad Public

    Forked from egovhealthcare/nomad

    HCL