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

Admin: @andrey2019
Download Telegram
Unpacking Config and Environment Variables in Node

A blog post recapping a recent session led by Liran Tal about the trickiness, and some best practices around, working with configuration and env variables in Node. - https://blog.platformatic.dev/stop-losing-sleep-over-nodejs-config-heres-how-to-get-it-right

#nodejs
👍3
TypeScript's Compiler to Get 10x Faster

TypeScript has shaken up the JavaScript ecosystem in recent years with an increasing number of developers relying on its strong typing and added structure. TypeScript’s compiler isn’t particularly fast, though, but the TypeScript team at Microsoft are changing that by porting it to Go! - https://devblogs.microsoft.com/typescript/typescript-native-port/

#typescript
👏4
5 Vue features you might MISS OUT right now

In more than 11 years of Vue, a lot of features became part of the framework - and of course, nobody uses all of them.
So why not presenting some of the lesser-known features? That's what happens in this video. - https://www.youtube.com/watch?v=Tsdhuug3z1A

#vue
3
Drop in OAuth for Your MCP Server

Agentic systems and internal services need more than API keys. Scalekit’s MCP Auth module is a drop-in solution that issues short-lived, scoped tokens to isolate access per org and simplify traceability. - https://docs.scalekit.com/guides/mcp/oauth/

#nodejs
👍1
How To Use The Browser Console: An In-Depth Guide

Matt Zeunert explains how to use the Console tab in Chrome’s developer tools, starting from the basics before looking at many of its more advanced features. - https://www.debugbear.com/blog/chrome-browser-console

#dev #tools