Cross-Platform Mobile App Development Tools Compared
Summaries and pros and cons of Cordova, Phonegap, Ionic, Framework 7, Weex, React Native, NativeScript, Flutter, Jasonette, and Manifold. -
https://goo.gl/GiZBhe
#mobile #frameworks #compare
Summaries and pros and cons of Cordova, Phonegap, Ionic, Framework 7, Weex, React Native, NativeScript, Flutter, Jasonette, and Manifold. -
https://goo.gl/GiZBhe
#mobile #frameworks #compare
OutSystems
Free Cross-Platform Mobile App Development Tools Compared - 2017
If you can't drop loads of cash on pet ideas, here are some free cross-platform mobile app development tools you can use immediately.
How To Secure Your Web App With HTTP Headers
Hagay Lupesko reviewed key security-related HTTP headers and demonstrated their use in mitigating security vulnerabilities and attacks. - https://goo.gl/QKCoUw
#web #http #secure
Hagay Lupesko reviewed key security-related HTTP headers and demonstrated their use in mitigating security vulnerabilities and attacks. - https://goo.gl/QKCoUw
#web #http #secure
Smashing Magazine
How To Secure Your Web App With HTTP Headers
Web applications, be they thin websites or thick single-page apps, are notorious targets for cyber-attacks. In 2016, approximately 40% of data breaches originated from attacks on web apps — the leading attack pattern. Indeed, these days, understanding cyber…
Debugging Tips and Tricks for Front-End Developers
A fantastic round-up of concepts, tools, and things to consider when doing one of a developer’s most important tasks: debugging. - https://goo.gl/zKAj5o
#debugging #tips
A fantastic round-up of concepts, tools, and things to consider when doing one of a developer’s most important tasks: debugging. - https://goo.gl/zKAj5o
#debugging #tips
CSS-Tricks
Debugging Tips and Tricks
Writing code is only one small piece of being a developer. In order to be efficient and capable at our jobs, we must also excel at debugging. When I dedica
Creating an 'Offline' Notice in React Native
Ever seen the red “No Internet Connection” sign in apps like Facebook Messenger? Here’s how to recreate it. - https://goo.gl/Q1pvjH
#reactNative
Ever seen the red “No Internet Connection” sign in apps like Facebook Messenger? Here’s how to recreate it. - https://goo.gl/Q1pvjH
#reactNative
Medium
Offline Notice In React Native
Have you ever seen the red “No Internet Connection” sign in mobile apps like Facebook Messenger. It looks something like this:
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/QDNe7q
#css #grid
A helpful guide to CSS Grid, including a free visual grid builder tool. - https://goo.gl/QDNe7q
#css #grid
cssgrid.cc
CSS Grid Resources & Tools
Learn and prototype with CSS Grid. Examples, demos, explanations, showcases and more.
A Checklist of Node Production Best Practices
19 different tips or best practices to consider when putting your Node apps into production, along with pop-out examples and links. - https://goo.gl/Hxyiaf
#nodejs
19 different tips or best practices to consider when putting your Node apps into production, along with pop-out examples and links. - https://goo.gl/Hxyiaf
#nodejs
Goldbergyoni
Checklist: Node.JS production best practices
Last updated: 09/09/2017 Welcome to my comprehensive collection of tips on running Node.JS in production. It aims to summarize most of the knowledge gathered to date from the highest ranked…
Safari Service Workers and Other PWA Good News Stories
There’s been a lot of good news for fans of PWAs across 2017 and this post summed much of it up. - https://goo.gl/6qWPzM
#pwa
There’s been a lot of good news for fans of PWAs across 2017 and this post summed much of it up. - https://goo.gl/6qWPzM
#pwa
mobiForge
Safari service workers and other PWA good news stories - mobiForge
It’s been a while since we’ve checked in on the state of Progressive Web Apps, there’s much to talk about. Here’s a whirlwind update of the major PWA news over the past few months. 1. Service workers support in Safari Probably the biggest news in PWA land…
Uploading Files With VueJS and Axios
Handling files can be a tricky task in a frontend application. This tutorial by Dan Pastori will show you a simple way to add a file upload feature to a Vue.js app. - https://goo.gl/gy4HPZ
#vue #axios #fielUploading
Handling files can be a tricky task in a frontend application. This tutorial by Dan Pastori will show you a simple way to add a file upload feature to a Vue.js app. - https://goo.gl/gy4HPZ
#vue #axios #fielUploading
Server Side Up
Uploading Files With VueJS and Axios - Server Side Up
Handling files is always a task. This tutorial will simplify the process and show you how to upload files with VueJS and Axios through AJAX.
Handling State in React: Four Immutable Approaches to Consider
State is perhaps “the most common point of confusion in React today”. - https://goo.gl/PSJmRH
#react
State is perhaps “the most common point of confusion in React today”. - https://goo.gl/PSJmRH
#react
freeCodeCamp
Handling State in React: Four Immutable Approaches to Consider
Perhaps the most common point of confusion in React today: state.
Everything You Need to Know About HTTP Security Headers
And along very similar lines. - https://goo.gl/dL3pGT
#web #http #secure
And along very similar lines. - https://goo.gl/dL3pGT
#web #http #secure
The anatomy of responsive images
If you need something technical explained in a way that is super easy to understand then Jake Archibald is often the person to go to. The impressive thing for me is that he has used SVG to paint what you would usually assume to be an image with arrows. Nicely done Jake, nicely done. - https://goo.gl/kjwifL
#responsive #images
If you need something technical explained in a way that is super easy to understand then Jake Archibald is often the person to go to. The impressive thing for me is that he has used SVG to paint what you would usually assume to be an image with arrows. Nicely done Jake, nicely done. - https://goo.gl/kjwifL
#responsive #images
Jakearchibald
The anatomy of responsive images
A Curated Compilation of Node Best Practices
Curated from numerous popular articles this in-development list of best practices covers topics from error handling to memory use. - https://goo.gl/FwqeyA
#nodejs
Curated from numerous popular articles this in-development list of best practices covers topics from error handling to memory use. - https://goo.gl/FwqeyA
#nodejs
GitHub
i0natan/nodebestpractices
nodebestpractices - The largest Node.JS best practices list. Curated from the top ranked articles and always updated
10 Tips to Become a Better Node Developer in 2017
Azat Mardan presents ten tips, tricks and best practices to help you become a better Node developer in the year ahead. - https://goo.gl/FvJNNJ
#nodejs
Azat Mardan presents ten tips, tricks and best practices to help you become a better Node developer in the year ahead. - https://goo.gl/FvJNNJ
#nodejs
SitePoint
10 Tips to Become a Better Node Developer in 2017 — SitePoint
Azat Mardan presents 10 tips, tricks and best practices to help you become a better Node developer in the year ahead.
Getting Started with Headless Chrome
‘Headless’ Chrome is basically Chrome running without any UI or visible controls, so is ideal for being remotely controlled from JavaScript. -https://goo.gl/VP4BCo
#headless #chome
‘Headless’ Chrome is basically Chrome running without any UI or visible controls, so is ideal for being remotely controlled from JavaScript. -https://goo.gl/VP4BCo
#headless #chome
Lessons From Migrating A Large Codebase to React 16
Discord, a popular text chat system in the gaming community, switched to React 16 pretty quickly and shared its experiences in doing so. -
https://goo.gl/3HAPUm
#react
Discord, a popular text chat system in the gaming community, switched to React 16 pretty quickly and shared its experiences in doing so. -
https://goo.gl/3HAPUm
#react
Discord Blog
Lessons from migrating a large codebase to React 16
Facebook released a rewrite of a large portion of React last week.
Does CSS Grid Replace Flexbox?
In short, not exactly. Some good examples here of where Grid and Flexbox work best. - https://goo.gl/gGH1q6
#css #flexbox #grid
In short, not exactly. Some good examples here of where Grid and Flexbox work best. - https://goo.gl/gGH1q6
#css #flexbox #grid
The Future of State Management with Apollo GraphQL
A look at using apollo-link-state to manage your local data in Apollo Client, a JavaScript GraphQL client, thus avoiding using something like Redux altogether - https://goo.gl/giyB7e
#apollo #graphQL
A look at using apollo-link-state to manage your local data in Apollo Client, a JavaScript GraphQL client, thus avoiding using something like Redux altogether - https://goo.gl/giyB7e
#apollo #graphQL
Apollo GraphQL
The future of state management
Managing your local data in Apollo Client with apollo-link-state
11 Vue.js Component Libraries You Should Know In 2018
A big part of Vue’s success lies in its components. Working with components means you can think of each UI pieces in isolation, encourage reusability and modularity, and help keep your UI consistent. - https://goo.gl/PvMW86
#vue
A big part of Vue’s success lies in its components. Working with components means you can think of each UI pieces in isolation, encourage reusability and modularity, and help keep your UI consistent. - https://goo.gl/PvMW86
#vue
Bits and Pieces
11 Vue.js Component Libraries You Should Know In 2018
11 popular and useful Vue.js component libraries to consider for your next app in 2018.
Where 'async' and 'await' Can Beat Promises
Not a deep dive, but some simple examples of using async/await vs promises. ES2016’s async/await are natively supported in Node 7.6+, as well as via Babel. - https://goo.gl/d8rJZ3
#nodejs
Not a deep dive, but some simple examples of using async/await vs promises. ES2016’s async/await are natively supported in Node 7.6+, as well as via Babel. - https://goo.gl/d8rJZ3
#nodejs
Hacker Noon
6 Reasons Why JavaScript’s Async/Await Blows Promises Away (Tutorial)
In case you missed it, Node now supports async/await out of the box since version 7.6. If you haven’t tried it yet, here are a bunch of…
React State vs. Redux State: When and Why?
Even if you choose to use Redux in your project, you’ll still need to make decisions on how much of your data is stored using it. - https://goo.gl/7f4TES
#react
Even if you choose to use Redux in your project, you’ll still need to make decisions on how much of your data is stored using it. - https://goo.gl/7f4TES
#react
Atomic Spin
React State vs. Redux State: When and Why?
Even if you choose to use Redux in your project, you will still need to make decisions on how much of your data is stored in Redux.