Bridge Pattern

📖 What is the Bridge Pattern? (Simple Explanation) Bridge Pattern means: "Separate abstraction from implementation so they can evolve independently."➡️ Instead of tying two things toge...
0 Read More

Façade Pattern

📖 What is the Façade Pattern? (Simple Explanation) The Façade Pattern provides a simple, unified interface to a set of complex subsystems.✅ It hides the complexity inside and exposes a...
0 Read More

Alibaba's Robot Workshop

Alibaba's Robot Workshop
This is a submission for the Alibaba Cloud Challenge: Build a Web Game.* What I Built I've created "Alibaba's Robot Workshop" - an engaging web-based robot-building simulation game where playe...
0 Read More

@layer in CSS

@layer in CSS
Overview The @layer directive, the optional layer() function, and the layer keyword give you the ability to control cascading layers.Cascading layers is a way of grouping and ordering styles ...
0 Read More

What do version numbers mean?

What do version numbers mean?Semantic Versioning (SemVer) is a versioning scheme for software that aims to convey meaning about the underlying changes in a release. SemVer uses a three-part version nu...
0 Read More