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

Making the Jump: How Desktop-Era Frameworks Can Thrive on Mobile
How do tools that grew up on the desktop, like Ember, Angular and React, make the jump to the mobile future? - https://goo.gl/RYaSrN

#mobile #web

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

FrontEnd Development

Code a Real-Time NativeScript App: Geolocation and Google Maps
Learn how to work with geolocation and Google Maps in NativeScript apps - https://goo.gl/vfztFn

#mobile #nativescript

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

FrontEnd Development

Introducing HumbleNet: A Cross-Platform Networking Library
A browser-based networking library that exposes a simple peer-to-peer API that allows for peer discovery and the ability to send data (via WebRTC) to others - https://goo.gl/xRzoZJ

#networking #library

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

FrontEnd Development

Building m.uber: Engineering a High-Performance Web App for the Global Market
How Uber Engineering designed m.uber, a lightweight web app that delivers a native app experience for riders on mobile. - https://goo.gl/cd86k4

#mobile #web

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

FrontEnd Development

Taking Responsive Web Design Beyond the Visual
A discussion on a wider interpretation of responsive web design that includes user context, push notifications, future devices and accessibility. - https://goo.gl/CAikZK

#talking #responsice #design

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

FrontEnd Development

NativeScript 3.1 Released
Introduces new features like the Chrome DevTools Elements tab, Android snapshot builds, and more. - https://goo.gl/r78ZSn

#nativescript #released

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

FrontEnd Development

Progressive Enhancement and CSS [video]
Ire covers the difficulty of writing progressively enhancive CSS, and offers some tips on how to overcome it. - https://goo.gl/pMjHqy

#css

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

FrontEnd Development

react-day-picker: A Flexible Date Picker for React
Comes in at less than 10KB with no dependencies. Fully customizable, with ARIA support. - https://goo.gl/ZKLCMJ

#react #datepicker

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

FrontEnd Development

Go, Docker, Google Cloud: A Microservice HOWTO
Saying that software engineers today enjoy MicroServices (MS) ‘a little bit’ is like saying people enjoy chocolate covered bacon ‘a little bit’. MicroServices does for internet systems what function calls do for assembly: abstraction without losing functionality. -
https://goo.gl/XcWqDN

#microservice

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

FrontEnd Development

Vulcan: An Open-Source Project to 'Meteorize' GraphQL
A full-stack app framework built on React and GraphQL. It’s an evolution of Telescope but is becoming less Meteor-dependent. - https://goo.gl/kAJNXj

#react #graphql

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

FrontEnd Development

TypeScript 2.4 Released
Includes support for cynamic import() expressions, string enums, & improved checking - https://goo.gl/cQ7K7q

#typescript

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

FrontEnd Development

ECMAScript 2017 Language Spec Published
The official spec for ES2017 (essentially the 8th edition of the JS spec) has been published in HTML and PDF if you’re lacking for bedtime reading. - https://goo.gl/qwq3H1

#javascript

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

FrontEnd Development

React Express: Learn React with Interactive Examples
An opinionated, all-in-one guide walking through create-react-app, webpack, Babel, ES2015+, JSX, Redux, CSS-in-JS, and more. - https://goo.gl/LBWqTG

#react

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

FrontEnd Development

TC39, ECMAScript, and the Future of JavaScript
A thorough explanation of how new features make it into JavaScript, before focusing on some practical examples including Array#includes, named captures, and lookbehind assertions in regexes - https://goo.gl/D8dQ5e

#javascript

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

FrontEnd Development

Techniques for Decomposing React Components
Three ways to separate the responsibilities of a large React component, from a simple approach to something more advanced. - https://goo.gl/YcSBkE

#react

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

FrontEnd Development

Building Size-Aware React Components - https://goo.gl/xTwwhG

#react

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

FrontEnd Development

A Closer Look Into WebRTC in Safari/iOS
Some details on how Safari 11 and iOS 11 implement WebRTC, and tips on bringing support to your own site. - https://goo.gl/MWTa4m

#webrtc #safari #ios

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

FrontEnd Development

Animated Page Transitions with React Router 4
How to animate page transitions using lifecycle methods from ReactTransitionGroup and the Animated library. - https://goo.gl/EiRnps

#react #routing #animation

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

FrontEnd Development

Visual Regression Testing (or How You Can Move Fast and Not Break Things)
“How many times you wanted to change code (especially CSS) and you were afraid to death that you’d break everything.” - https://goo.gl/mJs4en

#testing

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

FrontEnd Development

An Introduction to the Redux-First Routing Model
Michael Sargent makes the case for Redux-first routing — a paradigm that makes Redux the star of the routing model, and the common thread among many Redux routing solutions. - https://goo.gl/FQKTtz

#react #redux #routing

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

FrontEnd Development

create-react-app 1.0.8 Released - https://goo.gl/m3a3XX

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

FrontEnd Development

Hybrid Apps And React Native: A Time To Transition?
Is it time to move from hybrid apps to a solution like React Native? The author says that it is, despite some temporary pains. - https://goo.gl/HBZHVs

#reactnative

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

FrontEnd Development

Unleash Your Inner Supercomputer with WebGL
An interesting series of posts that digs into the practicalities of using WebGL to do GPU-based calculations. - https://goo.gl/JtSnAx

#webgl

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

FrontEnd Development

Using ExtReact Stores in Flux Apps
ExtReact provides ready-to-use UI components for building data-intensive web apps using React. - https://goo.gl/c33ztE

#react #extreact

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

FrontEnd Development

How to Use Webpack's 'Magic Comment' Feature with React Universal Component + SSR - https://goo.gl/Uvav3u

#react #webpack

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

FrontEnd Development

Build a Weather Site in 30 Minutes with Node + Express + OpenWeather
Learn to build a web app where users can type in a city name and get real-time weather data instantly - https://goo.gl/ZjTmBm

#nodejs #express

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

FrontEnd Development

Redux-First Router: A Step Beyond Redux-Little-Router
“The purpose of this article is to debunk the effectiveness of route-matching components + nested routes when using Redux, while discovering a better [..] way.” - https://goo.gl/1nhMPq

#react #router #redux

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

FrontEnd Development

Deploying a Node App with Docker and Kubernetes
Need to deploy multiple Docker containers? Jatin Shridar looks at Kubernetes, a tool for automated deployment, scaling, and management of Docker containers. - https://goo.gl/kGRhoV

#nodejs #docker

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

FrontEnd Development

Massive.js 3.0: A Data Mapper for Node and PostgresVersion 3 of the popular Postgres-focused data access library is out and is now fully Promise-based. - https://goo.gl/kJUZrR

#nodejs

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

FrontEnd Development

A Study Guide to the Modern Front End Stack
A guide built at Grab, a major Asian transportation platform, covering SPAs, React, Flux/Redux, and other popular front-end dev tools. - https://goo.gl/HjEBTi

#styleguide

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