Shafik
Just another programmer
Home
Posts
About
Tags
23
Mar 2021
Difference Between stopPropagation and preventDefault?
stopPropagation prevents further propagation of the current event in the capturing and bubbling phases. preventDefault prevents the default action the browser makes on that event.
23
Mar 2021
How to Setup Project Specific Git Configuration?
Sometimes we need to project-specific git user configurations. Follow the instructions to setup project specific git configuration
16
Dec 2019
Basic Concepts of CSS Flexbox Layout
Basic concepts of CSS Flexbox Layout
16
Dec 2019
Python: Generators and Iterators
Python: Generators and Iterators
19
Oct 2019
Ubuntu Server setup on Virtual box and connect with SSH
Ubuntu Server setup on Virtual box and connect with SSH
Next page →