Understanding V8’s Bytecode
An explainer of V8’s bytecode format - think of bytecode as made up of “small building blocks that make up any JS functionality when composed together”. - https://goo.gl/Qq38Uf
#javascript
An explainer of V8’s bytecode format - think of bytecode as made up of “small building blocks that make up any JS functionality when composed together”. - https://goo.gl/Qq38Uf
#javascript
Medium
Understanding V8’s Bytecode
V8 is Google’s open source JavaScript engine. Chrome, Node.js, and many other applications use V8. This article explains V8’s bytecode…
Understanding Scope in JavaScript
Scope tells the compiler where to look for variables & functions when it needs them - Wissam Abirached explains the different ways this works in JavaScript. - https://goo.gl/UVMhEh
#javascript
Scope tells the compiler where to look for variables & functions when it needs them - Wissam Abirached explains the different ways this works in JavaScript. - https://goo.gl/UVMhEh
#javascript
Telerik Developer Network
Understanding Scope in JavaScript
Scope tells the compiler where to look for variables & functions when it needs them - Wissam Abirached explains the different ways this works in JavaScript.
JavaScript Events Unmasked: How to Create an Input Mask for Mobile
Keyboard events work differently on different devices so you need to take care when creating input masks that respond to them. -
https://goo.gl/DEV5oq
#movile #javascript #inputMask
Keyboard events work differently on different devices so you need to take care when creating input masks that respond to them. -
https://goo.gl/DEV5oq
#movile #javascript #inputMask
Medium
JavaScript Events Unmasked: How to Create an Input Mask for Mobile
Imagine this: there you are, minding your own business, coding your time away. And then someone walks in and asks you to build an input…
Turn React Components Inside Out with Functional Programming
A real-world example of refactoring a React Native component into stateless functional components and higher-order components. -
https://goo.gl/Rjztek
#react #reactNative
A real-world example of refactoring a React Native component into stateless functional components and higher-order components. -
https://goo.gl/Rjztek
#react #reactNative
Big Nerd Ranch
DESTROY ALL CLASSES: Turn React Components Inside Out with Functional Programming
This is a real-world example of refactoring a React Native component into stateless functional components and higher-order components, in 5 steps.
Scaffold Your Next Mobile App with a NativeScript Template
Some templates to get your next NativeScript project started. -
https://goo.gl/DbEcts
#mobile #nativeScript
Some templates to get your next NativeScript project started. -
https://goo.gl/DbEcts
#mobile #nativeScript
NativeScript.org
Scaffold Your Next Mobile App with a NativeScript Template
We have some nice project templates to build your next {N} project with.
When Should You Use Arrow Functions in React?
Avoid performance issues and certain bugs by using them in the right way. - https://goo.gl/37pF1z
#react
Avoid performance issues and certain bugs by using them in the right way. - https://goo.gl/37pF1z
#react
React Armory
When should I use Arrow Functions in React — React Armory
When used incorrectly, arrow functions can cause performance issues in React components. But when used correctly, they can prevent an entire class of bugs.
redocx: Create Word Documents with React
Components which can render declarative views into Word documents (.docx). - https://goo.gl/w7h5ks
#react #redocx
Components which can render declarative views into Word documents (.docx). - https://goo.gl/w7h5ks
#react #redocx
GitHub
nitin42/redocx
redocx - 📄 Create word documents with React
Server-Render Like A Pro /w Redux-First Router in 10 Steps -
https://goo.gl/tHF5Pk
#react #serverRender
https://goo.gl/tHF5Pk
#react #serverRender
Medium
Server-Render like a Pro /w Redux-First Router in 10 steps
1. SETUP EXPRESS TO SERVE YOUR BUILD
Testing in Ionic: Configure Existing Projects for Testing
Step by step instructions on how to configure your Ionic projects for unit and end to end testing. - https://goo.gl/pvsa3i
#ionic #testing
Step by step instructions on how to configure your Ionic projects for unit and end to end testing. - https://goo.gl/pvsa3i
#ionic #testing
leifwells.github.io
Testing in Ionic: Configure Existing Projects for Testing - Leif's Development Blog-o-rama
So, you have an existing Ionic project and now you want to start unit testing and end-to-end testing it. A great way to configure your existing project for testing is use the ionic-unit-testing-example project on Github. This post will provide you with step…
Developing Ionic Apps in WebStorm
WebStorm is a popular (commercial) IDE made by JetBrains. - https://goo.gl/GHCwG9
#ionic
WebStorm is a popular (commercial) IDE made by JetBrains. - https://goo.gl/GHCwG9
#ionic
A Thorough Guide to Building Layouts with CSS Grid
A helpful guide to CSS Grid, including a free visual grid builder tool. -
https://goo.gl/EShrzK
#css #grid
A helpful guide to CSS Grid, including a free visual grid builder tool. -
https://goo.gl/EShrzK
#css #grid
cssgrid.cc
Guide to building layouts with CSS Grid
Learn and prototype with CSS Grid. Examples, demos, explanations, showcases and more.
A Gulp Workflow for Frontend Development Automation
A thorough beginner-level guide to setting up a frontend workflow using Gulp. - https://goo.gl/Td8pQa
#gulp #workflow
A thorough beginner-level guide to setting up a frontend workflow using Gulp. - https://goo.gl/Td8pQa
#gulp #workflow
nystudio107
nystudio107 | A Gulp Workflow for Frontend Development Automation
As websites become more complicated to build, a frontend workflow automation tool of some sort becomes a necessity. Gulp is one such tool: gulp is a toolkit…
react-delegate: React Delegate Pattern for Better Callbacks
There’s a great blog post which goes into detail of why you might want this. - https://goo.gl/trnshd
#react
There’s a great blog post which goes into detail of why you might want this. - https://goo.gl/trnshd
#react
GitHub
swipesapp/react-delegate
react-delegate - React delegate pattern for better callbacks
Improve Web Typography with CSS Font Size Adjust
Gajendar Singh introduces you to the font-size-adjust CSS property and explains why it’s important and how you can use it to enhance your web typography. - https://goo.gl/i66hPn
#css #typography
Gajendar Singh introduces you to the font-size-adjust CSS property and explains why it’s important and how you can use it to enhance your web typography. - https://goo.gl/i66hPn
#css #typography
SitePoint
Improve Web Typography with CSS Font Size Adjust — SitePoint
Gajendar Singh introduces you to the font-size-adjust CSS property and explains why it's important and how you can use it to enhance your web typography.
Fast Properties in V8
A look at how V8 handles object properties. Worth a read if you like to have a technical, under-the-hood sense of what’s going in V8. -
https://goo.gl/cwSSDE
#nodejs
A look at how V8 handles object properties. Worth a read if you like to have a technical, under-the-hood sense of what’s going in V8. -
https://goo.gl/cwSSDE
#nodejs
v8project.blogspot.co.uk
Fast Properties in V8
A blog by the V8 team for JavaScript enthusiast that want to get a glimpse 'under the hood' of Chrome's JavaScript engine.
Alternatives to Amazon’s Cloud Services (AWS)
Outlines some of the full-service competitors to AWS, some that are less established, and a handful of alternatives to individual cloud services useful to developers. - https://goo.gl/djeH9R
#cloud #service
Outlines some of the full-service competitors to AWS, some that are less established, and a handful of alternatives to individual cloud services useful to developers. - https://goo.gl/djeH9R
#cloud #service
Code Envato Tuts+
Alternatives to Amazon's Cloud Services (AWS)
Alternatives to Amazon's Web ServicesAmazon's AWS continues to innovate and dominate the cloud services market. It's grown so much that it's become a key component of Amazon's Wall Street...
TypeScript 2.5 Released
Microsoft’s typed JavaScript subset takes another step forward with mostly minor fixes and improvements such as optional ‘catch’ binding params and refactoring tools. - https://goo.gl/75ZUgp
#typescript #release
Microsoft’s typed JavaScript subset takes another step forward with mostly minor fixes and improvements such as optional ‘catch’ binding params and refactoring tools. - https://goo.gl/75ZUgp
#typescript #release
Architecting Electron Applications for 60 FPS
A deep-dive into optimizations that should be made to achieve smooth rendering, and a low resource footprint for Electron on all platforms. -
https://goo.gl/d6yCKV
#nodejs #electron
A deep-dive into optimizations that should be made to achieve smooth rendering, and a low resource footprint for Electron on all platforms. -
https://goo.gl/d6yCKV
#nodejs #electron
Writing Scalable React Apps with the Component Folder Pattern
Discover an approach for turning giant components into bite-sized logical pieces and organize them logically using the ‘component folder’ pattern. - https://goo.gl/q49dAq
#react
Discover an approach for turning giant components into bite-sized logical pieces and organize them logically using the ‘component folder’ pattern. - https://goo.gl/q49dAq
#react
Medium
Writing Scalable React Apps with the Component Folder Pattern
Discover how to organize your React components using the component folder pattern. It will help un-clutter your projects, and your life.