← All tags

#programming

3 posts

2 min read

A Case of Voronoi Stippling

Building a Voronoi stippling animation using Lloyd's algorithm — dots, diagrams, centroids, and lerping.

#programming#graphics#math
1 min read

Engineering Rant

DDD, SOLID, GoF patterns — everyone talks about them, almost no one implements them correctly.

#programming#best-practices
2 min read

Code Tip: Single Level of Abstraction

A simple tip from Clean Code to write more readable and maintainable functions — keep each function at one level of abstraction.

#programming#best-practices