window.onload = () => { const canvas = document.createElement(βcanvasβ); const ctx = canvas.getContext(β2dβ); const GRAVITY = 0.05; const FRECTION = 0.99; [β¦]
Read moreTag: web development
Colourful firework
Client server system
Client server system Client server system The Client-server model is a distributed application structure that partitions task or workload between the providers of a [β¦]
Read moreHow to be a five star coder ( codechef , hackerrank , leetcode , hackerearth and etc )
How to be a five star coder ( codechef , hackerrank , leetcode , hackerearth and etc ) Well before knowing how to [β¦]
Read more
Recent Comments