Fading Coder

One Final Commit for the Last Sprint

Vue 2.x: Directives, Filters, Watchers, and Computed Properties

What is Vue? Vue is a framework for building user interfaces. It simplifies populating HTML pages with data. As a framework, it provides a set of rules developers follow to implement business logic. Mastering Vue requires learning its directives, components (for UI reuse), routing, Vuex, and compone...

Principles of 10 Basic Canvas Filters

While learning Canvas, you'll likely encounter filters, which are quite fascinating. Developing Canvas filters requires a foundational understanding of geometry, mathematics, and color theory. However, don't close this page just yet—if you lack the basics, you can always copy and paste the code (muc...