Validating React Context Usage by Prop Drilling Opaque Tag Types
React context allows data to be passed to nested components outside props, reducing the need for prop drilling. Type checker can validate that a compo...
React context allows data to be passed to nested components outside props, reducing the need for prop drilling. Type checker can validate that a compo...
This post continues the learning journal on game development, recording the first steps of working on a Super Bomberman-inspired game as I pivoted fro...
Unity is a capable proprietary game development environment and arguably the most sensible choice for many independent game developers. As the first p...
A single cloud server can affordably power a range of services. In many cases, the vertical scalability capabilities of a single host are enough to co...
PostgreSQL supports table partitioning, which splits rows into multiple partitions for improved query performance and easier bulk data transfers. Part...