Create an Offline-First React Native App Using WatermelonDB
WatermelonDB is a React-specific database abstraction built on top of SQLite. - http://amp.gs/AhAx
#reactnative
WatermelonDB is a React-specific database abstraction built on top of SQLite. - http://amp.gs/AhAx
#reactnative
Sitepoint
Create an Offline-first React Native App Using WatermelonDB — SitePoint
Dhanraj Acharya covers database options in React Native and walks through an example app using models, schema, actions, and reactive components in WatermelonDB.
Creating Drag and Drop Elements with Vanilla JavaScript and HTML
I remember when this used to be really complicated to do, but the HTML Drag and Drop API helps a lot nowadays. - http://amp.gs/AvBH
#javascript
I remember when this used to be really complicated to do, but the HTML Drag and Drop API helps a lot nowadays. - http://amp.gs/AvBH
#javascript
DigitalOcean
How To Create Drag and Drop Elements with Vanilla JavaScript and HTML | DigitalOcean
In this tutorial, we will build a drag-and-drop example using the HTML Drag and Drop API with vanilla JavaScript to use the event handlers.
Overflow And Data Loss In CSS
Rachel Andrew explores the situations in which you might encounter overflow in your web designs and explains how CSS has evolved to create better ways to manage and design around unknown amounts of content. - http://amp.gs/AvNJ
#css
Rachel Andrew explores the situations in which you might encounter overflow in your web designs and explains how CSS has evolved to create better ways to manage and design around unknown amounts of content. - http://amp.gs/AvNJ
#css
Smashing Magazine
Overflow And Data Loss In CSS — Smashing Magazine
In this article, Rachel Andrew explores the situations in which you might encounter overflow in your web designs and explains how CSS has evolved to create better ways to manage and design around unknown amounts of content.
The Baseline Interpreter: A Faster JS Interpreter in Firefox 70
JIT (Just-In-Time) compilation was once all the rage for speeding up JavaScript but a faster interpreter can result in significant performance improvements on modern workloads and here’s how it works. - http://amp.gs/Ag8O
#web #news
JIT (Just-In-Time) compilation was once all the rage for speeding up JavaScript but a faster interpreter can result in significant performance improvements on modern workloads and here’s how it works. - http://amp.gs/Ag8O
#web #news
Mozilla Hacks – the Web developer blog
The Baseline Interpreter: a faster JS interpreter in Firefox 70
Modern web applications load and execute a lot more JavaScript code than they did just a few years ago. While JIT (just-in-time) compilers have been very successful in making JavaScript ...
Angular Dependency Injection Tips
Dependency Injection (DI) is one of the most important concepts that Angular incorporates. The design pattern helps us build web applications easier and limit tight coupling.
- http://amp.gs/AEdE
#angular
Dependency Injection (DI) is one of the most important concepts that Angular incorporates. The design pattern helps us build web applications easier and limit tight coupling.
- http://amp.gs/AEdE
#angular
Simplify Your JavaScript with .some() and .find()
If you haven’t revised the array methods in recent years, you might be missing out and reinventing the wheel in your code. - http://amp.gs/AV9f
#javascript
If you haven’t revised the array methods in recent years, you might be missing out and reinventing the wheel in your code. - http://amp.gs/AV9f
#javascript
Medium
Simplify your JavaScript – Use .some() and .find()
If you haven’t heard of .some() and .find() in JavaScript, you might want to learn to use it!
What's New In DevTools for Chrome 78
Including Lighthouse 5.2 in the Audits panel, and Largest Contentful Paint in the Performance panel. - http://amp.gs/A9hw
#chrome #devtools
Including Lighthouse 5.2 in the Audits panel, and Largest Contentful Paint in the Performance panel. - http://amp.gs/A9hw
#chrome #devtools
Chrome Developers
What's New In DevTools (Chrome 78) - Chrome Developers
Lighthouse 5.2 in the Audits panel, and Largest Contentful Paint in the Performance panel.
We're looking for high-performance Senior React engineers for full-time remote work in a tech company.
Good English and communication skills are crucial as you'll be working in a global remote team. You should have senior level experience (~5 years) building modern front-end systems, with at least 3 years of that experience using React.
Requirements:
- Senior-level experience (~5 years) building modern front-end systems.
- At least 3 years of shipping production code.
- Ability to write tests, JEST - Enzyme.
- Basics knowledge of working with REST.
- Ability to configure task runners and bundlers like Webpack or Parcel.
- Experience with design patterns.
Bonus points for:
- Knowledge of full-stack software development.
- Experience using and contributing to open-source projects.
- Experience working remotely.
- Non-web background is a plus.
- Experience with strongly typed languages is a plus.
To apply for this role, please sign up to 6nomads.com.
You need to pass only two rounds of selection (about 1,5 hours) and one optional.
Then we will be able to recommend you to the company and minimize unnecessary interviews, approvals and waiting time for you, because our expertise is trusted.
Good English and communication skills are crucial as you'll be working in a global remote team. You should have senior level experience (~5 years) building modern front-end systems, with at least 3 years of that experience using React.
Requirements:
- Senior-level experience (~5 years) building modern front-end systems.
- At least 3 years of shipping production code.
- Ability to write tests, JEST - Enzyme.
- Basics knowledge of working with REST.
- Ability to configure task runners and bundlers like Webpack or Parcel.
- Experience with design patterns.
Bonus points for:
- Knowledge of full-stack software development.
- Experience using and contributing to open-source projects.
- Experience working remotely.
- Non-web background is a plus.
- Experience with strongly typed languages is a plus.
To apply for this role, please sign up to 6nomads.com.
You need to pass only two rounds of selection (about 1,5 hours) and one optional.
Then we will be able to recommend you to the company and minimize unnecessary interviews, approvals and waiting time for you, because our expertise is trusted.
FrontEnd Development pinned «We're looking for high-performance Senior React engineers for full-time remote work in a tech company. Good English and communication skills are crucial as you'll be working in a global remote team. You should have senior level experience (~5 years) building…»
Vue communication patterns: an intro to “props-down” and “events-up” pattern
In this article, I would like to demonstrate how to use a props-down and events-up communication pattern in Vue.js to talk between parent and child, and sibling components
- http://amp.gs/A4mp
#vue
In this article, I would like to demonstrate how to use a props-down and events-up communication pattern in Vue.js to talk between parent and child, and sibling components
- http://amp.gs/A4mp
#vue
Medium
Vue communication patterns: an intro to “props-down” and “events-up” pattern
When developing a Vue app in one large file we have the advantage of having the whole application state in one place — in data object on…
Sequelize ORM Found Vulnerable to SQL Injection Attacks
The good news is the problem is solved and you just need to update if you're using Sequelize. But if you want to learn about how the vulnerability was discovered and how it could be abused, read on. - http://amp.gs/AR8u
#nodejs
The good news is the problem is solved and you just need to update if you're using Sequelize. But if you want to learn about how the vulnerability was discovered and how it could be abused, read on. - http://amp.gs/AR8u
#nodejs
Snyk
Sequelize ORM npm library found vulnerable to SQL Injection attacks | Snyk
Object-Relational Mappers, also commonly referred to as ORMs, are a set of SQL libraries that help developers manage their database code by abstracting it
Everything I Know About Style Guides, Design Systems, and Component Libraries
Lee Robinson shares what he learned in the past year building style guides, design systems, component libraries, and their best practices. - http://amp.gs/AUwL
#css
Lee Robinson shares what he learned in the past year building style guides, design systems, component libraries, and their best practices. - http://amp.gs/AUwL
#css
Angular 8 Google Maps Firebase Realtime Blood Donor App
A comprehensive step by step tutorial on building a Realtime blood donor app using Angular 8, Google Maps, Location, and Firebase Realtime Database. - http://amp.gs/AdJX
#angular
A comprehensive step by step tutorial on building a Realtime blood donor app using Angular 8, Google Maps, Location, and Firebase Realtime Database. - http://amp.gs/AdJX
#angular
Djamware.com
Angular 8 Google Maps Firebase Realtime Blood Donor App
A comprehensive step by step tutorial on building Realtime blood donor app using Angular 8, Google Maps, Location, and Firebase Realtime Database
Using rel="preconnect" to Establish Network Connections Early and Increase Performance - http://amp.gs/AONa
#html
#html
CSS-Tricks
Using rel=”preconnect” to establish network connections early and increase performance
Milica Mihajlija: Adding rel=preconnect to a informs the browser that your page intends to establish a connection to another domain, and that you'd like
Proxying npm Packages with GitHub Package Registry
GitHub has introduced the ability to proxy packages from the main npm registry through its GitHub Package Registry service (which is still in beta). - http://amp.gs/AryG
#nodejs
GitHub has introduced the ability to proxy packages from the main npm registry through its GitHub Package Registry service (which is still in beta). - http://amp.gs/AryG
#nodejs
The GitHub Blog
Proxying packages with GitHub Package Registry and other updates
We’ve introduced the ability to proxy packages from the npm registry through GitHub Package Registry for easier configuration and consolidation. Read more about the change and opt in to try it out.
On building a Vue.js piano, Scriabin's synesthesia, synths/samplers in Tone.js, learning your scales and arpeggios and more!
This article is about a project of music brought to life with the power of Vue.js and of course passion!
- http://amp.gs/ASe8
#vue
This article is about a project of music brought to life with the power of Vue.js and of course passion!
- http://amp.gs/ASe8
#vue
DEV Community
On building a Vue.js piano, Scriabin's synesthesia, synths/samplers in Tone.js, learning your scales and arpeggios and more!
Something missing or incorrect? This article's source is on Github. Please feel free to open an iss...
How to Integrate TensorFlow Model in Angular Application?
This article should emphasize, how processes of building any machine learning model differs from the developing application that utilizes this model. However, it also reveals mutual points as well and provide further evidence how data scientists and software developers should work close together if they want to create a great product.
- http://amp.gs/AATp
#angular
This article should emphasize, how processes of building any machine learning model differs from the developing application that utilizes this model. However, it also reveals mutual points as well and provide further evidence how data scientists and software developers should work close together if they want to create a great product.
- http://amp.gs/AATp
#angular
Rubik's Code
How to Integrate TensorFlow Model in Angular Application?
Couple of months back we investigated parts of TensorFlow’s ecosystem beyond standard library. However, we didn’t manage one important topic – integration.
How to Profile a React App for Performance
Kent is on 🔥 lately with the React performance posts, and this is a great one. See how to use the React DevTools and React’s profiling build to get started with performance profiling a production app. - http://amp.gs/AAcs
#react
Kent is on 🔥 lately with the React performance posts, and this is a great one. See how to use the React DevTools and React’s profiling build to get started with performance profiling a production app. - http://amp.gs/AAcs
#react
Kentcdodds
Profile a React App for Performance
How to use the React DevTools and React's profiling build to properly profile a production app