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

Using OpenCV from Node to Recognize Objects in Images

The latest in a series of OpenCV + Node tutorials, this time leaning on Tensorflow and Caffe to recognize objects in photos. - https://goo.gl/HTeGeg

#nodejs #neuralNetwork

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

FrontEnd Development

Understanding CSS Layout And The Block Formatting Context

Rachel Andrew explains what a Block Formatting Context is, why it works, and how can it help you understand how layout works in CSS. - https://goo.gl/h3JP7R

#css

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

FrontEnd Development

Vue.js Server-Side Rendering With Vue Router: Step-By-Step Guide

This tutorial goes through the steps of setting up a server-rendered multi-page app with Vue and Vue Router. - https://goo.gl/Eeit1j

#vue

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

FrontEnd Development

Microservices Solution Patterns

This article discusses the possible solution patterns which can be used in a microservices architecture-driven enterprise. -
https://goo.gl/htMXAo

#microservice #pattern

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

FrontEnd Development

Handling Events With Vue.js - https://goo.gl/95W7FM

#vue

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

FrontEnd Development

Building a GraphQL API with Node and React

A hands-on tutorial about building GraphQL API with Express, using React on the client side. - https://goo.gl/wttqUP

#react #graphQL

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

FrontEnd Development

The Front-End Checklist

A more dynamic front-end development and deployment checklist based on an article we linked last month. - https://goo.gl/wnjSjw

#frontEnd #checklist

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

FrontEnd Development

Create A React App with Zero Configuration using Parcel

Parcel is an all new bundler that boasts ‘zero configuration’ required. -
https://goo.gl/Zpztpp

#react #parcel

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

FrontEnd Development

Webpack: A Gentle Introduction to the Module Bundler

Not ready for Parcel (above)? Here you can learn the basics of Webpack and how to configure it for your web application. - https://goo.gl/UKcrxD

#webpack

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

FrontEnd Development

Diving Into Mobile with React Native

How two developers at Afinity took a chance on React Native to build out the mobile counterpart of their web app. - https://goo.gl/aqAhTz

#reactnative

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

FrontEnd Development

A Different Way of Understanding `this` in JavaScript

A perennial topic, but Dr. Axel has an interesting take on it that might clarify your thinking on how the this keyword works. - https://goo.gl/EoDQW4

#javascript

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

FrontEnd Development

Lint the Web Forward with Sonarwhal

Sonarwhal is a linting tool for accessibility, security, and other Web best practices. - https://goo.gl/CY7fZo

#web

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

FrontEnd Development

Cascading Web Design with Feature Queries

Chen Hui Jing explains how CSS feature queries allow us to progressively enhance our CSS. - https://goo.gl/TpSSHD

#css

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

FrontEnd Development

Nested calc() functions and IE11

I’ve always nested calc() within calc() for additional math functions. It turns out it’s not great for IE10 and 11, but by just including a single function and multiple parentheses it works. The more you know. -
https://goo.gl/RHgVSg

#css #calc

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

FrontEnd Development

Microservice Architecture: All the Best Practices To Know

A guide aimed at people considering moving from a monolith to microservices, covering best practices, advantages, and mistakes to avoid. - https://goo.gl/z6P52s

#microservice #architecture

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

FrontEnd Development

Getting Started with Building PWAs using Vue

An introduction on how to build a book listing app with progressive web apps using Vue to build the UI. - https://goo.gl/oSoGms

#pwa #vue

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

FrontEnd Development

Ant Design 3.0: A UI Design Language and Suite of React Components -
https://goo.gl/thURMf

#react #design

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

FrontEnd Development

How to Share Logic Between Components - https://goo.gl/uttqGm

#react

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

FrontEnd Development

Learn React Fundamentals & Advanced Patterns Courses

Two and a half hours of new (beginner/advanced) React material are now free on Egghead. - https://goo.gl/ZWTcvy

#react

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

FrontEnd Development

Evolution of <img>: Gif without the GIF

Now, with the latest Safari, you can use videos as Gifs. -
https://goo.gl/29besE

#web #css #performance

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

FrontEnd Development

A Recap of Frontend Development in 2017

“Frontend engineering once again evolved at a feverish pace in 2017. Here’s a list of the most notable events of the past year.” - https://goo.gl/pvRhQF

#recap #frontend2017

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

FrontEnd Development

Navigate Nested Child Routes In A Vue.js Web Application

How to use nested routes in a Vue.js web application by assigning child routes and views. - https://goo.gl/uNcJWE

#vue #router

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

FrontEnd Development

Cascading Web Design with Feature Queries

An introduction to the concept of ‘cascading web design’, an approach made possible with feature queries - https://goo.gl/4TvUrP

#web

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

FrontEnd Development

Debugging CSS Grid Layouts With Firefox Grid Inspector

Chen Hui Jing covers known and obscure features of Firefox DevTools that can come in handy when you’re building and debugging CSS Grid layouts. - https://goo.gl/6Cf989

#css #grid

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

FrontEnd Development

The (Far) Future of CSS

A speculative look into the future of CSS and Houdini’s goal of making CSS user-extensible. - https://goo.gl/KFJ6C3

#css #video

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

FrontEnd Development

Fixing React Performance Issues on Airbnb’s Listing Pages

A practical look at grabbing some of the low-hanging performance-affecting fruit present on a live, production site. -
https://goo.gl/9MUKDe

#react #performance

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

FrontEnd Development

How to Set Up Continuous Integration with React Native

Using Visual Studio App Center to automatically build and distribute a React Native app. - https://goo.gl/xNYJG7

#reactnative

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

FrontEnd Development

Web Content Accessibility Guidelines For People Who Haven’t Read Them

A detailed look over the WCAG - a starting point in making your sites work better for all. - https://goo.gl/SFA5Jd

#web

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

FrontEnd Development

A Look at 'Turbo', an In-Browser Node Package Manager

An intriguing look at a new package manager built for the StackBlitz online code editor that claims to be 5x faster than npm and works entirely in-browser. - https://goo.gl/URTzZE

#nodejs #packageManager #turbo

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

FrontEnd Development

React Native: The Things That You Should Be Aware of Before Coming Onboard

A look at some of the things that can trip up developers new to React Native, specifically those coming from native development. -
https://goo.gl/darjn6

#reactnative

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