FrontEnd Development
28.8K subscribers
145 photos
1 video
9.35K links
Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile and more.
Download Telegram
How to Use Angular To Deploy TensorFlow Web Apps

Inthe new age of machine learning and AI, Python is undoubtedly the go-to language for any budding engineer. Clean, pseudocode looking syntax — and the biggest scientific computing and machine learning communities in the world have produced the perfect language for developers looking to make their machines a little smarter. - http://amp.gs/wEvW

#angular
React Hook Form vs Formik: A Comprehensive Comparison

Working with forms presents a unique set of challenges which are addressed with these two popular libraries. This article works through a rigorous comparison richly populated with examples which will help you choose the right one for you. - http://amp.gs/wEXV

#react
Writing a Vue component using TDD: a gentle introduction – Andrea Stagi

In this tutorial, you’ll learn the basic concepts of Test Driven Development (TDD) building a simple Vue.js component with TypeScript, using Jest for testing and setting up coverage and Continuous Integration with TravisCI. - http://amp.gs/wVkj

#vue
A Complete Guide to Dark Mode on the Web

Adhuham delves into different options and approaches to implementing a dark mode design and the technical considerations they entail. - http://amp.gs/wVWX

#css
Build a Weight Tracker App with Node and Postgres

A substantial walkthrough of building a Node app on top of Hapi, Vue.js, and Okta for the account registration and logins. - http://amp.gs/w9Cy

#nodejs
How to Create PDF Reports in React

The PDF document is now the lingua franca for the exchange of ‘paper’ in the modern organization. This tutorial succinctly but effectively walks through the process of adding PDF capability to your app using React. - http://amp.gs/w9DL

#react
Building a VOIP App with Flutter

The first in a series on how to build a Video/Voice app with Flutter. - http://amp.gs/w4x5

#flutter
Implementing Grouping Checkbox Behavior with Angular Reactive Forms

In this article, we will learn how to implement grouping checkbox behavior with Angular reactive forms. - http://amp.gs/wRjL

#angular
6 optimization tips for your CI configuration

Teams don’t always have time to work with an expert to optimize their config. CircleCI's customer engineering team shares the guide they're using. - http://amp.gs/wR6F

#ci #cd
A Performance Deep-Dive into the Hapi Web Framework

“we were able to squeeze out a 30% performance boost in hapi using relatively simple changes.” - http://amp.gs/wU6o

#nodejs
Building a Facial Recognition Webapp with React

Facial recognition is much in the news at the moment for mostly well-deserved negative reasons. However, this tutorial is aimed more at finding faces anonymously for the purposes of automating the image cropping and composition process. It simply has the potential to take the busywork out of creating better photos. - http://amp.gs/wday

#react
When a Line Doesn’t Break

Welling Guzman outlines some intricatacies of line breaking by looking at a situation where it seems like a line is going to break but it doesn’t. - http://amp.gs/wOHS

#css
Angular Template Type Checking

In Angular 9, a neat new template type checking mode has been introduced, called strictTemplates. In this article, we will learn what it is and why we should enable it. - http://amp.gs/wrHp

#angular
Venturing into Vite with Evan You

New episode of Enjoy the Vue podcast with Evan You talking about Vue, Vite and VitePres - http://amp.gs/wSqf

#vue #podcast
A Principled Approach to GraphQL Query Cost Analysis

Why you should measure the cost of your GraphQL queries, and how you should do it. - http://amp.gs/wNr4

#graphql
Higher-Order Components In React

Higher order functions are simply functions which take other functions as their arguments and/or return functions as results. ‘Higher order components’ bring a similar concept to React and here we see the basic structure, some specific situations where they can be used and an example to illustrate it all. - http://amp.gs/wAN7

#react
The Basics of Web Scraping with Node - http://amp.gs/wqEt

#nodejs
The Anatomy Of A Push Notification

Push notifications were first introduced on iOS back in 2009, web push followed five years later. Today, they are supported across a lot of platforms and browsers — from iOS and Android to Amazon Echo, Windows, Chrome, Safari, Firefox, Edge, and more. Each one of these platforms is a bit different, though, making it complicated for designers to wrap their heads around what exactly goes into a push notification. - http://amp.gs/wiyN

#push #notification