fedevelopment | Technologies

Telegram-канал fedevelopment - FrontEnd Development

21580

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

Subscribe to a channel

FrontEnd Development

Error Logging in Angular 2 with `ErrorHandler`

Error handling is one of those things no one wants to deal with, well in Angular you can create a global handler and never have to worry again. Here’s how. - https://goo.gl/kxH6AC

#angular2

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

FrontEnd Development

Using a Mapbox In A NativeScript Angular Application

How to include maps in a NativeScript Android and iOS mobile app built with Angular and TypeScript. - https://goo.gl/6Ren4n

#nativeScript #angular

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

FrontEnd Development

Basic Concepts of Flexbox

Rachel Andrew gives an outline of the main features of flexbox. - https://goo.gl/DV7Koi

#css #flexbox

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

FrontEnd Development

Generate forms using JSON Schema and Vue.js

Vue component which adds forms based your defined JSON Schemas - https://goo.gl/CLn97i

#vue

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

FrontEnd Development

A Summary of New Angular 5 Features

A look at some of the most important changes to Angular, as well as pointers on upgrading. - https://goo.gl/PDY9Lz

#angular5

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

FrontEnd Development

How to Deploy Node Applications: Heroku vs Now.sh

Michiel Mulders compares Heroku and Now.sh, showing how to deploy Node apps to each service and looking at additional features like monitoring and logging. - https://goo.gl/ZCBD2r

#nodejs

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

FrontEnd Development

Exploring Some Simple React Patterns - https://goo.gl/eb29Tz

#react

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

FrontEnd Development

Vue School is just around the corner

Vue School is dropping their Master Class soon. Leave your email to get a ridiculous launch-offer. - https://goo.gl/VkZAUZ

#vue #school

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

FrontEnd Development

Internationalization with React and i18next

i18next is a framework for providing i18n features across your entire app. - https://goo.gl/NMbTPX

#react #internationalization

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

FrontEnd Development

Creating a Star to Heart Animation with SVG and Vanilla JavaScript

A step-by-step how-to for smooth transitions from one shape to another. - https://goo.gl/EjbZNo

#svg #animation

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

FrontEnd Development

Building a Native Cryptocurrency App with React Native and Redux - https://goo.gl/gP2omK

#reactNative

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

FrontEnd Development

How to Use Font Awesome in an Ionic Application -
https://goo.gl/8MvTYL

#ionic

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

FrontEnd Development

Right-To-Left Development In Mobile Design

A thorough list of tips that are useful for anyone developing an RTL product. - https://goo.gl/7b4EN4

#mobile #design

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

FrontEnd Development

Flexbox and Grids, Your Layout’s Best Friends

Eva Ferreira debunks some of the myths around Flexbox & Grids in order to show you the power of these two technologies working together. - https://goo.gl/iAGqwz

#css #flexbox #grid

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

FrontEnd Development

A Curated Compilation of Node Best Practices

Curated from many popular articles over the years comes this still-in-development summarized list of best practices covering topics from error handling to memory use. - https://goo.gl/2u6ZNE

#nodejs

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

FrontEnd Development

Launch a Vue.js Blog in Less Than 2 Hours

Learn how to build a killer Vue.js blog with a full demo: custom plugin, templating, pagination, filtering, data decoupling, and more! - https://goo.gl/wWZK25

#vue

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

FrontEnd Development

Using a React 16 'Portal' to Do Something Cool

Portals provide a first-class way to render children into a DOM node that exists outside the DOM hierarchy of the parent component. - https://goo.gl/pYarJb

#react

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

FrontEnd Development

SEO in 2018: The Definitive Guide

An excellent all-encompassing guide to Search Engine Optimisation (SEO) for 2018. The list takes you through current best practices as well as some of the changes that Google are making and how they might affect you - like a mobile-first index for example. - https://goo.gl/kcKf12

#seo #guide

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

FrontEnd Development

4 Steps to Improve Your Workflow as a React Native Developer

Some tips to boost your productivity when creating mobile apps with React Native. - https://goo.gl/5me2Eq

#reactNative

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

FrontEnd Development

How Redux Can Make You A Better Developer

If adopted, Redux has the potential to totally change your approach to writing code and organizing applications. - https://goo.gl/as6bvt

#redux

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

FrontEnd Development

Node v9.2.0 (Current) Released

Only a minor update. process.ppid, fs.realpathSync.native and fs.realpath.native are now exposed - https://goo.gl/p5o6o3

#nodejs #release

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

FrontEnd Development

Crossing Guards

A really great overview from Chris Burnell about the IntersectionObserver. Chris looks at how we (used) handle lazy-loading or infinite scrolling these days, covers off the potential pitfalls when it comes to 60FPS and performance and finishes with a rather tasty codepen demo - https://goo.gl/T3Jv2E

#responsive

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

FrontEnd Development

29 Videos from Last Week’s NodeConfEU 2017

NodeConfEU took place in Ireland last week and there are already some great videos out, including Building a radio data network with Node, The memory footprint of Node modules, and a talk about the development of npm v5 and v6. - https://goo.gl/JVvuWY

#nodejs #conf #video

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

FrontEnd Development

A Guide to Automating and Scraping the Web

.using Headless Chrome, Puppeteer, and Node.js. - https://goo.gl/BoEVkN

#nodejs

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

FrontEnd Development

Ending The Debate on Inline Functions in React

A look at reflective-bind, a Babel plugin to eliminate ‘wasteful re-rendering’ in React components caused by inline functions. - https://goo.gl/2Sxjho

#react

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

FrontEnd Development

“State of Vue.js” — Key Takeaways from the Report

This blog post outlines the report’s key data points and takeaways. -
https://goo.gl/LY87Rh

#vue

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

FrontEnd Development

How the V8 Team is Using a New 'Web Tooling Benchmark'

You know when hardware reviewers benchmark against Photoshop and games? This is a look at a new, similarly practical performance test for JavaScript engines. - https://goo.gl/Npyd1M

#javascript #v8

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

FrontEnd Development

A Guide to What’s New in React 16

React 16 came out a month ago and people are now fully digesting what it offers. - https://goo.gl/8ynTY7

#react

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

FrontEnd Development

I Wish I Knew These Things Before Diving Into React

Six React development tips for beginners. - https://goo.gl/uHy9Db

#react #tips

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

FrontEnd Development

The Front-End Checklist

An exhaustive list of all the elements you need to have/test before launching your site. - https://goo.gl/5k6nKb

#frontend

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