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

vue-apollo 3.0 alpha released

Version 3.0 alpha with support for Apollo Client 2.x -
https://goo.gl/vgcSFV

#release

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

FrontEnd Development

HEAD: Everything To Go In Your HTML’s 'head'

Starts from the usual basics (title, charset, etc.) but works up to a significant number of meta and link tags useful in various situations. -
https://goo.gl/DJiwij

#html

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

FrontEnd Development

TypeScript 2.6 Released

The JavaScript superset that adds optional static types gets a variety of new features aimed at established users. - https://goo.gl/hBefof

#typescript #release

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

FrontEnd Development

Mocking is a Code Smell

“Don’t waste your time wedging dependency injection into your app so you can mock the whole world. Chances are very good that it’s hurting you more than it’s helping.” - https://goo.gl/4TunS4

#test #mocking

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

FrontEnd Development

sketch-to-react-native: Convert Sketch Files Into React Native Components - https://goo.gl/BBbM34

#reactNative

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

FrontEnd Development

Error Boundaries in React 16

Think of error boundaries like try-catch statements, but for React components. - https://goo.gl/C4J1s3

#react

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

FrontEnd Development

Creating HTML Web Components with Vanilla JS

While native Web Component support isn’t 100% yet, polyfills are available, and this tutorial walks through what’s involved to create your own HTML tags as components. - https://goo.gl/H7QqSt

#javascript

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

FrontEnd Development

Stop Designing For Only 85% Of Users: Nailing Accessibility In Design

A discussion of the most common visual impairments and how you can make small changes to your visual interface and workflow to ensure the highest level of accessibility. - https://goo.gl/d68Ntc

#mobile #design

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

FrontEnd Development

Simplabs - High Level Assertions with qunit-dom

An overview on writing simpler tests with async/await and qunit-dom. -
https://goo.gl/d2tqve

#ember

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

FrontEnd Development

Strapi.io: Node API Creation Made Simple

A Node content management framework/headless CMS with an extensible admin panel and a powerful plugin system. GitHub repo. - https://goo.gl/TcrpqM

#nodejs #api

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

FrontEnd Development

Scaling React Server-Side Rendering

Scaling a React-based rendering service gave the author a lot of stories/tips to share, all packed into this epic post. - https://goo.gl/hhVNPk

#react

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

FrontEnd Development

Improving Performance with the Paint Timing API

An in-depth look at an API currently only available in Chrome 60+ for accessing and reporting Web page ‘paint’ metrics from JavaScript. - https://goo.gl/dfrWiU

#paintTimingApi

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

FrontEnd Development

Event Sourcing Microservices with Kafka

In this post, you are going to read about a microservice application using Kafka as the primary data store. - https://goo.gl/nTde19

#microservice

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

FrontEnd Development

Fast By Default: Modern Loading Best Practices

Addy Osmani runs through loading best practices for diagnosing and making real-world sites load ‘instantly’. Filmed at the Chrome Dev Summit 2017. - https://goo.gl/qS58BQ

#chromeDevSummit #video

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

FrontEnd Development

Node 8.8.0 Released - https://goo.gl/kPhpCb

#nodejs #release

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

FrontEnd Development

Media Queries & Grid Settings

Practical media helpers for Susy3 - https://goo.gl/fzFDgU

#css #susy #grid

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

FrontEnd Development

Vue.js: Routing with vue-router

Creating a Single-page Application with Vue + Vue Router is dead simple. - https://goo.gl/GEauor

#vue #router

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

FrontEnd Development

An Introduction to Ionic Development: Creating An Ionic App -
https://goo.gl/BRd5VL

#ionic

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

FrontEnd Development

Writing Clean Code: Start to Bootstrap

A set of best practices for writing clean HTML and CSS… but please do take it with a grain of salt. What is one person’s best practice, is another person’s least favorite approach. - https://goo.gl/DGGt6E

#css

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

FrontEnd Development

Animation and Data Visualization with Vue

Animation can explain whatever the mind can conceive. When animation is functionally applied to a website or app, the event flow can easily map with the user’s ability to navigate through the app. - https://goo.gl/3nxJKy

#vue #animation

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

FrontEnd Development

The New CSS Layout, An Excerpt

This excerpt is from Chapter 3 of Rachel Andrews new A Book Apart book and is well worth a read (just go buy it really). Another bit of news which is wonderful is that Rachel Andrew has also been made the Editor in Chief of Smashing Magazine moving forward and I’m looking forward to seeing a wonderful publication get even better. - https://goo.gl/APg2U8

#css

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

FrontEnd Development

Use Sass/Scss of Webpack in Vue

Using this style structure, you can have more efficiency.
https://goo.gl/TzXbqu

#vue #sass

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

FrontEnd Development

componentDidMakeSense: An Explanation of the React Lifecycle

Learn the React lifecycle methods and when/how to use them. -
https://goo.gl/zR9FwB

#react #lifecycle

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

FrontEnd Development

Deep dive into Vue 2.5

Vue 2.5 exploits ThisType, mapped type, generic defaults and a clever trick to cover most APIs. - https://goo.gl/FBSuae

#vue

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

FrontEnd Development

CSS Grids for Everyone

Jeffrey Way teaches everything you need to know in bite-sized episodes - https://goo.gl/Jc81KF

#css #grid

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

FrontEnd Development

REST Client for VS Code

REST Client allows you to send HTTP request and view the response in Visual Studio Code directly. No external app like Postman or Paw needed. - https://goo.gl/YVbV1h

#tools

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

FrontEnd Development

V8 Release 6.3: Speed and New ES Features

The latest branch of the V8 engine will make its first appearance in Chrome 63. Performance increases are the order of the day, plus three ‘stage 3’ ECMAScript features. - https://goo.gl/Sj8qG8

#v8 #release

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

FrontEnd Development

Ionic Lazy Loading Bonuses

How to take advantage of Lazy Loading in your Ionic 3 apps. - https://goo.gl/iCVnCy

#ionic

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

FrontEnd Development

DevTools Tips for Progressive Web Apps

Some tips on using Chrome to debug issues related to PWAs. - https://goo.gl/BDYfza

#pwa

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

FrontEnd Development

Build A Real-Time Chat App With VueJS, Vuex & Cloud Firestore

Firestore is Google’s latest real-time cloud database. In this tutorial by Lachlan Miller, you will learn how to build a chat app with Vue.js, Vuex and Cloud Firestore. - https://goo.gl/86TC1i

#vue #vuex

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