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.
https://bit.ly/2RaRDF9
Let's be honest modern JavaScript ecosystem is hard with all of its transpilers, tools, and frameworks, but it's still possible to figure it out. This article will help us to cure JavaScript fatigue! 💪🏼
#javascript #frameworks #tools
Let's be honest modern JavaScript ecosystem is hard with all of its transpilers, tools, and frameworks, but it's still possible to figure it out. This article will help us to cure JavaScript fatigue! 💪🏼
#javascript #frameworks #tools
freeCodeCamp.org
A Study Plan To Cure JavaScript Fatigue
Like everybody else, I recently came across Jose Aguinaga’s post “How it feels to learn JavaScript in 2016”.
https://bit.ly/2C60oG6
Functional programming is a hot topic of the last couple of years. Let’s understand its concepts, differences with object oriented programming and ways of implementing it.
#javascript #functionalprogramming #fp
Functional programming is a hot topic of the last couple of years. Let’s understand its concepts, differences with object oriented programming and ways of implementing it.
#javascript #functionalprogramming #fp
Medium
Concepts of Functional Programming in Javascript – The Renaissance Developer – Medium
After a long time learning and working with object-oriented programming, I took a step back to think about system complexity.
https://bit.ly/2CRWAKd
Best JavaScript frameworks to get familiar with in 2019 💫
#javascript #frameworks
Best JavaScript frameworks to get familiar with in 2019 💫
#javascript #frameworks
Bits and Pieces
The Most In-Demand JavaScript Frameworks for Developers in 2019
2018 “State of JS” report is here- which frameworks will rule 2019?
https://bit.ly/2CTaQma
Understanding how Webpack works by building a simple app with Mocha and Chai tests 💪🏼
#javascript #webpack #chai #mocha
Understanding how Webpack works by building a simple app with Mocha and Chai tests 💪🏼
#javascript #webpack #chai #mocha
ITNEXT
webpack: From 0 to automated testing
JavaScript, as in both the language and its ecosystem, has changed a ton since it first came out in 1995. Now the language is being used…
https://bit.ly/2FgBEiG
Virtual DOM term has been coined a couple of years ago mostly because of React and Vue frameworks. Let’s figure how it works and why it’s more performant than regular Document Object Model and shadow DOM 🤯
#dom #virtualdom #javascript
Virtual DOM term has been coined a couple of years ago mostly because of React and Vue frameworks. Let’s figure how it works and why it’s more performant than regular Document Object Model and shadow DOM 🤯
#dom #virtualdom #javascript
bitsofcode
Understanding the Virtual DOM
I’ve recently been writing about what exactly the DOM and the shadow DOM are and how they differ. To recap, the Document Object Model is an object-based representation of an HTML document and an interface to manipulating that object. The shadow DOM can be…
https://bit.ly/2QBcP1V
Let’s dive deeper in functional programming. Why it matters and what's cool about it? 🤨
#functionalprogramming #fp
Let’s dive deeper in functional programming. Why it matters and what's cool about it? 🤨
#functionalprogramming #fp
Hacker Noon
Why functional programming matters
Why testing for functional programming skills at software developer interviews is good for your business
https://bit.ly/2SPP34b
How Netflix is using GraphQL for its marketing needs 💪🏼
#graphql #usecase #netflix
How Netflix is using GraphQL for its marketing needs 💪🏼
#graphql #usecase #netflix
Medium
Our learnings from adopting GraphQL
A Marketing Tech Campaign
https://bit.ly/2Ftb5WP
Cranking up the performance rate of our apps is what we crave. Memoization is one of the techniques in JavaScript to speed up the lookup of expensive operations by caching the results and re-using the cache in the next operation.
#javascript #performance #memoization
Cranking up the performance rate of our apps is what we crave. Memoization is one of the techniques in JavaScript to speed up the lookup of expensive operations by caching the results and re-using the cache in the next operation.
#javascript #performance #memoization
Bits and Pieces
Understanding Memoization in JavaScript to Improve Performance
How to improve your application performance through better Javascript memoization
https://bit.ly/2Ftf3P3
Creating and maintaining a consistent UI and UX across every part of your product helps your users intuitively navigate and successfully interact with different sections of your applications without confusion 🎨
#design #designsystem #ui #ux #components
Creating and maintaining a consistent UI and UX across every part of your product helps your users intuitively navigate and successfully interact with different sections of your applications without confusion 🎨
#design #designsystem #ui #ux #components
Bits and Pieces
Building a UI Component Design System
Learn how Uber, Pinterest, Shopify and Airbnb are leveraging components to build a consistent UI/UX design system.
https://bit.ly/2Fxf9FB
Practical advises on using Webpack and Babel ✍️
#webpack #babel #npm #javascript
Practical advises on using Webpack and Babel ✍️
#webpack #babel #npm #javascript
gitconnected.com blog | Level Up Your Coding
Lessons Learned From a Year of Fighting With Webpack and Babel
Is your single page app not working on some browsers? Is your webpack build time taking ages? This article should help.
https://bit.ly/2FwyHcX
ES6 brings more features to the JavaScript language. Some new syntax allows you to write code in a more expressive way, some features complete the functional programming toolbox 🧰
#javascript #es6
ES6 brings more features to the JavaScript language. Some new syntax allows you to write code in a more expressive way, some features complete the functional programming toolbox 🧰
#javascript #es6
freeCodeCamp.org
These are the features in ES6 that you should know
ES6 brings more features to the JavaScript language. Some new syntax allows you to write code in a more expressive way, some features…
https://bit.ly/2FpMkvl
Let’s dive into execution context, call stack, event loop, web APIs, task/message/job/micro-task queues, callbacks, and understand how asynchronous functions work under the hood in JavaScript🕵️♂️
#javascript #async
Let’s dive into execution context, call stack, event loop, web APIs, task/message/job/micro-task queues, callbacks, and understand how asynchronous functions work under the hood in JavaScript🕵️♂️
#javascript #async
Bits and Pieces
Understanding Asynchronous JavaScript
Learn How Asynchronous JavaScript Works