ngoclb
  • Home
  • Portfolio
  • About

December 20, 2018

74 words 1 min read

The Best Front End Hacking Cheatsheets

  • freecodecamp
The Best Front End Hacking Cheatsheets

It’s rather impossible to remember all the APIs by hearert. This is when cheatsheets jump in! Here are the best front-end cheatsheets I’ve gathered.

Javascript ES2015 features

https://devhints.io/es6

Javascript

http://overapi.com/javascript

Javascript Regular expression

https://www.debuggex.com/cheatsheet/regex/javascript

React

https://devhints.io/react

Redux

https://github.com/linkmesrl/react-journey-2016/blob/master/resources/egghead-redux-cheat-sheet-3-2-1.pdf

Vuejs

https://vuejs-tips.github.io/cheatsheet/

Vuex

https://vuejs-tips.github.io/vuex-cheatsheet/

Angular 4

https://angular.io/guide/cheatsheet

Flexbox

https://yoksel.github.io/flex-cheatsheet/

SCSS

https://devhints.io/sass

Stylus

https://devhints.io/stylus

GraphQL

Missing your favorite cheatsheet? Please let me know in the comments!

And of course, don’t forget to follow me for more! ❤

angular api flexbox javascript react vue scss stylus
⌈ View Source ⌋
comments powered by Disqus
Flexbox Cheat Sheet

Flexbox Cheat Sheet

November 2, 2016

In order to use flexbox, you must create a flex container in which your content will live within. It’s as easy as creating a class, and setting the property to display: flex or display: -webkit-flex; in Safari DevTools.
JavaScript Best Practices: Tips & Tricks to Level Up Your Code

JavaScript Best Practices: Tips & Tricks to Level Up Your Code

August 30, 2016

Learning new things everyday is part of what makes being a rational human being great. And as developers, it is part of our job to learn new things continuously, whether or not these things are from positive learning experiences.
Sticky Footer solved by Flexbox

Sticky Footer solved by Flexbox

June 22, 2016

Getting the footer to stick to the bottom of pages with sparse content is something just about every Web developer has tried to tackle at some point in his or her career. And, for the most part, it’s a solved problem. Yet all the existing solutions have one significant shortcoming — they don’t work if the height of your footer is unknown.

Copyright © 2008–2022, ⌈ ngoclb ⌋ by Ngoc Luong. All rights reserved.

Powered by Hugo with Chunky Poster.