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
Six Recommendations for Styling Apps with Grommet

Grommet is a React-based framework that provides accessibility, modularity, responsiveness, and theming in a tidy package, but Dan has a few recommendations on its usage. - http://amp.gs/jIxdY

#react
5 tips to boost your Angular skills

Check out these advises backed by concrete examples which can help you improve your developer skills and give… - http://amp.gs/jIxMN

#angular
On the Diverse And Fantastical Shapes of Testing

Does your testing follow a pyramid, a honeycomb, or a trophy? How many unit tests vs integration vs other? Is mocking and stubbing OK? The testing world is certainly full of opinions and shapes. - http://amp.gs/jIfbl

#nodejs
Discovering Vue Composition API with Examples

Learn about the Composition API through practical examples. - http://amp.gs/jICOJ

#vue
Journey of Improving React App Performance by 10x

The first of three articles focused on performance improvement: the first starts with some ways of figuring out why application performance is suffering and then provides four specific, prescriptive techniques for eliminating the bottlenecks. - http://amp.gs/jIkn8

#react
awesome-nodejs-security: A Curated List of Node.js Security Resources

Includes libraries like express-enforces-ssl and stories of incidents like the left-pad incident. - http://amp.gs/jIP1f

#nodejs
Introduction to Using Storybook in a Vue.js Project

Looking to use Storybook in a Vue.js project? Here's a guide created by Scalingo while revamping their dashboard application. - http://amp.gs/jIPu7

#vue
CSS for Web Vitals

Katie Hempenius and Una Kravets cover CSS-related techniques for optimizing Web Vitals. - http://amp.gs/jIhs0

#css
Top React Component Libraries (2021 Edition)

The folks at Retool just released the 2021 update of their list of top React libraries. But it’s more than just a list, but rather a detailed synopsis seemingly based on first-hand experience. - http://amp.gs/jIviG

#react
Reactive error-handling in Angular

“Whatever can go wrong, will go wrong” — this story describes how to handle errors in a reactive way with… - http://amp.gs/jIEqj

#angular
Has Vite Made Vue CLI Obsolete?

There’s a new build tool in the Vue ecosystem called Vite. Its dev server is 10–100x faster than Vue CLI’s. - http://amp.gs/jIVrv

#vue
CSS Container Queries For Designers

Ahmad Shadeed explores how container queries could change your workflow as a designer. - http://amp.gs/jI9gf

#css
1
How We Debugged And Fixed EMFILE: too many files open on AWS Lambda

When running a Node based function, the author’s team kept running into this error oriented around the use of file descriptors. Luckily, the fix was pretty simple. - http://amp.gs/jI4PO

#nodejs #aws
1
Making JavaScript Run Fast on WebAssembly

Twenty years ago, JavaScript had a reputation of being rather slow but a huge amount of time, money and research went into making it incredibly fast in the browser. Now, the Bytecode Alliance is supporting work to do the same with optimizing performance in new environments opened up by WebAssembly. Lin illustrates what’s going on in her usual easily understood style. - http://amp.gs/jIRmN

#webassembly