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

Admin: @andrey2019
Download Telegram
Speeding Up the JS Ecosystem: The Barrel File Debacle

Marvin continues his tour through the world of JavaScript performance fixes with a look at how some innocent looking code can make tools run slower than they should. Test runners and many import cycle detection tools are most affected. - https://marvinh.dev/blog/speeding-up-javascript-ecosystem-part-7/

#nodejs
Complex vs Compound Selectors

Miriam Suzanne outlines the difference between compound selectors and complex selectors. - https://www.miriamsuzanne.com/2022/06/15/complex-compound

#css
Drawing on Google Maps with Drawing Manager

This incredibly thorough and code-rich followup to Integrating Google Maps in React focuses on the use of DrawingManager to draw polygons, rectangles, polylines, circles and markers on top of maps. - https://sudolabs.com/insights/react-google-maps-drawing-tools

#react
Building a 'PDF Chat' with Node, OpenAI and ModelFusion

In modern AI circles, the idea of being able to use large language models (LLMs) to “chat” with PDFs and similar reference docs is quite popular. This tutorial shows off the basics of creating such a system from reading PDFs with PDF.js, through to tokenization, and building a chat loop. - https://modelfusion.dev/blog/pdf-chat-nodejs

#nodejs
Tailwind Next.js Starter Blog 2.0: A Starter Template for a Next.js Blog

This has been around a few years and has continued to be frequently updated and now uses the modern Next app directory approach along with server components – there’s a full explanation of the updates here. Is there a live demo? - https://github.com/timlrx/tailwind-nextjs-starter-blog

#react