FrontEnd Development
28.8K subscribers
145 photos
1 video
9.35K links
Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile and more.
Download Telegram
Show / hide password input values with Vue.js

It’s common to have the possibility to toggle the visibility of a password field on websites, applications etc. Implementing such a functionality with Vue.js is simple and straigth forward. - https://goo.gl/sEDGPB

#vue
How You Can Use Environment Variables in Node

What are they? And what are some better ways to handle ‘env’ variables? Burke introduces dotenv, a way to make environment variable management easier, and shows how to use them alongside VS Code. - https://goo.gl/ezmMwR

#nodejs
React.js Frequently Faced Problems

Covers some handy ‘common problems’, and may be handy if you’re relatively new to JavaScript or React. - https://goo.gl/q3cTrE

#react
GraphQL over REST with Node, Heroku, and Apollo Engine

Build and deploy a GraphQL API quickly without rewriting your backend by wrapping REST endpoints using Node and Apollo Server. - https://goo.gl/Xco7sm

#nodejs
Setup Vue with Storybook using Vue CLI 3.0

Vue CLI 3 is totally bad ass, to use a technical term. Almas Akchabayev shows you how to use it to quickly set up a TypeScript + Storybook project. - https://goo.gl/nB1byG

#vue
Multiple Layouts for VueJS Single Page Apps

Single-page apps will need multiple layouts to display different views. For example, a login page won’t need to show toolbars etc. Kasun Vithanage shows how to use Vuex and VuetifyJS to achieve this in your Vue SPA. - https://goo.gl/56ExZD

#vue
UX Storyboard Creation: A Complete Guide For Beginners

Luca Morovián walks you through all the whys and hows of UX storyboard creation plus shares template to help you get started. - https://goo.gl/Zm2A3M

#ux
Awesome Developer Streams: Developers Who Code Live

It’s surprising how much you can learn by watching someone else code and here are 57 to check out - mostly JavaScript developers too. - https://goo.gl/UVcEKM

#awesome
Pell 1.0: A Tiny, Simple WYSIWYG Web Text Editor

No dependencies, ES6, and only 1.38KB minned and gzipped. - https://goo.gl/Lr7BFE

#components
Vue.js and Webpack 4 From Scratch

While Vue CLI is the fastest way to set up a Vue.js project, it’s handy to know how to do it from scratch. This article is a step-by-step guide to setting up Vue and Webpack 4 with all the bells and whistles like hot module reloading, linting and testing - https://goo.gl/mWNk7C

#vue
How Fast Is Flutter? I Built A Stopwatch App to Find Out

Flutter is a mobile UI framework from Google that’s currently getting a lot of attention. Here, a developer reviews its performance after building a stopwatch app to analyze CPU and memory usage. - https://goo.gl/xeFoMZ

#flutter
Unblocking Clipboard Access in Chrome 66+

The Async Clipboard API supersedes the document.execCommand approach to clipboard interactions from JavaScript and makes the process asynchronous. - https://goo.gl/9yVFLa

#clipboard