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

Modern Media Queries: Key Features of Media Query Level 4
The latest version of the Media Query spec brings extra features to media queries, as thoroughly demonstrated here. - https://goo.gl/dt5XyQ

#css #media

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

FrontEnd Development

The Basic Patterns of Mobile Navigation
Examining five basic navigation patterns for mobile experiences as well as the strengths and weaknesses of each - https://goo.gl/EKT9lG

#mobile #nav

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

FrontEnd Development

A Quick Change to Get Much Faster Functional Components?
“Directly calling functional components as functions instead of mounting them using React.createElement is much faster.” Can you reproduce these gains? - https://goo.gl/sKk9vG

#react

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

FrontEnd Development

Google's Online Progressive Web App Development Course
A new course from Google on how to convert existing sites to PWAs. - https://goo.gl/K7MHbJ

#progressiveweb #course

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

FrontEnd Development

CSS 'Poly Fluid' Sizing using Calc(), 'vw', Breakpoints and Linear Equations
Learn how to use the CSS 'Poly Fluid' method to ensure your apps provide the most fluid experience. - https://goo.gl/khA6hu

#css

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

FrontEnd Development

8 UI Frameworks for Your Next React App - https://goo.gl/dHnpvh

#react

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

FrontEnd Development

5 Image Lazy Loading Techniques to Improve Performance
Maria Antonietta Perna highlights the benefits of lazy loading images on websites and shows five approaches to implement it. - https://goo.gl/MUjDA4

#lazyloading #performance

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

FrontEnd Development

Choosing Between React and Angular: A Comparison
Should you pick Angular or React? Pavels Jelisjevs looks in detail at what both frameworks have to offer, and gives some practical advice on how to choose. - https://goo.gl/7Gh4DM

#angular2 #react

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

FrontEnd Development

Project Based Learning
A list of programming tutorials in which learners build an application from scratch. These tutorials are divided into different primary programming languages. Some have intermix technologies and languages. - https://goo.gl/w5zFxk

#common

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

FrontEnd Development

Forms with React and Redux made simple - https://goo.gl/qyjwI4

#react #form #redux

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

FrontEnd Development

The Ultimate Angular CLI Reference Guide
This is the preliminary article in a 4-part series on how to write a Todo application in Angular. - https://goo.gl/5SWUlg

#angularcli #angular4

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

FrontEnd Development

React Move: Deterministically Animate Anything in React
Transitions, custom easing, and auto interpolation of numbers, colors, SVG paths and more. It even supports React Native. - https://goo.gl/vi9ZjF

#react #animation

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

FrontEnd Development

Developing and Testing Microservices With Docker
Often, when developing applications with a microservice architectures, you cannot fully test out all services until you deploy to a staging server. Docker helps to speed up this process by making it easier to link together small, independent services locally. - https://goo.gl/CGNCpu

#microservice #docker

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

FrontEnd Development

How to Use Service Workers in Progressive Web Apps
Why you should use service workers in your progressive web apps—and how to get started. - https://goo.gl/uuDksv

#progressiveweb #serviceworker

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

FrontEnd Development

Mobile Web Video Playback Best Practices
Best practices from Google on creating the best mobile media experiences for the mobile Web. - https://goo.gl/6QBVRa

#video #mobile

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

FrontEnd Development

Britecharts: A D3.js-Based Client-Side Charting Library
Based on D3.js v4 and built around reusable components, Britecharts makes it easy to declaratively build charts and visualizations, such as this. There’s lots of info in this introductory post too. - https://goo.gl/FO9WHu

#d3js #britecharts

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

FrontEnd Development

Create Next App: Create Next.js Apps in One Command
Essentially the Next.js answer to Create React App - https://goo.gl/bCiZuC

#react #nextjs

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

FrontEnd Development

Nest: A Node Framework Built on TypeScript
A (very) thorough introduction to a framework built around existing libraries like Express and socket.io. - https://goo.gl/QcSZ4Q

#nodejs #express #nest

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

FrontEnd Development

Building Hybrid Apps with Meteor + Framework 7 Getting Started
Learn how to get started building apps with Meteor.js and Framework7 quickly with this in-depth walkthrough. - https://goo.gl/xZcpyL

#hybrid #meteor #framework7

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

FrontEnd Development

RealWorld: A Combination of React/Angular + Backend Codebases
See how the exact same blog app is built using React or Angular on top of Node, Rails, and Django. Think a more full-stack answer to TodoMVC. - https://goo.gl/Pw62db

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

FrontEnd Development

How to Organize a Large React App and Make It Scale
Jack Franklin describes a set of tips and best practices for creating and organizing React applications in a scalable way. - https://goo.gl/28GvGG

#react

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

FrontEnd Development

10 Frameworks for Mobile Hybrid Apps
A list of ten useful frameworks to help build mobile hybrid apps. - https://goo.gl/khP8bn

#mobile #hybrid

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

FrontEnd Development

Introducing NgxErrors: Declarative Form Errors for Angular
An open source project to bring better validation to Angular’s reactive forms. Here’s a look at how to use it, why Todd created it and the problems it aims to solve. - https://goo.gl/mZa3eb

#angular4 #forms #component

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

FrontEnd Development

It’s Time to Embrace Arrow Functions
Eric felt some pushback against the use of ES6’s arrow functions recently. Here he explains how they’re useful and why you should become very comfortable with them. - https://goo.gl/yhqNpq

#javascript #es6 #arrowfunction

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

FrontEnd Development

As many of you know, Pluralsight is one, if not the best source of on demand video learning. With over 4500 courses, and expert instructors it’s hard not to see the value of having access to such a great library.You can get a free 3 months subscription to the full Pluralsight Library! - https://goo.gl/GUk0y3

#pluralsight

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

FrontEnd Development

DevDocs combines multiple API documentations in a fast, organized, and searchable interface. Here's what you should know before you start: - https://goo.gl/lvXzo0

#devdocs

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

FrontEnd Development

How to Build A Simple Math Expression Tokenizer
The basics of turning an expression like 89sin(45) + 2.2x/7 into its component parts for further processing. - https://goo.gl/roPDDr

#javascript

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

FrontEnd Development

JavaScript Server-Side Rendering with Device Detection
The benefits of server-side rendering with device detection and an example of how to implement it using the Vue.js framework. - https://goo.gl/sH2TTi

#vue #serversiderendering

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

FrontEnd Development

Using HTML5 Canvas to Create a Rating Component in Ionic
How to build a rating component for Ionic apps using HTML5 Canvas. - https://goo.gl/J8rLYQ

#ionic2 #component

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

FrontEnd Development

16 React Boilerplate Projects Ranked by Popularity - https://goo.gl/Xn346t

#react #boilerplate

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