#Dev
4 posts tagged “Dev”.
- How to Host a React and Node.js App using Caddy and Docker
How to set up Caddy as a reverse proxy to host a React front-end and Node.js back-end from a single VPS, with automatic SSL, using Docker Compose.
- Mastering Unity's Time.deltaTime
Why Time.deltaTime is essential for frame-rate independent movement in Unity, with a worked example of per-frame vs per-second motion.
- Unity Collisions
What Rigidbody and Collider components are required for Unity collisions, and when OnCollision vs OnTrigger callbacks actually fire.
- Quadrone - Game-in-a-week
How I built and shipped a mobile game, Quadrone, in one week — and what I learned about starting before you feel ready.