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
Pass Data into Ng-Bootstrap Modal in Angular 8

In this tutorial, we’ll learn how to pass data to a modal by using Ng-Bootstrap in Angular version 8. - http://amp.gs/uKoZ

#angular
Learn CSS Positioning

Ahmad Shadeed created an interactive tutorial that will show you how positioning in CSS works. - http://amp.gs/uH1z

#css
How to Set Up a TypeScript React Redux Project

A basic setup for using TypeScript with React and Redux. - http://amp.gs/uH6N

#react
Improved accessible routing in Vue.js

Here’s a great write-up on how to improve the accessibility when using front-end routing. The author also links to accessible-app – a project that aims to collect accessible patterns and demo implementations (in Vuejs!) to certain frontend problems like modals or dropdowns. You can also contribute new patterns to it! - http://amp.gs/u2c7

#vue
Introducing Yarn 2: Big Steps Forward for the Popular Package Manager

The first stable release of Yarn 2 is now available, it contains quite a few fundamental changes (in the migration guide it’s called “very different software” to v1) and new features borne from the team’s own usage. - http://amp.gs/uFtV

#nodejs
The Best Way to Build Reactive Sub-Forms with Angular

Learn how to extract repetitive sub-form implementations into standalone, robust and type safe components. - http://amp.gs/uXTy

#angular
Typing Objects in TypeScript

Dr. Axel continues his spelunking into the world of TypeScript with a look at how objects and properties are typed. - http://amp.gs/uLtt

#typescript
Multi-Line Gradient Links

Zell Liew shows how to create links with gradients that span multiple lines. - http://amp.gs/uaBO

#css
Lazy Loading Individual Vue Components and Prefetching - Vue.js Tutorials

In this article, we will explore which types of components can be loaded lazily and, more importantly, how to handle the waiting required for them to download. - http://amp.gs/uofo

#vue
How I Build Backends for Webapps

An experienced developer has basically dumped everything he can think of about building and deploying Node.js-powered apps into this article that covers architectural approaches, SSL support, file storage, notifications and more. Opinionated, but it’s always interesting to see how other people approach things. - http://amp.gs/uM7f

#nodejs
How I stop thinking about work after work

What differentiates a day where I feel focused from a day I don’t is if I’m clear on my answer to this question: “What’s the one thing I’m going to accomplish today?” - http://amp.gs/uMLO

#timemanagement
The CSS Cascade

Amelia Wattenberger explains how browsers resolve competing CSS declarations. - http://amp.gs/uQ1j

#css
3 Steps to Add Tests on Existing Code When You Have Short Deadlines

A commenter over on Reddit said it best: “It’s nice to get something helpful for those of us who work with legacy crap.” - http://amp.gs/uQdt

#nodejs
Building a Reusable Dialog Module with Angular Material - http://amp.gs/ucwn

#angular
Anonymous Web Scraping with Node.js, Tor, Puppeteer and Cheerio

Use this approach with care, but it’s interesting to see how the pieces come together. - http://amp.gs/JI6S

#nodejs