fedevelopment | Technologies

Telegram-канал fedevelopment - FrontEnd Development

21578

Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile и многое другое. Администратор: @andrey2019 Donate: https://goo.gl/5FJz4U

Subscribe to a channel

FrontEnd Development

Test Methods and Mock Dependencies in Vue.js with Jest

Learn how to test methods and cope with mocking module dependencies. - https://goo.gl/EhDsfN

#vue #testing #jest

Читать полностью…

FrontEnd Development

Building server-rendered apps in Vue using Nuxt.js

This post will walk you through the process of building server-rendered webpages in Vue. - https://goo.gl/DA4avJ

#vue #serverRendered

Читать полностью…

FrontEnd Development

Implementing Serverless Node.js Functions Using Google Cloud

Google’s still-in-beta Cloud Functions doesn’t seem to get a lot of press, but if you’re using Node, it’s worth checking out as a serverless platform. - https://goo.gl/bLF9Ws

#nodejs

Читать полностью…

FrontEnd Development

Leverage New Features of React 16: An Egghead Course -
https://goo.gl/2NBQop

#react #video

Читать полностью…

FrontEnd Development

Node-ChakraCore Update From Node.js Interactive 2017

Some updates on Node-ChakraCore running production workloads, advancing N-API, and running Node on iOS. - https://goo.gl/D4FmPW

#nodejs

Читать полностью…

FrontEnd Development

Vue.js Official Style Guide released!

The official style guide for Vue-specific code has been released. If you use Vue in a project, it’s a great reference to avoid errors, bikeshedding, and anti-patterns. - https://goo.gl/RHu5Yx

#vue #styleguide

Читать полностью…

FrontEnd Development

What is 'this' in JavaScript?

Wissam Abirached explains context and the this keyword in JavaScript, the difference between explicit and hard bindings and what the new keyword represents. - https://goo.gl/wHBKmz

#javascript

Читать полностью…

FrontEnd Development

Higher-Order Components (HOCs) for Beginners -
https://goo.gl/9b8Cy4

#react #hoc

Читать полностью…

FrontEnd Development

7 Architectural Attributes of a Reliable React Component

Covering ideas like the single responsibility principle, encapsulation, composition, and reusability. - https://goo.gl/FQRA3e

#react

Читать полностью…

FrontEnd Development

vue-test-utils beta released

vue-test-utils is the official test library for Vue.js. It provides methods for unit testing Vue components. - https://goo.gl/Tfbnvj

#vue

Читать полностью…

FrontEnd Development

Tips for Successful App Development with React Native

Some things to consider when starting to work with React Native for mobile app development. - https://goo.gl/LxfY6e

#reactNative

Читать полностью…

FrontEnd Development

A pattern to handle ajax requests in Vuex - https://goo.gl/gxkqpT

#vue

Читать полностью…

FrontEnd Development

A/B Testing for React Native Apps with CodePush

How to perform A/B Testing using CodePush with React Native to optimize user behavior. - https://goo.gl/BPXxcd

#reactNative

Читать полностью…

FrontEnd Development

Building a React Universal Blog App: Implementing Flux -
https://goo.gl/4nfcsh

#react #flux

Читать полностью…

FrontEnd Development

How Zalando bot got 98% success rate

Why Bot personality is only a minor part of the overall bot UX - https://goo.gl/tJpg9C

#ui

Читать полностью…

FrontEnd Development

Await and Async Explained with Diagrams and Examples

A tutorial that explains the new await/async features in ES2016 for more easily working with asynchronous functions. - https://goo.gl/Y1gqo3

#await #async

Читать полностью…

FrontEnd Development

Using Preact as a React Alternative

Ahmed Bouchefra takes a look at Preact, a lightweight version of React with a growing community that’s well suited to high-performance apps and slow 2G networks. - https://goo.gl/gk5iNi

#prereact

Читать полностью…

FrontEnd Development

Fundamentals of Responsive Images

A good explainer of the key concepts for responsive images, and an overview of a few different responsive image tactics. - https://goo.gl/4skwd5

#image #responsive

Читать полностью…

FrontEnd Development

8 Key React Component Decisions

Standardize your React development with these key decisions. - https://goo.gl/HS11u5

#react

Читать полностью…

FrontEnd Development

Why There's No 100% Correct Way to Structure A React App

How one dev structures his React apps, but why there’s no universally ‘ideal’ approach. - https://goo.gl/SLqavw

#react

Читать полностью…

FrontEnd Development

Notification library for Vue.js

Vue.js library for showing notifications with CSS & Velocity animations.
https://goo.gl/NXMyVc

#vue #component

Читать полностью…

FrontEnd Development

Node.js for Mobile Apps: A Node Runtime for Android and iOS

Node.js for Mobile Apps, which is free and open source, offers a Node execution environment running in a background thread inside a native app. - https://goo.gl/gC6j2S

#nodejs

Читать полностью…

FrontEnd Development

Essential Image Optimization for the Web

A free ebook on modern image optimization techniques. Formats, decoders, techniques for efficient compression and more are covered. - https://goo.gl/TtqmVq

#image #optimization

Читать полностью…

FrontEnd Development

Learn Promises by Building Your Own

Learning by building in action in this step-by-step tutorial to help you understand how Promises work. - https://goo.gl/6wcKm7

#javascript #promise

Читать полностью…

FrontEnd Development

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/rxfRzP

#mobile #tools #compare

Читать полностью…

FrontEnd Development

When buttons look like links, that looks like buttons

Sometimes we make links look like buttons. Sometimes we make buttons look like links. This is unfortunate. - https://goo.gl/91PEio

#ui

Читать полностью…

FrontEnd Development

Draggable: A Drag and Drop Library from Shopify

Draggable abstracts native browser events into a modular API for you to build custom, and potentially complex, drag and drop experiences. - https://goo.gl/Es8BAE

#javascript #draganddrop

Читать полностью…

FrontEnd Development

Terminal Kit: A 'Full Blown' Terminal Lib for Node

Includes support for 256 colors, styles, keys and mouse handling, input fields, progress bars, screen buffers, and more. - https://goo.gl/LBghtf

#nodejs

Читать полностью…

FrontEnd Development

Mixins and Plugins in Vue

Where mixins and plugins can provide a lot of help? Mixins and plugins have the ability to improve readability and portability of your code. - https://goo.gl/8dFZQ8

#vue

Читать полностью…

FrontEnd Development

Advanced animation in Vue.js

This is the second part of the Baby Steps Vuejs Animations Tutorial. In this tutorial, you will learn about creating functional and reusable Vue.js transitions using javascript. - https://goo.gl/JPmEZ4

#vue #animation

Читать полностью…
Subscribe to a channel