Short Notes created by a software engineer

Joined April 2020
12 Photos and videos
1
1
8
Short Notes retweeted
Back to Javascript Cue Cards 😁 Understanding the 'this' keyword and binding. #javascript #javascript30 #HTML #100DaysOfCode
4
68
242
Short Notes retweeted
✨ Made a small video this time! :) πŸ˜… Trying to explain why git exists, in 1 minute! Share it with your friends who want that motivation to learn about git ✌️ youtu.be/0Jbom2WqoWQ

11
9
58
HTML Notes πŸ‘‡ #devnotes #htmlnotes #shortnotes
1
1
Here comes another Logical Operator πŸ‘‰ Nullish coalescing operator (ES2020) #ES2020 #jsnotes #shortnotes #devnotes
2
2
A new feature with ES - 2020 => Optional Chaining. #shortnotes #devnotes #jsnotes #es2020
2
4
Do you know there is a CSS keyword which by default holds the value of a color property for an element? Check hereπŸ‘‡ #shortnotes #devnotes #cssnotes #CSS πŸ”— codepen.io/soumya13/pen/qBOP…
1
1
Do you know there is a better way to "Restore Working Files in Git"? Check it here πŸ‘‡ #shortnotes #devnotes #gitnotes #gitrestore
1
How can you switch branches in Git without using "Git Checkout". Check it out πŸ‘‡ #shortnotes #devnotes #gitnotes #gitswitch
1
2
3
Do you know what is common between a Computer Monitor & CSS Color Property? Check πŸ‘‡ #css #shortnotes #cssnotes #colorvalues
2
3
In CSS, Hexadecimal codes also give you a way to add transparency to the color. How?πŸ‘‡ #css #cssColorCodes #hexcodes #RGBA #RRGGBBAA
2
2
1
These #RGBA Codes has great browser support except IE :( caniuse.com/#feat=css-rrggbb…

Here come today's notes:
1
npm other than installing the node packages also helps in uninstalling, running npm script from the package.json, publishing the packages to the npm registry and other stuff. whereas npx helps to execute a package without installing it in your system.
1
For example: To have a react project through create-react-app; one doesn't need to install "create-react-app", but they can run below command directly and have a react project npx create-react-app my-app
Here is the first short note from a developer Notebook
1