أحدث المنشورات من FrontEnd Development (@fedevelopment) على Telegram

منشورات FrontEnd Development على Telegram

FrontEnd Development
Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile and more.

Admin: @andrey2019
29,918 مشترك
145 صورة
1 فيديو
آخر تحديث 11.03.2025 07:47

قنوات مشابهة

Tech News
3,629 مشترك

أحدث المحتوى الذي تم مشاركته بواسطة FrontEnd Development على Telegram

FrontEnd Development

07 Mar, 15:00

1,244

Introducing Mentoss: The fetch Mocker

A new approach to mocking global fetch() calls (in both browsers and server-side runtimes) inspired by previous attempts like Nock and MSW. - https://humanwhocodes.com/blog/2025/01/introducing-mentoss-fetch-mocker/

#nodejs
FrontEnd Development

07 Mar, 10:00

1,369

Handling files with ease using the new Angular file loader options - https://medium.com/@pavel.salauyou/handling-files-with-ease-using-the-new-angular-file-loader-options-602114f31412

#angular
FrontEnd Development

07 Mar, 05:00

1,324

Don't Sleep on AbortController

AbortController is a broadly available mechanism for, originally, aborting Web requests on demand, but you can use it for a lot more than that  - https://kettanaito.com/blog/dont-sleep-on-abort-controller

#javascript
FrontEnd Development

06 Mar, 15:00

1,422

How to Start a React Project in 2025

While there are many ways to start a React project, Robin examines the pros and cons of a few popular approaches. - https://www.robinwieruch.de/react-starter/

#react
FrontEnd Development

06 Mar, 10:00

1,447

Getting Started with Nuxt Image

Learn how to optimize images effortlessly in your Nuxt app.
Discover how to transform, cache, and resize images dynamically, improving performance with just a few lines of code. - https://masteringnuxt.com/blog/getting-started-with-nuxt-image

#vue
FrontEnd Development

06 Mar, 05:00

1,524

Decoding CSS Selectors: :has(:not) vs :not(:has)

Kilian Valkhof looks at the difference between :has(:not) and :not(:has), and how to approach decoding CSS selectors that use these nested CSS functions. - https://polypane.app/blog/decoding-css-selectors-has-not-vs-not-has

#css
FrontEnd Development

05 Mar, 15:00

1,532

Reverse Engineering Minified JavaScript with ChatGPT

Writing new code with AI is one thing, but could it be even better at understanding existing code that you’re struggling to grok? Yes, it seems. - https://glama.ai/blog/2024-08-29-reverse-engineering-minified-code-using-openai

#javascript
FrontEnd Development

05 Mar, 10:00

1,578

A Deeper Look into Node.js Docker Images

Which Docker image should you choose? And just what do they contain anyway? - https://labs.iximiuz.com/tutorials/how-to-choose-nodejs-container-image

#nodejs
FrontEnd Development

05 Mar, 05:00

1,580

Mastering Angular Library Creation with Storybook Integration Part 1

Table of contents What is an Angular library… - https://javascript.plainenglish.io/mastering-angular-library-creation-with-storybook-integration-part-1-9c496f6cda0d

#angular
FrontEnd Development

04 Mar, 15:00

1,609

CSS @function + CSS if()

Bramus Van Damme showcases upcoming CSS features @function and CSS inline if(). - https://www.bram.us/2025/02/18/css-at-function-and-css-if/

#css