window.onload = () => { const canvas = document.createElement(“canvas”); const ctx = canvas.getContext(‘2d’); const GRAVITY = 0.05; const FRECTION = 0.99; […]
Read moreTag: web development
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