This is JavaScript for non-developer or beginner developers that want to learn technical fundamentals, and how to make strategic decisions, to confidently participate of a cross-functional team conversation. >>
Super proud of @AnfibiaCreativa who just released 23 bite-sized videos to help you explore the fundamentals of JavaScript.
Check it out on @OReillyMedia!
👉🏽 https://t.co/9QP82jwfjS
Quick professional update: I have joined @Adobe AEM Engineering, as a Principal Engineer working on AEM Agents, Agent orchestration and other tools. I am super excited for the future and for going back to full-time engineering and my roots in the Adobe Experience Manager stack.
This is the most accurate and polished explanation on https://t.co/U7J1JiIH3u a different architecture for micro-frontends. Huge appreciation for @jeffwhelpley who chatted back and forth with us, to make sure the technology was well represented.
Please give a play and like.
At 11am PT tomorrow, @IgorMinar and @AnfibiaCreativa, join @tannerlinsley and I to talk about Web Fragments, a fresh take on Microfrontends.
https://t.co/4aLgfjbuPM
I am not around here very often anymore, but we had such a great time with @RyanCarniato@tannerlinsley@IgorMinar dissecting Web Fragments, I had to come back and share
Curious? Watch!
https://t.co/TozBqKALhv
At 11am PT tomorrow, @IgorMinar and @AnfibiaCreativa, join @tannerlinsley and I to talk about Web Fragments, a fresh take on Microfrontends.
https://t.co/4aLgfjbuPM
I've heard so many say that Gen AI will be the end of the web and that everything will be disintermediated in chat apps or through MCP servers.
In reality we have first row seats to massive growth in both the amount of sites getting built and in the amount of builders on the web.
And now we're seeing a full revival of the browser wars of the 90ies or 2000s with the new wave of AI browsers.
This is great news for the open web. Nothing drives progress like browser innovation and competition.
More bullish than ever.
🚀 BIG NEWS: We just open-sourced the Intelligent Command Center (ICC) for Node.js!
After years of watching teams struggle with Node.js on Kubernetes, we're changing the game.
The problem? K8s was built for Java/.NET, not Node.js's async model.
The cost? 40% overprovisioning. 🧵
I see the following tweet getting attention. It’s fundamentally incorrect. WebSockets are scalable.
There is nothing special about MQTT or any other binary protocol you can invent that make your application scale better. (Differences exists ofc, but not at high level).
There are two key drivers:
1. the cost of maintaining a persistent connection in your OSS and infra
2. the capability of your application to offer stateful guarantees while allowing clients to reconnect to multiple servers
MQTT semantics provide a fantastic base for this for the 2nd part. Most WebSocket-based applications fail spectacularly at this.
WebSocket is a *very costly* protocol, as it cost a relatively high amount of CPU time to decode the messages and encode them again, but you can make it scale very well if needed.
August was not hot enough in Barcelona, so at @ReactJsBCN, we're hosting a Summer Vibes Panel 🏖️ to discuss the Future of Frontend Development.
Panel members include:
@AnfibiaCreativa@motanelu@bpaulino0
In Barcelona on August 19th, don't miss out
https://t.co/6yXLot8YOK
Introducing our latest open source MCP-powered demo 🎊
Featuring:
✅ @llama_index and @angular
✅MCP in Java, Python, .NET and TypeScript
✅@Azure@OpenAI, @GitHub Models, @Docker Model Runner & Foundry Local
⭐️ Blog: https://t.co/vTg1dadygt
⭐️ Code: https://t.co/EghGczAYjZ
Our team at Microsoft @Azure developer experiences and tools is looking forward to chatting with JavaScript/TypeScript devs who work with startups/enterprise and are actively using AI powered code generation platforms for production apps or features. Please reach out via DM!
📗 We’ve written the ultimate guide to help you master Node.js.
Here's what's inside:
🔄 Do not block the event loop
📶 Monitor Node-specific metrics
🎬 Use Node LTS versions in prod
🤖 Automate testing, code review
⛓️💥 Avoid dependency creep