Posts
Boost Your Productivity: 6 Tips to Coding Faster
Boost your coding efficiency by using familiar tools, focusing on the task at hand, and leveraging keyboard shortcuts and automation.
CRUD Applications and the Business Layer: A Practical Perspective
While a business layer might seem beneficial, in CRUD applications, its value is often outweighed by the added complexity and maintenance burden it introduces.
Code: Weighted Random Distribution
This blog post presents a method for generating random numbers, with the pitfall of the predictable nature of time-based random number generators.