React is the Most Used Front-End Framework
Results from this year’s State of JavaScript survey show React is the dominant player, though Vue is the one most people want to learn next. - https://goo.gl/r8SkZK
#survey #frontEnd
Results from this year’s State of JavaScript survey show React is the dominant player, though Vue is the one most people want to learn next. - https://goo.gl/r8SkZK
#survey #frontEnd
Stateofjs
State Of JavaScript Survey Results: Front-end Frameworks
Find out which Front-end JavaScript tools and frameworks are the most popular.
Build a Secure To-Do App with Vue, ASP NET Core, and Okta
Building a simple app is a great way to stretch your legs and try a language or framework you haven’t used before. - https://goo.gl/AzC7zC
#vue #aspNet
Building a simple app is a great way to stretch your legs and try a language or framework you haven’t used before. - https://goo.gl/AzC7zC
#vue #aspNet
Scotch
Build a Secure To-Do App with Vue, ASP.NET Core, and Okta
I love lists. I keep everything I need to do (too many things, usually) in a big to-do list, and the list helps keep me sane throughout the day. It’s like having a second brain!
There are hundreds of to-do apps out there, but today I’ll show you how to build…
There are hundreds of to-do apps out there, but today I’ll show you how to build…
Zigzag Image–Text Layouts Make Scanning Less Efficient
When you’re laying out your new grid based pages it’s good to know just how users consume content on the page, and what makes it easier/less effort. - https://goo.gl/Z3FrJr
#web
When you’re laying out your new grid based pages it’s good to know just how users consume content on the page, and what makes it easier/less effort. - https://goo.gl/Z3FrJr
#web
Nielsen Norman Group
Zigzag Image–Text Layouts Make Scanning Less Efficient
In two-column layouts, vertically aligned images support efficient scanning better than images that alternate placement with text.
Hello Everyone.
I wanted to thank you for following FrontEnd Development in this year. The channel just recently grew past 1330 subscribers, and I’m immensely grateful for each and every one of you.
Have wonderful holidays in the circle of your loved ones and your family, and happy, successful & amazing new year!
Thank you.
I wanted to thank you for following FrontEnd Development in this year. The channel just recently grew past 1330 subscribers, and I’m immensely grateful for each and every one of you.
Have wonderful holidays in the circle of your loved ones and your family, and happy, successful & amazing new year!
Thank you.
Testing React Components
Some quick insights gained from writing thousands of UI tests. - https://goo.gl/5tBj4C
#react #testing
Some quick insights gained from writing thousands of UI tests. - https://goo.gl/5tBj4C
#react #testing
Medium
Testing React Components
Compressed knowledge from writing thousands of UI tests and a solution for making testing components easy
Re-using VueJS Mixins and Filtering Google Map Data
The last tutorial introduced mixins adding re-usable methods for filtering. This tutorial will use the mixins to filter cafes on a Google Map. - https://goo.gl/9FRPwY
#vue
The last tutorial introduced mixins adding re-usable methods for filtering. This tutorial will use the mixins to filter cafes on a Google Map. - https://goo.gl/9FRPwY
#vue
Server Side Up
Re-using VueJS Mixins and Filtering Google Map Data - Server Side Up
The last tutorial introduced mixins adding re-usable methods for filtering. This tutorial will use the mixins to filter cafes on a Google Map
Making HTML Responsive with a Single Line of CSS
The responsiveness happens in a single CSS Grid-related property, namely grid-template-columns coupled with the auto-fit keyword. -
https://goo.gl/L6g116
#responsice #css
The responsiveness happens in a single CSS Grid-related property, namely grid-template-columns coupled with the auto-fit keyword. -
https://goo.gl/L6g116
#responsice #css
freeCodeCamp
How to make your HTML responsive by adding a single line of CSS
In this article I’ll teach you how to use CSS Grid to create a super cool image grid which varies the amount of columns with the width of…
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.