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 Generate Thumbnails using AWS Lambda from Videos Uploaded to S3

A perfect pairing of serverless and Node. This thorough walkthrough covers using Node to tie together processing new videos uploaded to an S3 bucket, running FFmpeg to generate thumbnails, and then upload those back to S3. - http://amp.gs/QUPd

#nodejs
😁1
Using Typescript With Redux Toolkit

Dan Abramov famously complained about the complexity of Redux—and he is the author. The Redux Toolkit attempts to make using Redux less daunting. - http://amp.gs/QUFf

#react
11 Popular Misconceptions About Micro Frontends

Microfrontends are a new trend that goes back for many years. Equipped with new ways and solved challenges they are now slowly entering the mainstream. Unfortunately, a lot of misconceptions are quite apparent making it difficult for many people to grasp what microfrontends are about. - http://amp.gs/QdzS

#microfrontends
One Year in Production with Flutter: Lessons Learned

A recap of some lessons a company learned after having their Flutter app in production for one year. - http://amp.gs/QdhR

#flutter
Invalidating Computed with The Composition API

There are cases where you want to invalidate a computed property you created and force a re-evaluation. This happens often if the computed prop uses non-reactive parts. - http://amp.gs/QdMW

#vue
Accessing Hardware Devices on the Web: A Roundup of APIs

Chrome tends to have more unique APIs for hardware access so take care if cross browser compatibility is necessary, but there are a lot of options nonetheless from the Gamepad API or getUserMedia to the Generic Sensor API or Web NFC. - http://amp.gs/QOEO

#javascript
Five React Native Libraries You Might Have Missed

Some useful React Native libraries to be sure to check out for your next mobile app project. - http://amp.gs/Qr6V

#reactnative
New in Vue 3: Teleport – Enjoy the Vue Podcast

Teleport is a new feature in Vue 3.0, that allows you to teleport a certain fragment of the DOM to a different location in the DOM tree. This comes extremely useful for things like modals or popovers. - http://amp.gs/QNk5

#vue #podcast
Mass Function Overloading: Why and How?

Lea is rewriting Bliss to use ES modules and is pondering the implications for her API’s design. - http://amp.gs/Qq8h

#javascript
Angular Bad Practices: Revisited

Today, I want to focus on some other patterns that make our components/directives/services and other parts of our Angular apps less readable and harder to reason about. Without further ado, let’s get started! - http://amp.gs/QsTk

#angular
An Intro to KafkaJS: A Modern Kafka Client for Node

Apache Kafka is a powerful open-source distributed event streaming system increasingly finding itself at the heart of large scale applications. This is an accessible tutorial to working with it from Node, in this case to create a Slack bot that notifies you whenever an npm package gets updated. - http://amp.gs/QiMC

#nodejs
Awesome React: Over 500 Curated React Projects and Resources

A frequently updated and in-depth collection of articles, and resources relating to the React ecosystem that seems to have been hugely cleaned up over the past year. Awesome React Components is a similar compilation for components specifically. - http://amp.gs/QD6n

#react
Sharing Data Between CSS and JavaScript with Custom Properties

How to use JavaScript to give CSS things it can’t access. For example, CSS can’t read pointer coordinates, but JavaScript can. - http://amp.gs/QJI4

#javascript
Learn Vue.js 3.0 With Tailwind CSS And Composition API in 2021 - Create A Pokémon app For Beginners – Program With Erik

If you still feel overwhelmed at the thought of using the Composition API in your Vue apps, here is a pretty straight-forward introduction to it, along with Tailwind CSS. - https://www.youtube.com/watch?v=QJhqr7jqxVo

#vue #video
Asynchronous Modules and Components in Angular Ivy

Ivy engine has brought (and also will bring) a huge amount of new features. Honestly, I always dreamed of having an opportunity to load modules asynchronously, and most importantly, components, you can do that with one line of code in Vue - http://amp.gs/Q0Xq

#angular