• maiweb v0.1.0
  • ★
  • Feedback

JavaScript Israel

active · last success 2026-06-18 23:02

Visit site ↗ · Feed ↗

  • JavaScript Israel youtube.com channel hebrew lang-hebrew video youtube 2025-02-26 16:15
    ↗

    On 23/1/2025, Keren Kenzi & Yonatan Kra lectured about Runtime Performance Optimization during a JavaScript Israel Meetup. Abstract: What do the event loop, rendering, and memory allocation in JavaScript have in common? Job Security! In this talk, we’ll trace the path your...

    ▶ Watch on YouTube Opens in a new tab
    On 23/1/2025, Keren Kenzi & Yonatan Kra lectured about Runtime Performance Optimization during a JavaScript Israel Meetup. Abstract: What do the event loop, rendering, and memory allocation in JavaScript have in common? Job Security! In this talk, we’ll trace the path your application takes—from JavaScript code and CSS styles to the final pixels rendered on the user’s screen. Along the way, we’ll dive into real-world examples of solving performance issues in production, uncovering insights you can immediately apply to your own projects. Whether you're optimizing critical workflows or addressing subtle slowdowns, this session will provide practical insights to enhance your app's runtime performance. Event Page: https://www.meetup.com/javascript-israel/events/305513105 Thanks to our Gold sponsors: Melio Join the group: https://www.meetup.com/javascript-israel Video By: http://www.artcore.media
  • JavaScript Israel youtube.com channel hebrew lang-hebrew video youtube 2025-02-26 16:15
    ↗

    On 23/1/2025, Nik Frank lectured about Proxies and Practical Performance during a JavaScript Israel Meetup. Abstract: We were all very excited when proxies landed - I can finally make a workaround for that one library. But for performance issues? Let's take a look at a...

    ▶ Watch on YouTube Opens in a new tab
    On 23/1/2025, Nik Frank lectured about Proxies and Practical Performance during a JavaScript Israel Meetup. Abstract: We were all very excited when proxies landed - I can finally make a workaround for that one library. But for performance issues? Let's take a look at a real-world pattern for huge performance gains while zipping together two streams using a proxy. Event Page: https://www.meetup.com/javascript-israel/events/305513105 Thanks to our Gold sponsors: Melio Join the group: https://www.meetup.com/javascript-israel Video By: http://www.artcore.media
  • JavaScript Israel youtube.com channel hebrew lang-hebrew video youtube 2025-02-26 16:15
    ↗

    On 23/1/2025, Naveh Sadeh lectured about JavaScript Performance during a JavaScript Israel Meetup. Abstract: Learn practical techniques to boost your JavaScript's performance. This talk will focus on actionable tools and insights to make your code faster, more efficient, and...

    ▶ Watch on YouTube Opens in a new tab
    On 23/1/2025, Naveh Sadeh lectured about JavaScript Performance during a JavaScript Israel Meetup. Abstract: Learn practical techniques to boost your JavaScript's performance. This talk will focus on actionable tools and insights to make your code faster, more efficient, and better optimized for real-world challenges, along with clear and engaging demonstrations showcasing the impact of these improvements on code execution times. Event Page: https://www.meetup.com/javascript-israel/events/305513105 Thanks to our Gold sponsors: Melio Join the group: https://www.meetup.com/javascript-israel Video By: http://www.artcore.media
  • JavaScript Israel youtube.com channel hebrew lang-hebrew video youtube 2025-02-26 16:14
    ↗

    On 23/1/2025, Opher Vishnia lectured about React Performance during a JavaScript Israel Meetup. Abstract: Your React app is slow, and, yes, it’s kind of your fault. But don’t worry—you didn’t sabotage it all at once. It happened slowly, over time, without you even realizing....

    ▶ Watch on YouTube Opens in a new tab
    On 23/1/2025, Opher Vishnia lectured about React Performance during a JavaScript Israel Meetup. Abstract: Your React app is slow, and, yes, it’s kind of your fault. But don’t worry—you didn’t sabotage it all at once. It happened slowly, over time, without you even realizing. The good news is you’re not alone. React is riddled with common performance pitfalls that developers unknowingly create. From over-rendering components to sneaky state updates that wreak havoc—these issues are easy to overlook if you don’t know what to look for. In this session, you’ll learn how to spot these problems with the right tools and methodologies. Whether you’re an experienced developer or just getting started with React, you’ll walk away with practical techniques to stop sabotaging your app’s performance—and maybe even your sanity. Event Page: https://www.meetup.com/javascript-israel/events/305513105 Thanks to our Gold sponsors: Melio Join the group: https://www.meetup.com/javascript-israel Video By: http://www.artcore.media
  • JavaScript Israel youtube.com channel hebrew lang-hebrew video youtube 2025-02-05 10:50
    ↗

    On 26/12/2024, Gil Tayar lectured about Module Resolution during a JavaScript Israel Meetup. Abstract: Module resolution is at the heart of JavaScript - how JavaScript finds the file that is referenced in the import. But how this works is opaque to most of us. It works… until...

    ▶ Watch on YouTube Opens in a new tab
    On 26/12/2024, Gil Tayar lectured about Module Resolution during a JavaScript Israel Meetup. Abstract: Module resolution is at the heart of JavaScript - how JavaScript finds the file that is referenced in the import. But how this works is opaque to most of us. It works… until it doesn’t, and then the build fails with weird errors that you don’t know how to fix. This talk will explain in detail how module resolution works in the browser, in Node.js (for ESM and CommonJS), and also in bundlers and TypeScript. It will explore things like CJS vs ESM, package.json exports vs main, conditional exports, aliases, and others. Event Page: https://www.meetup.com/javascript-israel/events/305051229 Thanks to our Gold sponsors: Melio Join the group: https://www.meetup.com/javascript-israel Video By: http://www.artcore.media
  • JavaScript Israel youtube.com channel hebrew lang-hebrew video youtube 2025-02-05 10:50
    ↗

    On 26/12/2024, Gal Schlezinger lectured about React Suspense during a JavaScript Israel Meetup. Abstract: React Suspense is a shiny new React feature. In this live-coding talk, we’ll learn what makes it unique and how it works by building this feature from the ground up....

    ▶ Watch on YouTube Opens in a new tab
    On 26/12/2024, Gal Schlezinger lectured about React Suspense during a JavaScript Israel Meetup. Abstract: React Suspense is a shiny new React feature. In this live-coding talk, we’ll learn what makes it unique and how it works by building this feature from the ground up. We’ll discuss how it unlocks the personalized web without compromising on performance. Event Page: https://www.meetup.com/javascript-israel/events/305051229 Thanks to our Gold sponsors: Melio Join the group: https://www.meetup.com/javascript-israel Video By: http://www.artcore.media
  • JavaScript Israel youtube.com channel hebrew lang-hebrew video youtube 2025-02-05 10:50
    ↗

    On 26/12/2024, Ben Stav lectured about Module Resolution during a JavaScript Israel Meetup. Abstract: Who doesn’t love running JavaScript? We sure do, and so do the runtimes that execute your JavaScript day-to-day - they’re in your browsers, they’re in your node, they’re even...

    ▶ Watch on YouTube Opens in a new tab
    On 26/12/2024, Ben Stav lectured about Module Resolution during a JavaScript Israel Meetup. Abstract: Who doesn’t love running JavaScript? We sure do, and so do the runtimes that execute your JavaScript day-to-day - they’re in your browsers, they’re in your node, they’re even in your IoT and Edge (ooohhh buzzwords). We’re going to take a look at what these are and start peeking under the hood at what makes them tick by dissecting the humble for loop. Event Page: https://www.meetup.com/javascript-israel/events/305051229 Thanks to our Gold sponsors: Melio Join the group: https://www.meetup.com/javascript-israel Video By: http://www.artcore.media
  • JavaScript Israel youtube.com channel hebrew lang-hebrew video youtube 2025-01-29 19:27
    ↗

    On 21/11/2024, Gil Fink lectured about Service Workers during a JavaScript Israel Meetup. Abstract: Service Workers offer a powerful way to manage background tasks and act as a network proxy, allowing web apps to function smoothly offline. By integrating IndexedDB with...

    ▶ Watch on YouTube Opens in a new tab
    On 21/11/2024, Gil Fink lectured about Service Workers during a JavaScript Israel Meetup. Abstract: Service Workers offer a powerful way to manage background tasks and act as a network proxy, allowing web apps to function smoothly offline. By integrating IndexedDB with Service Workers, you can ensure that your application maintains data even when offline and syncs seamlessly with the backend once the network is restored. In this session, you'll learn the ins and outs of IndexedDB, its integration into Service Workers, and how to create reliable offline-first applications by efficiently storing and syncing data. Event Page: https://www.meetup.com/javascript-israel/events/304438105 Thanks to our Gold sponsors: Melio Join the group: https://www.meetup.com/javascript-israel Video By: http://www.artcore.media
  • JavaScript Israel youtube.com channel hebrew lang-hebrew video youtube 2025-01-29 19:27
    ↗

    On 21/11/2024, Pavel Shermayster lectured about IndexedDBs during a JavaScript Israel Meetup. Abstract: Build data-intensive web apps with a local-first approach. This talk explores IndexedDB (with Dexie and RxDB) and Web Workers to efficiently handle and process large...

    ▶ Watch on YouTube Opens in a new tab
    On 21/11/2024, Pavel Shermayster lectured about IndexedDBs during a JavaScript Israel Meetup. Abstract: Build data-intensive web apps with a local-first approach. This talk explores IndexedDB (with Dexie and RxDB) and Web Workers to efficiently handle and process large datasets (300MB+). We'll optimize data loading, cover thread communication, and sync changes with a backend. Event Page: https://www.meetup.com/javascript-israel/events/304438105 Thanks to our Gold sponsors: Melio Join the group: https://www.meetup.com/javascript-israel Video By: http://www.artcore.media
  • JavaScript Israel youtube.com channel hebrew lang-hebrew video youtube 2025-01-13 18:54
    ↗

    On 20/08/2023, Alon Valadji lectured about how, and why, to build your design system during a JavaScript Israel Meetup. Abstract: We are tempted to go to ready-made components libraries such as MUI, Bootstrap, Ant, etc, but what is the price we are paying for using that in...

    ▶ Watch on YouTube Opens in a new tab
    On 20/08/2023, Alon Valadji lectured about how, and why, to build your design system during a JavaScript Israel Meetup. Abstract: We are tempted to go to ready-made components libraries such as MUI, Bootstrap, Ant, etc, but what is the price we are paying for using that in our product? Let's see how we can leverage headless ui in building fully functional and accessible components that are completely tailor-made to our product. — Alon Valadji is a leading software architect well-versed in Rozansky and Woods’ architectural methodologies. As a full-cycle JavaScript and web architecture torchbearer, His main goal in life is to make developers happy! Event Page: https://www.meetup.com/javascript-israel/events/295302157 Thanks to our Gold sponsors: Melio Join the group: https://www.meetup.com/javascript-israel Video By: http://www.artcore.media
  • JavaScript Israel youtube.com channel hebrew lang-hebrew video youtube 2025-01-09 10:30
    ↗

    On 29/09/2024, Amit Sheen lectured about Modern CSS during a JavaScript Israel Meetup. Abstract: CSS has undergone a massive transformation in recent years, offering developers unprecedented control and flexibility in crafting web experiences. In this talk, we’ll explore what...

    ▶ Watch on YouTube Opens in a new tab
    On 29/09/2024, Amit Sheen lectured about Modern CSS during a JavaScript Israel Meetup. Abstract: CSS has undergone a massive transformation in recent years, offering developers unprecedented control and flexibility in crafting web experiences. In this talk, we’ll explore what “modern CSS” truly means and how it has redefined the way we approach layout, design, and interactivity. We’ll discuss the innovative methods that enable more fluid, responsive, and efficient designs, elevating CSS from a basic styling tool to a cornerstone of web development. Event Page: https://www.meetup.com/javascript-israel/events/303392457 Thanks to our Gold sponsors: Melio Join the group: https://www.meetup.com/javascript-israel Video By: http://www.artcore.media
  • JavaScript Israel youtube.com channel hebrew lang-hebrew video youtube 2025-01-09 10:29
    ↗

    On 29/09/2024, Yoav Ganbar lectured about JavaScript trends during a JavaScript Israel Meetup. Abstract: What's new with JS? A whole lot. What else is getting Tech Twitter's panties in a bunch? In this talk, we'll wade through the hype and explore the latest JavaScript trends...

    ▶ Watch on YouTube Opens in a new tab
    On 29/09/2024, Yoav Ganbar lectured about JavaScript trends during a JavaScript Israel Meetup. Abstract: What's new with JS? A whole lot. What else is getting Tech Twitter's panties in a bunch? In this talk, we'll wade through the hype and explore the latest JavaScript trends and features that have gotten everyone talking. From the newest language updates to the frameworks and libraries that are making waves, we'll cover it all. Whether you're a seasoned JS pro or just starting out, you'll leave with a better understanding of what's hot in the world of JavaScript and how you can use these new tools to up your dev game. So, grab your spot and let's dive into the world of wild, wide and wonderful webs of modern JavaScript together! Event Page: https://www.meetup.com/javascript-israel/events/303392457 Thanks to our Gold sponsors: Melio Join the group: https://www.meetup.com/javascript-israel Video By: http://www.artcore.media
  • JavaScript Israel youtube.com channel hebrew lang-hebrew video youtube 2025-01-01 08:47
    ↗

    On 27/08/2024, Shay Davidson lectured about CSS Houdini APIs during a JavaScript Israel Meetup. Abstract: In this talk, we'll talk about the CSS Houdini APIs, specifically the Paint Worklet. It allows developers to extend the CSS language with new advanced custom properties...

    ▶ Watch on YouTube Opens in a new tab
    On 27/08/2024, Shay Davidson lectured about CSS Houdini APIs during a JavaScript Israel Meetup. Abstract: In this talk, we'll talk about the CSS Houdini APIs, specifically the Paint Worklet. It allows developers to extend the CSS language with new advanced custom properties and capabilities. — Shay Davidson, a Principal Engineer at Lemonade. Web technologies and CSS enthusiast. Shay has been an indie game developer, a full stacker in eBay and PayPal and nowadays he’s doing cool frontend magic at Lemonade. Event Page: https://www.meetup.com/javascript-israel/events/301480499 Thanks to our Gold sponsors: Melio Join the group: https://www.meetup.com/javascript-israel Video By: http://www.artcore.media
  • JavaScript Israel youtube.com channel hebrew lang-hebrew video youtube 2025-01-01 08:47
    ↗

    On 27/08/2024, Gil Tayar lectured about the JavaScript Ecosystem during a JavaScript Israel Meetup. Abstract: Learn about new techniques and technologies that enable writing frontend apps without any build tools. — Gil Tayar, 35 years of experience have not dulled the...

    ▶ Watch on YouTube Opens in a new tab
    On 27/08/2024, Gil Tayar lectured about the JavaScript Ecosystem during a JavaScript Israel Meetup. Abstract: Learn about new techniques and technologies that enable writing frontend apps without any build tools. — Gil Tayar, 35 years of experience have not dulled the fascination Gil Tayar has with software development. His passion is distributed systems and figuring out how to scale development to big teams. Extreme modularity and testing are the main tools in his toolbelt, using them to combat the code spaghetti monster as a software architect at companies like Wix, Applitools, and at his current job as software engineer at Microsoft. Event Page: https://www.meetup.com/javascript-israel/events/301480499 Thanks to our Gold sponsors: Melio Join the group: https://www.meetup.com/javascript-israel Video By: http://www.artcore.media
  • JavaScript Israel youtube.com channel hebrew lang-hebrew video youtube 2024-12-19 13:56
    ↗

    On 27/06/2024, Nir Tamir lectured about Vercel AI SDK during a JavaScript Israel Meetup. Abstract: In this talk, we'll explore how to build amazing AI apps using the Vercel AI SDK and React! Whether you're new to AI or a seasoned pro, you'll learn how to create dynamic text...

    ▶ Watch on YouTube Opens in a new tab
    On 27/06/2024, Nir Tamir lectured about Vercel AI SDK during a JavaScript Israel Meetup. Abstract: In this talk, we'll explore how to build amazing AI apps using the Vercel AI SDK and React! Whether you're new to AI or a seasoned pro, you'll learn how to create dynamic text generation, seamlessly integrate different AI providers, and utilize real-time response streaming. We'll also dive into handling structured outputs and guide you through creating a chatbot with server-rendered components for smooth conversation management. Get ready to unlock the potential of AI in your apps with simple, hands-on techniques! — Nir Tamir, a passionate front-end developer who loves cutting-edge technologies, tools, and open-source. Event Page: https://www.meetup.com/javascript-israel/events/301480499 Thanks to our Gold sponsors: Melio Join the group: https://www.meetup.com/javascript-israel Video By: http://www.artcore.media
  • End of feed
Maibook — your private personalized AI community
  • rcanand.com
  • mlaillc.com
  • @rcanand (X)
  • LinkedIn
  • Feedback
  • Credits