
Being a web developer is an awesome job because you have the possibility to create awesome things. It is fun, you can play with some cool tools and you can earn a lot of money but like in any other type of specialization, you need to be up to date with all the technologies that you use. This can be very hard to achieve, especially when you are new in the field or when you have a lot of projects and no time for research. In this case, the best solution is the cheat sheet because on it you have all the important information about that particular domain arranged in one single place.
A cheat sheet or crib sheet is a concise set of notes used for quick reference. “Cheat sheet” may also be rendered “cheatsheet”. In the graphics world, cheats sheets are there to help the designers in completing their design applications easily. At times, designers get stuck with the design process and they do not know where to get help from.
For this round up, we are presenting 20 very useful cheat sheets for web developers which cover some of the most popular technologies on the market.
1. Eclipse cheat sheet
2. ActionScript 3.0 Packages Cheat Sheet
3. Design Patterns Quick Reference
4. Mod_Rewrite Variables Cheat sheet
5. HTTP Server Header Status Codes
6. Rails 3 Cheat Sheets
7. mootools 1.3 Cheat Sheet
8. Ultimate HTML 5 Cheat Sheet
9. Node.JS Help Sheet
10. jQuery Visual Cheat Sheet 1.6
11.Scripting Languages: PHP, Perl, Python, Ruby
12. MobileFrameworks Comparison Chart
13. Underscore.js API Cheat sheet
14. WordPress Template Hierarchy Map
15. GIT Cheat Sheet
16. package.json cheat sheet
17. Ultimate WordPress Cheat sheet
18. Interactive Cheat sheet for SEO
19. Periodic Table of CSS3 Syntax
20. SQL Injection KB (online cheat sheet)

Janeth Kent
Licenciada en Bellas Artes y programadora por pasión. Cuando tengo un rato retoco fotos, edito vídeos y diseño cosas. El resto del tiempo escribo en MA-NO WEB DESIGN AND DEVELOPMENT.
Related Posts
How to use the endsWith method in JavaScript
In this short tutorial, we are going to see what the endsWith method, introduced in JavaScript ES6, is and how it is used with strings in JavaScript. The endsWith method is…
What are javascript symbols and how can they help you?
Symbols are a new primitive value introduced by ES6. Their purpose is to provide us unique identifiers. In this article, we tell you how they work, in which way they…
Callbacks in JavaScript
Callback functions are the same old JavaScript functions. They have no special syntax, as they are simply functions that are passed as an argument to another function. The function that receives…
How to create PDF with JavaScript and jsPDF
Creating dynamic PDF files directly in the browser is possible thanks to the jsPDF JavaScript library. In the last part of this article we have prepared a practical tutorial where I…
How to make your own custom cursor for your website
When I started browsing different and original websites to learn from them, one of the first things that caught my attention was that some of them had their own cursors,…
8 benefits of having a website for your business
At this moment, the Internet is a phenomenon that is sweeping the world. It has been able to interconnect millions of users all over the planet. People have made the…
Open source web design tools alternatives
There are many prototyping tools, user interface design tools or vector graphics applications. But most of them are paid or closed source. So here I will show you several open…
PHP - The Singleton Pattern
The Singleton Pattern is one of the GoF (Gang of Four) Patterns. This particular pattern provides a method for limiting the number of instances of an object to just one.…
Node.js and npm: introductory tutorial
In this tutorial we will see how to install and use both Node.js and the npm package manager. In addition, we will also create a small sample application. If you…
How to connect to MySQL with Node.js
Let's see how you can connect to a MySQL database using Node.js, the popular JavaScript runtime environment. Before we start, it is important to note that you must have Node.js installed…
JavaScript Programming Styles: Best Practices
When programming with JavaScript there are certain conventions that you should apply, especially when working in a team environment. In fact, it is common to have meetings to discuss standards…
Difference between arrow and normal functions in JavaScript
In this tutorial we are going to see how arrow functions differ from normal JavaScript functions. We will also see when you should use one and when you should use…