https://bit.ly/2CC0Kps
In modern web development ecosystem Webpack is one of the most crucial parts, but not everyone fully understands how it works under the hood. This video will help to understand all of its internal mechanism by writing your bundler! π
#webpack #tool #javascript
In modern web development ecosystem Webpack is one of the most crucial parts, but not everyone fully understands how it works under the hood. This video will help to understand all of its internal mechanism by writing your bundler! π
#webpack #tool #javascript
YouTube
BUILD YOUR OWN WEBPACK by Ronen Amiel
Most of us don't have to think too much about module bundlers in our day jobs. However, module bundlers are all around us, and if youβre a web developer you ...
https://bit.ly/2TdUSrZ
In-depth article about promises and async function by V8 team.
#promises #async #await #javascript
In-depth article about promises and async function by V8 team.
#promises #async #await #javascript
v8.dev
Faster async functions and promises Β· V8
Faster and easier-to-debug async functions and promises are coming to V8 v7.2 / Chrome 72.
https://bit.ly/2Tj3Btc
New font-display CSS property will help you to deal with FOUT and FOIT. If you donβt know what it mean you definitely have to read this article π
#css #fonts
New font-display CSS property will help you to deal with FOUT and FOIT. If you donβt know what it mean you definitely have to read this article π
#css #fonts
CSS-Tricks
font-display
The font-display property defines how font files are loaded and displayed by the browser. It is applied to the @font-face rule which defines custom fonts
https://bit.ly/2ERJLBW
Great in-depth tutorial about all things node.js. It also includes source code and interactive tutorials.
Table of content:
- Learn node interactively
- Understanding node
- Core modules
- Callbacks
- Events
- Streams
- Modules and npm
- Client side development with npm
- Going with the grain
#node #npm
Great in-depth tutorial about all things node.js. It also includes source code and interactive tutorials.
Table of content:
- Learn node interactively
- Understanding node
- Core modules
- Callbacks
- Events
- Streams
- Modules and npm
- Client side development with npm
- Going with the grain
#node #npm
GitHub
maxogden/art-of-node
:snowflake: a short introduction to node.js. Contribute to maxogden/art-of-node development by creating an account on GitHub.
https://bit.ly/2ESeZZN
Git is an essential part of modern development, but for some reason not all teams have commit message style guide. This article will help you and your teammates get better in writting commit messages and to have clean log history.
#git
Git is an essential part of modern development, but for some reason not all teams have commit message style guide. This article will help you and your teammates get better in writting commit messages and to have clean log history.
#git
https://bit.ly/2CFIEmA
Awesome video explaining all the nitty gritty of THIS keyword in JavaScript π€
#javascript #this
Awesome video explaining all the nitty gritty of THIS keyword in JavaScript π€
#javascript #this
YouTube
WTF is THIS: Understanding the "this" keyword in JavaScript
I could argue that one of the most misunderstood aspects of JavaScript is the "this" keyword. In this video, we'll walk through three techniques for figuring...
https://bit.ly/2CHiaBf
Awesome video course about callbacks, async/await and promises. Enjoy! π€
#video #javascript #callbacks #promises #async #await
Awesome video course about callbacks, async/await and promises. Enjoy! π€
#video #javascript #callbacks #promises #async #await
YouTube
Async JS Crash Course - Callbacks, Promises, Async Await
In this crash course we will look at asynchronous JavaScript and cover callbacks, promises including promise.all as well as the async / await syntax. FULL JS...
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β¦