Performance Tips for Electron Developers
If you’re using Electron to build apps, the Electron team have collected together some performance tips and strategies in their documentation. - http://amp.gs/sSMq
#nodejs #electron
If you’re using Electron to build apps, the Electron team have collected together some performance tips and strategies in their documentation. - http://amp.gs/sSMq
#nodejs #electron
Six Tools for Debugging React Native
The most commonly used debugging tools in the React Native ecosystem, starting with the Developer Menu. - http://amp.gs/sNQS
#reactNative
The most commonly used debugging tools in the React Native ecosystem, starting with the Developer Menu. - http://amp.gs/sNQS
#reactNative
Sitepoint
6 Tools for Debugging React Native — SitePoint
Said Hayani explores the most commonly used debugging tools in the React Native ecosystem, starting with the Developer Menu.
Pac-Man… in CSS!
Maks Akymenko demonstrates how to create an animated Pac-Man character while leveraging the powers of the clip-path property. - http://amp.gs/sq8x
#css
Maks Akymenko demonstrates how to create an animated Pac-Man character while leveraging the powers of the clip-path property. - http://amp.gs/sq8x
#css
CSS-Tricks
Pac-Man... in CSS! | CSS-Tricks
You all know famous Pac-Man video game, right? The game is fun and building an animated Pac-Man character in HTML and CSS is just as fun! I’ll show you how to
Limitrr: Rate Limiting and Response Delaying using Redis
Includes middleware functions for Express. - http://amp.gs/sqln
#nodejs #library
Includes middleware functions for Express. - http://amp.gs/sqln
#nodejs #library
GitHub
eddiejibson/limitrr
Light NodeJS rate limiting and response delaying using Redis - including Express middleware. - eddiejibson/limitrr
TypeScript 3.7 Released
Packed with ‘awesome new language, compiler, and tooling features’, the popular ‘it’s JavaScript with static type-checking’ language introduces a lot of new bits and pieces including optional chaining, nullish coalescing, and simpler error reporting. The online TypeScript playground has also gotten some updates including a ‘dark’ mode and automatic type acquisition when importing packages. - http://amp.gs/ssGA
#typescript
Packed with ‘awesome new language, compiler, and tooling features’, the popular ‘it’s JavaScript with static type-checking’ language introduces a lot of new bits and pieces including optional chaining, nullish coalescing, and simpler error reporting. The online TypeScript playground has also gotten some updates including a ‘dark’ mode and automatic type acquisition when importing packages. - http://amp.gs/ssGA
#typescript
TypeScript
Announcing TypeScript 3.7 | TypeScript
We’re thrilled to announce the release of TypeScript 3.7, a release packed with awesome new language, compiler, and tooling features. If you haven’t yet heard of TypeScript, it’s a language based on JavaScript that adds static type-checking along with type…
How to Build a Node Web App to Manage Azure Cosmos DB SQL API Data
How to use Microsoft Azure Cosmos DB to store and access data from an Express-based app hosted using the Web Apps feature of Microsoft’s Azure App Service. - http://amp.gs/ssQg
#nodejs #azure
How to use Microsoft Azure Cosmos DB to store and access data from an Express-based app hosted using the Web Apps feature of Microsoft’s Azure App Service. - http://amp.gs/ssQg
#nodejs #azure
Docs
Tutorial:Build a Node.js web app with Azure Cosmos DB JavaScript SDK to manage SQL API data
This Node.js tutorial explores how to use Microsoft Azure Cosmos DB to store and access data from a Node.js Express web application hosted on Web Apps feature of Microsoft Azure App Service.
How Concurrent React Changes The Game for Data-Heavy UI
Concurrent React and Suspense are shaping up to heavily change how dynamic data-driven UIs are built - http://amp.gs/sio7
#react
Concurrent React and Suspense are shaping up to heavily change how dynamic data-driven UIs are built - http://amp.gs/sio7
#react
Medium
How Concurrent React changes the game for data-heavy UI
Concurrent React and Suspense are shaping up to heavily change how dynamic data-driven UIs are built.
Transloco’s New Dev Tools Make i18n in Angular Easy as Pie
For the past few months, the Transloco team has worked hard to provide you with a better i18n development experience in Angular. In this article, we’ll explore all the new 😎 stuff Transloco has to offer. - http://amp.gs/sDKj
#angular
For the past few months, the Transloco team has worked hard to provide you with a better i18n development experience in Angular. In this article, we’ll explore all the new 😎 stuff Transloco has to offer. - http://amp.gs/sDKj
#angular
Medium
Transloco’s New Dev Tools Make i18n in Angular Easy as Pie
Transloco Keys Managaer — The Key to a Better Translation Experience
The Basics of Unit Testing Node Apps using Mocha, Chai, and Sinon
How to use Mocha for testing, Chai for assertions and Sinon for mocks, spies, and stubs. - http://amp.gs/sud6
#nodejs
How to use Mocha for testing, Chai for assertions and Sinon for mocks, spies, and stubs. - http://amp.gs/sud6
#nodejs
Migrating a 50K SLOC Flow and React Native App to TypeScript
Ditching Flow for TypeScript is easier than ever and should be more future proof. - http://amp.gs/sJiK
#javascript #flow #typescript
Ditching Flow for TypeScript is easier than ever and should be more future proof. - http://amp.gs/sJiK
#javascript #flow #typescript
Medium
Migrating a 50K SLOC Flow + React Native app to TypeScript
Ditching Flow for TypeScript is easier than ever
Understanding React's key Prop
The key prop is a mechanism for controlling component instances. “I want to share a little trick with you, not because I use this a lot, but because understanding this principle will help you understand React a bit better.” - http://amp.gs/s0wD
#react
The key prop is a mechanism for controlling component instances. “I want to share a little trick with you, not because I use this a lot, but because understanding this principle will help you understand React a bit better.” - http://amp.gs/s0wD
#react
Kentcdodds
Understanding React's key prop
The key prop is a mechanism for controlling component instances.
Google Maps Is Now An Angular Component
The latest Angular Component release introduces a new Google Maps component. Here’s how to use it. - http://amp.gs/sKiD
#angular
The latest Angular Component release introduces a new Google Maps component. Here’s how to use it. - http://amp.gs/sKiD
#angular
The Most Important Feature in Vue
I've said it before and I'll say it again: Computed properties are the most important feature in Vue. Sure, scoped slots let you create some nice abstractions and watchers are useful too. But I don't think anything comes close to how valuable computed props are. - http://amp.gs/s3Kw
#vue
I've said it before and I'll say it again: Computed properties are the most important feature in Vue. Sure, scoped slots let you create some nice abstractions and watchers are useful too. But I don't think anything comes close to how valuable computed props are. - http://amp.gs/s3Kw
#vue
Michaelnthiessen
The Most Important Feature in Vue - Michael Thiessen
I've said it before and I'll say it again: Computed properties are the most important feature in Vue. Sure, scoped slots let you create some nice abstractions and watchers are useful too. But I don't think anything comes close to how valuable computed props…
Understanding the delete Operator
delete is used to remove specific properties from objects. - http://amp.gs/sHWu
#javascript
delete is used to remove specific properties from objects. - http://amp.gs/sHWu
#javascript
Medium
Understanding the Delete Operator in JavaScript
Learn how the delete operator deals with configurable and non-configurable properties, and much more.
CSS Logical Properties
Adrian Roselli gives a nice primer on logical properties. - http://amp.gs/s2uw
#css
Adrian Roselli gives a nice primer on logical properties. - http://amp.gs/s2uw
#css
Learn React Context in 5 Minutes - A Beginner's Tutorial
React’s Context API has become the state management tool of choice for many, oftentimes replacing Redux altogether. - http://amp.gs/sXuz
#react
React’s Context API has become the state management tool of choice for many, oftentimes replacing Redux altogether. - http://amp.gs/sXuz
#react
A Complete Guide to JavaScript Tooling
An (entry level) guide to various JavaScript tooling systems, including linters, type checkers, package managers and more. - http://amp.gs/sL3Z
#javascript
An (entry level) guide to various JavaScript tooling systems, including linters, type checkers, package managers and more. - http://amp.gs/sL3Z
#javascript
DEV Community
A Complete Guide to JavaScript Tooling
Want to become a productive JavaScript developer? Confused no more with a complete guide to JavaScript tooling systems