FrontEnd Development
30.9K subscribers
145 photos
1 video
9.35K links
Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile and more.

Admin: @andrey2019
Download Telegram
How to Send Good Pull Requests on GitHub

A checklist to follow when creating a PR for your favorite project. - http://amp.gs/sWLd

#github
API-less Prototyping with Angular

Start prototyping with minimal changes to your application at integration time with Angular Injectables. - http://amp.gs/saiz

#angular
Production-ready Vue SSR in 5 Simple Steps

Usually when working with SSR in Vue, developers opt to use one of the frameworks on top of Vue: Nuxt.js, Quasar or Gridsome. However, sometimes you might need to build a SSR solution yourself. This does require some more work on your end though. This article gives a nice introduction on how to set up a production ready SSR project. For more information, take a look at the official SSR guide. - http://amp.gs/soKY

#vue
CSSdb - What’s next for CSS?

CSSdb is a comprehensive list of CSS features and their positions in the process of becoming implemented web standards. - http://amp.gs/sMKF

#css
How to Fully Optimize Webpack 4 Tree Shaking

“We reduced our bundle sizes by an average of 52%.” - http://amp.gs/s5xN

#javascript
pm2 4.2 Released: The Node Production Process Manager

A very mature and widely used process manager that includes a load balancer for keeping Node apps alive forever and to reload them without downtime. - http://amp.gs/s5w3

#nodejs #pm2
Easily switch to Composition API in Vue.js 3

A step by step guide on how to migrate a Vue.js component from the traditional Object API to the modern Composition API, easy and in a cheatsheet format. - http://amp.gs/sQRd

#vue
The Web Almanac 2019: Mobile Web

This is a comprehensive report on the state of the web as a whole. We’ve linked up the chapter focusing on the mobile web, but the entire document is worth digging into. - http://amp.gs/sQ6E

#mobile #web
Scaling WebSocket Connections using Shared Workers - http://amp.gs/sc4s

#javascript
Handling Errors in Express.js Apps

“Today, I want to share everything I know about handling errors in an Express app.” - http://amp.gs/s6fr

#nodejs
Suspense - new feature in Vue 3

In this article, we take a deep dive into the new Suspense feature that will be shipped with Vue.js 3. Suspense is a special component that renders a fallback content instead of your component until a condition is met. - http://amp.gs/sbc7

#vue
Do You Need Courses Free With Certification We Are Here To Help You

Tricksinfo is No.1 Telegram channel which provide paid courses Free with certification no hidden charge Everything FREE

We are offering Courses from
Udemy
Udacity
code with mosh
Skillshare
code academy
Masterclass
premium mentors (Tai lopez,same evans,dan lok etc)

Join the channel today

Channel Link:-https://xn--r1a.website/joinchat/AAAAAEGltVf2DWWdtm_-cQ
How to build a reusable Modal Overlay/Dialog Using Angular CDK

Today, we are going to learn how to create a reusable modal overlay/dialog using Angular CDK Overlay that can be reused inside your Angular project multiple times with ease. We are going to try and match the behavior and the functionality of Angular Material Dialog component, but using the UI Framework of our choice. - http://amp.gs/ijwS

#angular
CSS Modules in Vue.js

Part three in a series of articles about working with CSS in Vue.js, focusing on using CSS Modules in Vue.js. - http://amp.gs/iT3v

#vue