International JavaScript Conference Hybrid

5.8K posts

International JavaScript Conference Hybrid banner
International JavaScript Conference Hybrid

International JavaScript Conference Hybrid

@JavaScriptCon

Global Community and Events for Fullstack JS Engineering. Upcoming Community Events: 📍 London: May 11 - 15, 2026 📍 San Diego: June 1 – 5, 2026

Entrou em Mart 2017
2K Seguindo5K Seguidores
International JavaScript Conference Hybrid
Discover how Angular 21 is transforming testing workflows 🚀 In this latest blog, Soumaya Erradi explores why Angular is moving away from the traditional Karma/Jasmine stack and embracing Vitest as the new default testing solution—unlocking faster execution, a modern developer experience, and improved CI/CD performance. If you're working with Angular or planning an upgrade, this guide walks you through: ✔️ Why Karma had to go ✔️ What makes Vitest faster and more powerful ✔️ How to migrate existing Angular projects ✔️ Testing modern Angular features like Signals and Effects 📖 Read the full article: f.mtr.cool/krmzichfao #Angular #Vitest #JavaScript #WebDevelopment #Testing #Frontend #iJSConf
English
0
0
1
67
International JavaScript Conference Hybrid
What changes when AI runs closer to the user? In this video, Gil Fink explores how the Prompt API supports AI-integrated web experiences and how that compares with traditional cloud-based models. Highlights: • Browser-based AI experiences • Cloud vs local model approaches • Speed, connectivity, and developer implications Join Gil Fink at iJS Conference San Diego for his workshop “Mastering Web App Architecture”(f.mtr.cool/iifscddnii) and his session “Mastering Task Management in JavaScript.” (f.mtr.cool/xfxoctlwnz) #JavaScript #AI #WebDev #PromptAPI #iJSConf #SoftwareArchitecture
English
0
0
0
25
International JavaScript Conference Hybrid
What changes when AI runs closer to the user? In this video, Gil Fink explores how the Prompt API supports AI-integrated web experiences and how that compares with traditional cloud-based models. Highlights: • Browser-based AI experiences • Cloud vs local model approaches • Speed, connectivity, and developer implications Join Gil Fink at iJS Conference San Diego for his workshop “Mastering Web App Architecture”(f.mtr.cool/acenkwrjrw) and his session “Mastering Task Management in JavaScript.” (f.mtr.cool/ymnmjuumpn) #JavaScript #AI #WebDev #PromptAPI #iJSConf #SoftwareArchitecture
English
0
0
0
24
International JavaScript Conference Hybrid
JavaScript continues to evolve — from modern architectures to performance-focused frameworks. The new iJS JavaScript Magazine – Volume 23 brings together expert insights on today’s most important trends in JavaScript development, covering topics like modern frameworks, web architecture, and practical techniques for building high-performance applications. If you want to stay up to date with what’s shaping the JavaScript ecosystem, this issue is definitely worth exploring. 📖 Read the magazine: f.mtr.cool/fdzcvppaqx #JavaScript #WebDevelopment #Frontend #FullStack #SoftwareDevelopment
English
0
0
0
27
International JavaScript Conference Hybrid
Reactive programming changes the way we think about building applications. Instead of focusing on control flow, modern architectures with signals encourage us to think in terms of data flow. In this short insight Manfred Steyer explains why shifting your mindset toward data flow is a powerful — and often underrated — practice when working with signals. 🎥 Watch the quick takeaway below. Attend our upcoming conferences: f.mtr.cool/fwppzfvyab #iJSConf #JavaScript #ReactiveProgramming #Signals #WebDevelopment #SoftwareArchitecture
English
0
1
2
67
International JavaScript Conference Hybrid
🚀 New Release: iJS JavaScript Magazine – Volume 23 Stay ahead in modern web development with the latest issue of JavaScript Magazine. Explore cutting-edge topics shaping the JS ecosystem, including: ✅Resumability in JavaScript ✅Island Architecture with Astro ✅Qwik City frameworks ✅Server-side rendering trends ✅Node.js test runner insights ✅GraphQL frontends with Angular & React Whether you're building high-performance applications or exploring new architectures, this issue delivers actionable insights from leading experts. JavaScript continues to evolve rapidly, and understanding these paradigms is key to building faster and more scalable applications. 📖 Read the magazine: f.mtr.cool/rebpbyumfu #JavaScript #WebDevelopment #NodeJS #ReactJS #Angular #SoftwareEngineering #Frontend #Fullstack #DevCommunity
International JavaScript Conference Hybrid tweet media
English
0
0
1
57
International JavaScript Conference Hybrid
Building AI features into your frontend doesn’t have to mean sacrificing UX. In this walkthrough, Shruti Kapoor shows how to build an AI-powered, natural-language search experience with React + Tailwind, powered by OpenAI + LangChain (with Directus as the content layer). If you’re exploring AI in your product UI—this is a practical blueprint you can adapt fast. Read here 👉 f.mtr.cool/eppqvgzfyp #iJSConference #JavaScript #React #TailwindCSS #AI #LangChain #OpenAI #UX #WebDevelopment
English
1
0
2
53
International JavaScript Conference Hybrid
Angular 21 quietly changes the rules. Not with shiny features. → With architectural decisions. ✅Signals as the default reactive model. ✅Incremental SSR hydration. ✅AI woven into the developer workflow. ✅A move toward a zoneless core. That’s not iteration. That’s direction. Together with Karsten Sitterberg and Riccardo Degni, we broke down what this means for production-grade Angular systems — beyond the release notes. If Angular is part of your stack strategy, this whitepaper gives you the technical context most discussions are missing. 📥 Download here: f.mtr.cool/bojwxqncdf #Angular21 #Angular #FrontendArchitecture #WebEngineering #TypeScript
International JavaScript Conference Hybrid tweet media
English
0
0
0
51
International JavaScript Conference Hybrid
⚛️ Hydration & Resumability: Why Should You Care? Matheus Albuquerque breaks it down 👇 Hydration re-executes your app on the client to make it interactive — which means more JS, more CPU, and higher startup cost. Resumability restores state from the server and loads code only when needed — reducing main-thread work and improving time to interactive. These architectural choices directly impact scalability, Core Web Vitals, and real-world performance. Continue the deep dive with Matheus Albuquerque at iJS London 2026: • React Internals & Advanced Performance Patterns: f.mtr.cool/lzzcsfscya • Web Performance APIs: f.mtr.cool/pjoulkqeic #React #WebPerformance #JavaScript #FrontendArchitecture #iJSLondon
English
0
0
0
53
International JavaScript Conference Hybrid
🔐 “Let the AI run code” sounds cool… until it’s running on your machine. This article by Alfonso Graziano breaks down how to build a Node.js MCP server that enables a safer code sandbox for AI — balancing power, safety, and developer experience. Key takeaways: 1️⃣Use ephemeral sandboxes to reduce blast radius 2️⃣Manage npm dependencies on the fly (without chaos) 3️⃣Return structured outputs (including files/images) so models can use results reliably 4️⃣What’s your take: should code-executing agents default to deny-by-default, or allow-with-guardrails? Read it here 👉 f.mtr.cool/wyefhjwhna #Nodejs #MCP #AIAgents #DeveloperTools
English
1
0
0
50
International JavaScript Conference Hybrid
Is your front-end stack ready for the next leap? This whitepaper by Karsten Sitterber and Riccardo Degni breaks down all the major changes — including Signal Forms, MCP server integration, and incremental hydration.Angular 21 introduces foundational shifts:  ✅ AI-assisted DX  ✅ Reactive forms via Signals  ✅ Incremental SSR hydration  ✅ A zoneless core architecture Download the Whitepaper here: f.mtr.cool/guecodwzfw #Angular21 #WebDevelopment #ReactiveProgramming #DevTools #AIDriven #Frontend #SoftwareEngineering #TypeScript #DeveloperExperience
International JavaScript Conference Hybrid tweet media
English
0
0
0
42
International JavaScript Conference Hybrid
♿️ Accessibility that works for every age isn’t a nice-to-have — it’s good UX. As our users span Gen Z to 70+, small design choices decide whether they can read, navigate, and complete tasks with confidence. In this article by Vladimir Dmitriev, you’ll get practical tips to make your product more age-inclusive without sacrificing speed or polish. 3 takeaways: • Prioritize readable typography & contrast • Design generous touch targets and clear focus states • Respect preferences (reduced motion, simple flows, plain language) 💬 Which age-inclusive change are you rolling out next? Read the article 👉 devm.io/ux/web-accessi… #Accessibility #UXDesign #InclusiveDesign #A11y #ProductDesign
English
0
0
0
31
International JavaScript Conference Hybrid
🤖 Prompt APIs: What’s the Real Challenge? Gil Fink breaks it down 👇 It’s not just about sending prompts, it’s about handling responses, accuracy vs. speed, and choosing between client-side or server-side AI. ⚖️ Accuracy → server ⚡ Speed & privacy → browser Smart AI apps start with the right trade-offs. #PromptAPI #APIs #AIEngineering #ClientSideAI #ServerSideAI #DeveloperInsights #APIConference
English
0
1
1
105