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

Understanding V8’s Bytecode
An explainer of V8’s bytecode format - think of bytecode as made up of “small building blocks that make up any JS functionality when composed together”. - https://goo.gl/Qq38Uf

#javascript

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

FrontEnd Development

A 5 Part Series on React Internals
An exercise in ‘recreating’ React from the ground up, learning how it works along the way. A good way to get a grasp on how React works. - https://goo.gl/XUESqb

#react

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

FrontEnd Development

An Introduction to Preact: A Smaller React Alternative
Preact is a popular React-compatible alternative focused on being as thin & light as possible. - https://goo.gl/RAjTyE

#prereact

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

FrontEnd Development

Hybrid App Developers: Don’t Store Your Users' Passwords
Storing a username and password in local storage for easy retrieval is “a very bad security practice that puts your user’s credentials at risk”. -
https://goo.gl/bMmy9m

#hybrid

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

FrontEnd Development

react-beautiful-dnd: Attractive, Accessible Drag and Drop for Lists -
https://goo.gl/SnDzn3

#react #component #dragAndDrop

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

FrontEnd Development

The Difference Between Explicit and Implicit Grids
Grids are flexible enough to adapt to their items - just how explicit do you have to be? - https://goo.gl/c4kUqL

#css #grid

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

FrontEnd Development

Can Augmented Reality Solve Mobile Visualization?
AR is now slowly entering the tech mainstream. Here, Dominikus explores how AR could solve several real world problems. - https://goo.gl/N7vpVY

#mobile #AR

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

FrontEnd Development

React Simple Maps: SVG Map React Components
A library of React components to make SVG maps using d3-geo and topojson - https://goo.gl/DAeafD

#react #map #svg #component

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

FrontEnd Development

Organizing Microservices - Modern Integration
Microservices is probably one of the most popular buzz words among developers, but as a person who worked in the software integration space for years, I started to see some resemblance of the old ESB days. - https://goo.gl/fJFSfd

#microservice

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

FrontEnd Development

Performant Web Animations and Interactions: Achieving 60 FPS
A high frame rate often equals a high level of responsiveness and user satisfaction, but what’s involved in getting high frame rates for Web pages? - https://goo.gl/Fxc2Qr

#animations

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

FrontEnd Development

Node 8.4 (Current) Released
Just a week after 8.3, 8.4 is here with experimental support for http2 available behind a command line option. - https://goo.gl/VC8vrU

#nodejs #release

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

FrontEnd Development

National Health Service, on Elixir and Kubernetes
The story of an awesome project that we built on Elixir, React.js + Redux.js and Kubernetes  -  eHealth for National Health Service of Ukraine. - https://goo.gl/iqfTTw

#microservice

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

FrontEnd Development

Creating A Ride-Booking App with React Native and Pusher
Learn how you can create a ride-booking app similar to Uber, Lyft or Grab with React Native. - https://goo.gl/5YbjH9

#reactNative

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

FrontEnd Development

N-API and Getting Started with Writing C Addons for Node
Using N-API’s abstractions, you can create C/C++ addons without having a deep understanding of how V8 works. -
https://goo.gl/SN1kW9

#nodejs #addon

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

FrontEnd Development

All About React Router 4
A dive into React Router 4, how it’s so different from previous React Router versions, and why that is. - https://goo.gl/3NfPM7

#react #router

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

FrontEnd Development

5 Ways to Make HTTP Requests in Node
Quick overviews of the http standard library, Request, Axios, SuperAgent, and Got. - https://goo.gl/68MJqo

#nodejs

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

FrontEnd Development

FaceNet: TensorFlow-Backed Face Recognition and Verification
Work with facial recognition tools from Node. Mac & Linux only for now and also requires Python. - https://goo.gl/eRbTEH

#nodejs

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

FrontEnd Development

How Async/Await Will Make Your Code Simpler
.. or “How I Learned to stop writing Callback Functions and love JavaScript ES8.” - https://goo.gl/NmZCzL

#javascript #async @await

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

FrontEnd Development

Request Android Permissions In NativeScript Using Angular
How to request Android permissions at a time other than when the user tries to use a feature in a NativeScript mobile app - https://goo.gl/tctZEE

#angular #nativeScript

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

FrontEnd Development

Prototyping with React VR
An overview of Airbnb’s recent VR experiments. - https://goo.gl/iQXp5c

#react #VR

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

FrontEnd Development

Resonance: Data-Driven Animated State Transitions -
https://goo.gl/XumnD9

#react #component

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

FrontEnd Development

Frame by Frame Animation with CSS and JavaScript
Michael Romanov explains how to build a frame-by-frame animation with just HTML, CSS and JavaScript which performs well and works great on all browsers. - https://goo.gl/ZhJYu1

#animation #css

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

FrontEnd Development

How to Create a QR Code Reader for Your Mobile Site using just HTML, CSS and JavaScript. - https://goo.gl/8YbWCu

#mobile #qrcode

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

FrontEnd Development

Building a Simple AI Chatbot with the Web Speech API and Node
A complete walkthrough of bringing together browsers’ speech recognition support with Node and a third party natural language processing service - https://goo.gl/QmKhMm

#nodejs #chatBot

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

FrontEnd Development

Developing with Node.js on Microsoft Azure
A free course to get you started with developing and deploying Node apps and services on Azure. - https://goo.gl/VxZW3E

#nodejs #azure #course #free

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

FrontEnd Development

How to Do End-to-End React Native Testing with Detox
An end-to-end testing library that can emulate user behavior and test how your app reacts to it. - https://goo.gl/ShvUkf

#reactNative #testing #e2e

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

FrontEnd Development

React Animations in Depth
Nader Dabit looks at five options you have for doing Web-based animations with React including the pros and cons of each. - https://goo.gl/XEKkXB

#react #animations

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

FrontEnd Development

Techniques for Passing Data Between Promise Callbacks
Some approaches for sharing data between callbacks (which each have their own scope). - https://goo.gl/xER4QR

#promise

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

FrontEnd Development

Bootstrap 4 Beta Released
Two years in the making, the popular front-end framework is taking some key steps forward. For starters, it’s switched from Less to Sass and is now Flexbox based. - https://goo.gl/fYQcYr

#bootstrap #release

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

FrontEnd Development

Changes to Node’s Errors You Need to Know About
Changes, beginning in Node 8 and continuing to occur en route to Node 9, are coming to errors thrown by the Node.js runtime -
https://goo.gl/ULovz2

#nodejs

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