DEV Community

Cover image for Ultimate Cheatsheet Compilation
Palash Mondal
Palash Mondal

Posted on • Edited on • Originally published at iampalash.hashnode.dev

Ultimate Cheatsheet Compilation

Hi everyone ๐Ÿ‘‹

Today I wanted to share with you the Ultimate Cheatsheet Compilation.

I hope aspiring/new developers will find this compilation helpful for quick reference whenever needed.


Table Of Contents


1. Git CheatSheet

CheatSheet

Credit: Trilochan Parida

๐Ÿ” Go to Top

2. Git CheatSheet with more details

CheatSheet

Credit: Trilochan Parida

๐Ÿ” Go to Top

3. Javascript Operator Cheatsheet

CheatSheet

Credit: Proful Sadangi

๐Ÿ” Go to Top

4. Javascript String Cheatsheet

CheatSheet

Credit: Proful Sadangi

๐Ÿ” Go to Top

5. Javascript Date Cheatsheet

CheatSheet

Credit: Proful Sadangi

๐Ÿ” Go to Top

6. Javascript Object Cheatsheet

CheatSheet

Credit: Proful Sadangi

๐Ÿ” Go to Top

7. Javascript Array Cheatsheet

CheatSheet

Credit: Proful Sadangi

๐Ÿ” Go to Top

8. Cron Cheatsheet

CheatSheet

Credit: Trilochan Parida

๐Ÿ” Go to Top

9. HTTP Status Code Cheatsheet

CheatSheet

Credit: Sid

๐Ÿ” Go to Top

10. Javascript DOM Cheatsheet

CheatSheet

Credit: Proful Sadangi

๐Ÿ” Go to Top

11. CSS Selectors Cheatsheet

CheatSheet

Credit: Trilochan Parida

๐Ÿ” Go to Top

12. Javascript Regex Cheatsheet

CheatSheet

Credit: Proful Sadangi

๐Ÿ” Go to Top

13. Command-Line Cheatsheet

CheatSheet

Credit: Jatin Rao

๐Ÿ” Go to Top

14. VSCode Keyboard Shortcuts CheatSheet

CheatSheet

Credit: Visual Studio Code Tips and Tricks

๐Ÿ” Go to Top

15. Module Cheatsheet

CheatSheet

Credit: Samantha Ming

๐Ÿ” Go to Top

16. Array Methods Cheatsheet

CheatSheet

Credit: Tomek Suล‚kowski

๐Ÿ” Go to Top


Wrap Up

I hope you will find this blog post useful and keep it handy for a quick reference. If you want to learn more HTML, CSS, JavaScript and web development tips & tricks, then please subscribe on YouTube.

Happy Coding!

Top comments (38)

Collapse
 
madza profile image
Madza • Edited

additional list ๐Ÿ“‘

Collapse
 
wolobi profile image
wolobi • Edited

Congratulations. I love these Cheatsheets, but at point 4.

city[3];//'y'
Should be
city[3];//'p'
right?

regards

Collapse
 
palashmon profile image
Palash Mondal • Edited

Glad you found it helpful ๐Ÿ˜Š

And yes, that is a typo in there. The output would be p, as Array indexes start with 0.
So, [0] is the first element. [1] is the second element.

Collapse
 
mrothe570 profile image
Michael

As a new/aspiring web developer, these are great!

I really appreciate the way these are designed. Is there a name for the "style"? I mean it's really just code that looks like it was made within an IDE or code editor. So not sure if it goes that deep.

Regardless, contextually appropriate and familiar. Thanks for this!

Collapse
 
harshit12101906 profile image
Harshit Joshi • Edited

Hi Palash,

Weโ€™re big fans of your blog posts at Aviyel.
aviyel.com/discussions

Open source to us is the right way to build the future of the web - Transparent and empowering small groups of developers rather than monolithic corporations.

We want to work with you and co-create great content to bridge the gap with Open Source content available online for MobSF among other Open Source projects we've onboarded to our platform.

We value you're time and effort and would love to discuss collaboration possibilities in detail with you.

Really looking forward to catching up soon.

Thanks again!

Best,
Harshit

Collapse
 
andilejaden profile image
Google Jr

I love these Cheatsheets. Thanks a lot

Collapse
 
palashmon profile image
Palash Mondal

My pleasure! ๐Ÿ˜Š

Collapse
 
niceit profile image
Tran IT

Very nice collection, could I add your post to my blog at tranit.co and put your credit back to this referrer bro?

Collapse
 
palashmon profile image
Palash Mondal

Sure bro. You can share it without any worries. ๐Ÿ˜Š
Please do share your blog link after posting in the comments here, so that others could also check it out, if interested.

Collapse
 
niceit profile image
Tran IT

welcome everyone to visit my blog :) thank again @Palash! very nice collection
tranit.co/news/ultimate-cheatsheet...

Collapse
 
nagendradevara profile image
Nagendra Devara

Good collection and a useful one.

Collapse
 
palashmon profile image
Palash Mondal

Glad you liked it! ๐Ÿ˜Š

Collapse
 
alexandre1984rj profile image
alexandre1984rj

Awesome

Collapse
 
joelbuenrostro profile image
Joel Buenrostro

Thanks for this compilation Palash

Collapse
 
palashmon profile image
Palash Mondal

My pleasure ๐Ÿ˜Š

Collapse
 
jupiteris profile image
Jupiter Programmer

Helpful Cheatsheet