Increase readability and productivity of your code by learning these top C#9.0 features.
What is Cache Busting? When and how we can use it in order to deliver frequent changes in a web based front-end. Full ASP.NET example.
Learn how to use Strategy, Visitor, Template and Iterator patterns in order to solve a more generic problem of the original Problem-17 in Project Euler
Fireman is a js library for building a UI/UX filtering web pages. Configurable, extensible and easy to use with documentation and examples.
In the Project Euler problem we have to calculate the maximum product of 4 adjacent numbers in a matrix 20×20. By adjacent we mean continuous numbers (side by…