Optimizing for Traffic Temperature In SaaS Landing Pages
Not all visitors are equally ready or educated about your product to convert right away. - http://bit.ly/2NjJpsE
#ui #ux
Not all visitors are equally ready or educated about your product to convert right away. - http://bit.ly/2NjJpsE
#ui #ux
www.cortes.design
Optimizing for Traffic Temperature In SaaS Landing Pages
Building a Desktop App with Vue: Vuido
In this article I will describe Vuido approach an in the next one I will try to build the same app with Electron. - http://bit.ly/2xp6mj5
#vue #vuido
In this article I will describe Vuido approach an in the next one I will try to build the same app with Electron. - http://bit.ly/2xp6mj5
#vue #vuido
The JavaScript Equality Table Game
Test your JavaScript == equality knowledge with this quirky Minesweeper-esque game. - http://bit.ly/2QNmSCz
#javascript
Test your JavaScript == equality knowledge with this quirky Minesweeper-esque game. - http://bit.ly/2QNmSCz
#javascript
eqeq.js.org
JavaScript Equality Table Game
Find out how well you know (or don't know) the JavaScript == operator rules
Sharing data between modules is peanuts
As you’re building your application you’ll be creating different feature modules with maintainability and a small footprint in mind. This way your modules have a clear boundary and will only be loaded when they are needed. - http://bit.ly/2ONjE0y
#angular
As you’re building your application you’ll be creating different feature modules with maintainability and a small footprint in mind. This way your modules have a clear boundary and will only be loaded when they are needed. - http://bit.ly/2ONjE0y
#angular
Angular In Depth
Sharing data between modules is peanuts.
A dive into NgRx selectors
Why Async: How JavaScript Interacts with the Real World
A preview of an as yet unreleased course, but even these three pages might help you out if you’re still learning how promises and async/await can improve your code. - http://bit.ly/2NOftEs
#javascript
A preview of an as yet unreleased course, but even these three pages might help you out if you’re still learning how promises and async/await can improve your code. - http://bit.ly/2NOftEs
#javascript
How to Implement a Tree View Component with React and styled-components - http://bit.ly/2NsfVJ9
#react
#react
Noteworthy - The Journal Blog
Implement Tree view component with ReactJS and Styled-Components
Tree view is one of the most popular components, you can see tree view everywhere from MacOS Finder or Window File Explorer or in any code…
How to use dynamic environment variables in Vue
Configure your project to use different files in different stages. - http://bit.ly/2OtdKl2
#vue
Configure your project to use different files in different stages. - http://bit.ly/2OtdKl2
#vue
DEV Community
How to use dynamic environment variables in VueJS
How to use different environment variables in VueJS
Debugging A Node.js Application Using ndb
ndb provides an improved debugging experience for Node.js, enabled by Chrome DevTools, and this is an easily understood walkthrough. - http://bit.ly/2PSTREk
#nodejs
ndb provides an improved debugging experience for Node.js, enabled by Chrome DevTools, and this is an easily understood walkthrough. - http://bit.ly/2PSTREk
#nodejs
📚 Nitay Neeman's Blog | JavaScript • Angular • RxJS
Chrome DevTools - Debugging Node.js Application Using ndb
Google Chrome Labs have improved our debugging experience by releasing a new debugger for Node.js. In this post, we'll cover the capabilities of ndb as a debugging tool.
An Inside Look at a Modern Web Browser (Chrome, Specifically)
A fantastically illustrated four part series digging into Chrome’s architecture and how it ultimately renders code into functional sites - http://bit.ly/2xC2fkM
#chrome #architecture
A fantastically illustrated four part series digging into Chrome’s architecture and how it ultimately renders code into functional sites - http://bit.ly/2xC2fkM
#chrome #architecture
Chrome Developers
Inside look at modern web browser (part 1) - Chrome Developers
Learn how browser turn your code into functional website from high-level architecture to the specifics of the rendering pipeline.
Create Your Design System: Buttons
Sebastiano Guerriero shares some advice on working with buttons in your design systems. - http://bit.ly/2OgvIdq
#css
Sebastiano Guerriero shares some advice on working with buttons in your design systems. - http://bit.ly/2OgvIdq
#css
Medium
Create your design system, part 6: Buttons
Buttons are the most important interactive components used by the users to perform actions.
Dive into React Native for Android Development
Alexander Pataridze talks about why he became a React Native advocate and highlights the technology via four use-cases - http://bit.ly/2PVURHE
#reactNative
Alexander Pataridze talks about why he became a React Native advocate and highlights the technology via four use-cases - http://bit.ly/2PVURHE
#reactNative
Toptal Engineering Blog
Dive into React Native for Android Development | Toptal®
Despite initial skepticism, React Native is very much in demand today!
In this article, Toptal Freelance React Native Developer, and former React Native skeptic, Alexander Pataridze talks about why he became a React Native advocate instead and introduces…
In this article, Toptal Freelance React Native Developer, and former React Native skeptic, Alexander Pataridze talks about why he became a React Native advocate instead and introduces…
How Browser Rendering Works, Behind the Scenes
A high level walkthrough of how browsers operate. - http://bit.ly/2NJXcsH
#browser
A high level walkthrough of how browsers operate. - http://bit.ly/2NJXcsH
#browser
LogRocket
How browser rendering works — behind the scenes
Find out how your browser converts HTML, CSS and JavaScript into a working website.
Three Ways to Dynamically Alter your Form Validation in Angular
There are times where we need to “activate” a form control based on the value of another control.
For example, let’s say a user has multiple options, and if he marks the second option, we want to display an additional text input, where he’s required to add a reason. - http://bit.ly/2QPvfgO
#angular
There are times where we need to “activate” a form control based on the value of another control.
For example, let’s say a user has multiple options, and if he marks the second option, we want to display an additional text input, where he’s required to add a reason. - http://bit.ly/2QPvfgO
#angular
Medium
Three Ways to Dynamically Alter your Form Validation in Angular
Dynamic form validation in Angular
You (Probably) Don’t Need Moment.js
Moment.js is a popular date and time manipulation library but with some downsides around tree-shaking and mutability. But do you even need it? This repo shows off the alternatives, including many native functions that do similar things. - http://bit.ly/2xBRzlm
#javascript
Moment.js is a popular date and time manipulation library but with some downsides around tree-shaking and mutability. But do you even need it? This repo shows off the alternatives, including many native functions that do similar things. - http://bit.ly/2xBRzlm
#javascript
GitHub
GitHub - you-dont-need/You-Dont-Need-Momentjs: List of functions which you can use to replace moment.js + ESLint Plugin
List of functions which you can use to replace moment.js + ESLint Plugin - you-dont-need/You-Dont-Need-Momentjs
Medium-Style Image Zoom
Medium have a beautiful zoom effect on their images. This article will show you how to mimic this effect using Vue.js and the Pose animation library. - http://bit.ly/2xVZLNp
#vue
Medium have a beautiful zoom effect on their images. This article will show you how to mimic this effect using Vue.js and the Pose animation library. - http://bit.ly/2xVZLNp
#vue
Popmotion
Tutorial: Medium-style image zoom | Pose
How to make Medium-style image zooming with Pose for Vue
Adding Bootstrap to a Vue CLI Project
Vue CLI 3 projects do not include much CSS. This tutorial shows the best way to add the Bootstrap CSS framework to a new Vue CLI project. - http://bit.ly/2MO3Jx6
#vue
Vue CLI 3 projects do not include much CSS. This tutorial shows the best way to add the Bootstrap CSS framework to a new Vue CLI project. - http://bit.ly/2MO3Jx6
#vue
Travis Horn
Adding Bootstrap to a Vue CLI Project
The Vue CLI is an awesome tool to kick-start your Vue projects. But by default — and rightly so — it comes with very little in the way of…
Chrome 70 Beta and the Shape Detection API
The Shape Detection API consists of three other APIs, the Face Detection API, Barcode Detection API and Text Detection API, all designed to make a device’s shape detection capabilities available to Web developers. - http://bit.ly/2Q9T0ix
#chrome
The Shape Detection API consists of three other APIs, the Face Detection API, Barcode Detection API and Text Detection API, all designed to make a device’s shape detection capabilities available to Web developers. - http://bit.ly/2Q9T0ix
#chrome
Chromium Blog
Chrome 70 beta: shape detection, web authentication, and more
Unless otherwise noted, changes described below apply to the newest Chrome Beta channel release for Android, Chrome OS, Linux, macOS, and Wi...
The 100% Correct Way to Split Your Chunks with Webpack
Know what file-splitting strategy will work best for your site and your users. - http://bit.ly/2NXHiKw
#webpack
Know what file-splitting strategy will work best for your site and your users. - http://bit.ly/2NXHiKw
#webpack
Hacker Noon
The 100% correct way to split your chunks with Webpack
Working out the best way to serve up files to your users can be a tricky business. There’s so many different scenarios, different…
Announcing TypeScript 3.1 RC
3.1 two main additions are mappable tuple and array types plus properties on function declarations. - http://bit.ly/2MT3Ib0
#typescript
3.1 two main additions are mappable tuple and array types plus properties on function declarations. - http://bit.ly/2MT3Ib0
#typescript