https://bit.ly/2AmeWBH
feColorMatrix SVG filter is an extremely powerful tool which changes colors based on a transformation matrix. Very colorful read 🌈
#css #svg #filters
feColorMatrix SVG filter is an extremely powerful tool which changes colors based on a transformation matrix. Very colorful read 🌈
#css #svg #filters
A List Apart
Finessing `feColorMatrix`
Harness the power of feColorMatrix to create detailed filters, with Una Kravets as your guide.
https://bit.ly/2GVVgKK
Great resource for programming cheat sheets. Super useful 👍🏻
#cheatsheet #programming
Great resource for programming cheat sheets. Super useful 👍🏻
#cheatsheet #programming
https://bit.ly/2ThNhsA
Create React App has some hidden features you never new about! You will be surprised to know what it got 😲
Check it out!
#react #creatreactapp
Create React App has some hidden features you never new about! You will be surprised to know what it got 😲
Check it out!
#react #creatreactapp
Telerik Blogs
10 More Things You Didn’t Know About Create React App
Learn new tips and tricks for Create React App to make you more productive with tooling and help you build your apps faster.
https://bit.ly/2RmHNzr
Great React / JSX javascript guide by the guys from Airbnb 👊🏻
#react #jsx #javascript #guide
Great React / JSX javascript guide by the guys from Airbnb 👊🏻
#react #jsx #javascript #guide
GitHub
airbnb/javascript
JavaScript Style Guide. Contribute to airbnb/javascript development by creating an account on GitHub.
https://bit.ly/2EYUB9h
Overview and comparison of the best user authentication libraries in 2018. Pick the one which suits your needs 🔐
#authentication #library
Overview and comparison of the best user authentication libraries in 2018. Pick the one which suits your needs 🔐
#authentication #library
Bits and Pieces
6 JavaScript User Authentication Libraries for 2019
“Build me a user-authentication in two weeks!” — Useful ways to get the job done, quick and effective.
https://bit.ly/2CG0SEs
For as long as you have been using Google, Google has been building a “citizen profile” of you. Fascinating read on how google marketers are closing the gap between online and offline world 🌎
#google #marketing #tracking
For as long as you have been using Google, Google has been building a “citizen profile” of you. Fascinating read on how google marketers are closing the gap between online and offline world 🌎
#google #marketing #tracking
Medium
How Google Tracks Your Personal Information
Google knows nearly everything about you, from how you commute to your relationship status. There have never been more opportunities for marketers to exploit that data.
https://bit.ly/2Ar1NqP
How to build a Serverless URL shortener using AWS Lambda and S3
#urlshortner #aws #lambda #s3 #serverless
How to build a Serverless URL shortener using AWS Lambda and S3
#urlshortner #aws #lambda #s3 #serverless
https://bit.ly/2ArKJkv
How to structure your React app for infinite scale? ⚛️
#react #scale #architecture
How to structure your React app for infinite scale? ⚛️
#react #scale #architecture
Hacker Noon
Fractal — A react app structure for infinite scale
After having worked with React and flux (Redux) with over 8 significant projects (100+ screens each), we learnt a few things about React…
https://bit.ly/2TpkL8y
Great collection of visualized data structures and algorithms through animation 👍🏻
#algorithms #datastructures
Great collection of visualized data structures and algorithms through animation 👍🏻
#algorithms #datastructures
visualgo.net
VisuAlgo - visualising data structures and algorithms through animation
VisuAlgo was conceptualised in 2011 by Dr Steven Halim as a tool to help his students better understand data structures and algorithms, by allowing them to learn the basics on their own and at their own pace. Together with his students from the National University…
https://bit.ly/2CM1Fnu
CSS Shapes allow us to define geometric shapes that text can flow around. These shapes can be circles, ellipses, simple or complex polygons, and even images and gradients.
#css
CSS Shapes allow us to define geometric shapes that text can flow around. These shapes can be circles, ellipses, simple or complex polygons, and even images and gradients.
#css
Codrops
An Introduction to CSS Shapes | Codrops
CSS Shapes allow us to make interesting and unique layouts by defining geometric shapes, images, and gradients that text content can flow around.
https://bit.ly/2SyAgLj
19 skills and topics you might find valuable in 2019 for becoming a better node.js developer. Awesome article with a bunch of links for a deeper dive in the topic 🤩
#node #javascript
19 skills and topics you might find valuable in 2019 for becoming a better node.js developer. Awesome article with a bunch of links for a deeper dive in the topic 🤩
#node #javascript
Medium
19 ways to become a better Node.js developer in 2019
Strategic ideas for things you should learn to create robust Node.js & Javascript application in 2019
https://bit.ly/2FbKMEa
Fascinating post about experimenting with brain-sensors to control real world objects using JavaScript. Mind blowing 🤯
#javascript #neurotechnology
Fascinating post about experimenting with brain-sensors to control real world objects using JavaScript. Mind blowing 🤯
#javascript #neurotechnology
Medium
Experimenting with brain-computer interfaces in JavaScript.
For the past couple of years, I’ve had a growing interest in neurotechnology. This blog post is about sharing the things I’ve learnt along…
https://bit.ly/2F60tNc
Super useful tips for writing your resume and making it stand out among others 📋
#resume
Super useful tips for writing your resume and making it stand out among others 📋
#resume
Medium
How to avoid getting your front-end developer resume thrown out
Hi! I’m Way. I’m looking to hire a senior front-end engineer and an intermediate front-end engineer, and I have a lot of resumes to look…
https://bit.ly/2LRey2u
Understanding JavaScript inheritance and prototype chain (article + video) 🖇
#javascript #inheritance #prototype
Understanding JavaScript inheritance and prototype chain (article + video) 🖇
#javascript #inheritance #prototype
TylerMcGinnis.com
JavaScript Inheritance and the Prototype Chain
Inheritance is a principle of Object Oriented Programming. In this post you'll learn how to accomplish inheritance in JavaScript in both ES5 as well as ES6.