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
Software Architect Role, Skills, and Impact on Product Success

Software architect is 2020’s best job. So says job search engine Indeed in its recent survey. The worldwide platform with a database of over 250 million resumes compiled its top-25 list considering salary, growth potential, and employer demand. - http://amp.gs/5SSq

#SA #skills
Terraform with TypeScript

Infrastructure as Code is slowly rising and for good.
Nowadays, addressing Infrastructure orchestration with the popular manual approach is not acceptable any longer. While the shift to the Cloud brings an extensive toolbox, complexity exponentially increases and a management solution should be put in place. - http://amp.gs/5NG9

#terraform #typescript
Vue 3 UI Component Libraries for 2021

Vue has released its 3.0 version while most of the ecosystem, such as UI component libraries, are still working on an upgrade. Which of the top UI component libraries can be used with Vue 3 as of now? - http://amp.gs/5AzE

#vue
Frontend Architecture at Scale for Large Organizations

Hi! I want to discuss with you how to manage Frontend architecture in large organizations. It feels to me that there are not many articles about this topic and it is not explained well. - http://amp.gs/5sIq

#architecture
Progressive Web Apps in 2021

The 2020 version of this blog post was our top shared link last year, and now Maximiliano is back with an updated version for 2021. It looks at where the PWA platform is as a whole, what changes took place over the last twelve months, and what’s ahead — think things like market share, what’s new, what’s missing, challenges, new capabilities, etc. - http://amp.gs/5sRd

#pwa
Checkerboard Reveal

Geoff Graham demonstrates how to create an interesting reveal effect using CSS. - http://amp.gs/5Dlp

#css
Why React Context is Not a "State Management" Tool

And, importantly, why Context doesn’t necessarily replace Redux, as some have argued before. Mark presents some clarification on the purpose and use cases for Context and Redux here. - http://amp.gs/5DuG

#react
An Angular Roadmap — The Past, Present, and Future of Angular

As of November 2020, Angular version 11.0.0 is now available. While this release brings many updates to the platform, the most significant features include faster builds with TypeScript 4.0, component test harnesses, and ESLint updates. - http://amp.gs/5JzX

#angular
Micro Front-End Architecture at Enterprise Scale

This article tries to compress years of experience in enterprise architecture into a useful guide with a focus on micro front-end architecture. - http://amp.gs/50zX

#microfrontends
Display Dynamic Calendar Events With Flutter

How to use table_calendar package to create dynamic events in your Flutter apps. - http://amp.gs/5K8b

#flutter
Seven Ways of Achieving Conditional Rendering in React

Conditional rendering means rendering only that which needs to be rendered instead of rendering everything by default. Here are a number of different ways of doing that, each suited to a particular set of conditions. - http://amp.gs/5KbI

#react
The JavaScript 'Rising Stars' of 2020

Fingers crossed this is our final ‘look back’ at 2020, but the ‘Best of JS Rising Stars’ roundup comes out at the start of each year and shows off the fastest growing JavaScript tools and projects over the past year based on GitHub stars (which, yes, is by no means a definitive metric). Stand out projects include Deno, Playwright, esbuild, and Rome, all of which we expect to see great things of in 2021. - http://amp.gs/5Hzl

#javascript
Making GitHub’s New Homepage Fast and Performant

Tobias Ahlin takes a deep-dive into two strategies that produced the most significant performance impact for GitHub’s new homepage: crafting high-performance animations and serving the perfect image. - http://amp.gs/52Yw

#css
Vno: a Vue/Deno Love Story

Vno is the first native build tool for parsing, compiling, and bundling Vue components in a Deno runtime. Vno has an integrated CLI for quick set up. - http://amp.gs/52bq

#vue
How To Write Better Functional Components in React

Five simple tips which help write optimized functional components that are more readable, each with its own sample code showcased with JSFiddle. - http://amp.gs/5XjK

#react