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
JavaScript Best Practices for Readable and Maintainable Code

Achieving the three Rs of software development: Refactorability, Reusability, and Readability - http://amp.gs/59Er

#javascript
When I Realized the Magic of Angular Pipes

While working with expressions in templates, pipes helped a lot to ease the effort to manipulate data. - http://amp.gs/54Rk

#angular
The Roadmap to Landing Your Next Job as a Software Engineer

After 6 years of both interviewing hundreds of developers and also going through the job hunt as a candidate myself, I’ve honed the formula for landing software engineering jobs. I’ve seen the entire process from both sides countless times and understand the steps required to land the role you’ve been looking for. - http://amp.gs/542H

#roadmap
Flutter Flip Card Animation

An easy way to animate card flipping with AnimationSwitcher widget. - http://amp.gs/5R99

#flutter
How to Build a Node API for the Ethereum Blockchain

Honestly, I still find this sort of thing to be confusing at the best of times, but this tutorial walks through creating the backend for a decentralized music store app that uses an Ethereum blockchain for accessing music stored in IPFS. - http://amp.gs/5Uep

#nodejs
Testing UI Components with Vue.js (DOs and DON’Ts)

Need to test your Vue components? This article contains a lists of DO’s and DON’Ts and some practical tips on how to structure UI component tests. - http://amp.gs/5d75

#vue
Simple Angular context help component or how global event listener can affect your perfomance - http://amp.gs/5OeO

#angular
Building a Sidenav Component

Adam Argyle shows how to build a responsive, stateful slide-out sidenav component that supports keyboard navigation, works with and without Javascript, and across browsers. - http://amp.gs/5rBt

#css
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