- 122
- 300 076
NG - BE
Belgium
เข้าร่วมเมื่อ 9 ธ.ค. 2016
Belgium's annual Angular Conference. Located in Ghent.
วีดีโอ
Effective Signals in Angular 19 and above: Rules and Helpers - Manfred Steyer - NG-BE 2024
มุมมอง 2.6Kหลายเดือนก่อน
ng-be.org/talks/2024/12/6/manfred-steyer It is undisputed that Signals will shape the future of Angular. At first glance, Signals may seem very easy to use - like simple objects with getters and setters. However, you will encounter several pitfalls if you use them this way. To avoid such situations, we discuss some effective rules of thumb and reactive helpers for using Signals. You will be sur...
Drum 'n' JS - Miroslav Jonas - NG-BE 2024
มุมมอง 125หลายเดือนก่อน
ng-be.org/talks/2024/12/6/miroslav-jonas Good design practices and clean code ensure your code is scalable and performant. But what to do when they can't keep up? In this talk, we’re cranking things up a notch by building a fully-featured drum machine in Angular with the WebAudio API. We’ll bend the rules, embrace unintuitive data structures, and sprinkle in some design anti-patterns for good m...
Consolidate, Enhance, Scale: End-to-End Angular Monorepo Management with Nx - Juri Strumpflohner
มุมมอง 192หลายเดือนก่อน
Monorepos offer many benefits: simplified code sharing, better alignment with organizational standards, and a unified developer experience across projects. However, if you’re starting from a brownfield situation-perhaps with multiple individual repositories-moving to a monorepo can seem overwhelming, especially when dealing with multiple tech stacks. Without the right tools, this transition can...
ARHS Group - Gunther Roobaert - NG-BE 2024
มุมมอง 27หลายเดือนก่อน
ARHS Group is a proud Gold sponsor of the NG-BE 2024 edition.
Zoneless Testing - Rainer Hahnekamp - NG-BE 2024
มุมมอง 249หลายเดือนก่อน
ng-be.org/talks/2024/12/6/rainer-hahnekamp Angular is on the brink of a major evolution: going zoneless. But with this shift come new questions, particularly around handling asynchronous operations. Make no mistake-both fakeAsync and waitForAsync rely on Zone.js, which means they won’t work as expected in a zoneless world. In this session, I’ll walk you through where we are today and explore th...
How Signals shape a Pull-based architecture - Matthieu Riegler - NG-BE 2024
มุมมอง 371หลายเดือนก่อน
ng-be.org/talks/2024/12/6/matthieu-riegler Understand how with Change Detection and Signals, your app takes advantage of a pull based architecture. KEY TAKEAWAYS - Understand how signals interact with the framework - Understand how this will impact the way you write your apps - Appreciate why signals are so great
SPAs, full-stack, micro-frontends, enterprise migrations, what the quack? - N. Venditto & I. Minar
มุมมอง 183หลายเดือนก่อน
ng-be.org/talks/2024/12/6/natalia-venditto-and-igor-minar Most of us have built an Angular SPA, some of us operate big ones in the enterprise. As SPAs in enterprise grow, they become mission critical, but also slow and fragile. This is not a great combo. Can we do better? We often hear about SPA architecture being replaced with full-stack approaches. What the heck is the difference? Why should ...
The TypeScript Completeness Conundrum - Stefan Baumgartner - NG-BE 2024
มุมมอง 148หลายเดือนก่อน
ng-be.org/talks/2024/12/6/stefan-baumgartner TypeScript’s relevance in modern web development is undisputed. The tooling focus and the strong, but flexible type system help us to formalise and articulate even the strangest scenarios that JavaScript can offer. There’s just one problem: TypeScript is woefully incomplete! In this talk, we will focus on patterns that are not that uncommon in JavaSc...
Humanizing The Markup Language: Thoughtful Semantics for Better Web Experiences - Tanja Ulianova
มุมมอง 61หลายเดือนก่อน
ng-be.org/talks/2024/12/6/tanja-ulianova
Getting extremely productive with Angular forms - Brecht Billiet - NG-BE 2024
มุมมอง 446หลายเดือนก่อน
ng-be.org/talks/2024/12/6/brecht-billiet This talk show you how to use template-driven forms in combination with ngx-vest-forms to start building typesafe forms and let Angular do all the work for you It will show you how to simplify forms with signals and how to do suite validations with vest. At the end we will use nx generators to boost productivity even more and build forms in no-time. KEY ...
Opening Keynote - Minko Gechev - NG-BE 2024
มุมมอง 963หลายเดือนก่อน
ng-be.org/talks/2024/12/6/minko-gechev In this talk, I'll share Angular highlights over the past a couple of years and peek into the future of the framework! KEY TAKEAWAYS - Highlights from the Angular renaissance - How we got here - Where Angular is heading
Sofico - Ruben Vermeulen - NG-BE 2024
มุมมอง 44หลายเดือนก่อน
Sofico is a proud Gold sponsor of the NG-BE 2024 edition.
Angular Accessibility Adventures: Navigating the Web for Everyone - Maria Korneeva - NG-BE 2024
มุมมอง 194หลายเดือนก่อน
ng-be.org/talks/2024/12/6/maria-korneeva With the European Accessibility Act setting new standards, it's time to embrace accessibility as an inherent component of our development practices. In this talk we will embark on a journey to make our Angular applications more accessible to all users. We’ll explore practical and straightforward techniques to enhance accessibility, focusing on the effect...
Incremental Hydration in Angular - Michael Hladky - NG-BE 2024
มุมมอง 156หลายเดือนก่อน
ng-be.org/talks/2024/12/6/michael-hladky I will introduce incremental hydration in 3 phases and give a good context of all the interaction pieces. After the theory sticks, I switch to live coding and will demo not only the code feature but also a set of common hydration strategies in your app. Learn how to use the most sophisticated loading and hydration tool on the frontend market, Angular Hyd...
Angular Router - Undiscovered Parts - Santosh Yadav - NG-BE 2023
มุมมอง 1.3Kปีที่แล้ว
Angular Router - Undiscovered Parts - Santosh Yadav - NG-BE 2023
Winning the SEO battle with Angular and Qwik - Misko Hevery & Antoine Pairet - NG-BE 2023
มุมมอง 852ปีที่แล้ว
Winning the SEO battle with Angular and Qwik - Misko Hevery & Antoine Pairet - NG-BE 2023
ARHS Group - Gunther Roobaert - NG-BE 2023
มุมมอง 90ปีที่แล้ว
ARHS Group - Gunther Roobaert - NG-BE 2023
Partial DOM Hydration: Angular's Most Requested Feature - Jeff Whelpley - NG-BE 2023
มุมมอง 2.8Kปีที่แล้ว
Partial DOM Hydration: Angular's Most Requested Feature - Jeff Whelpley - NG-BE 2023
Timely matter: when does Angular execute your code? - Maria Korneeva - NG-BE 2023
มุมมอง 592ปีที่แล้ว
Timely matter: when does Angular execute your code? - Maria Korneeva - NG-BE 2023
Don’t let compilation set the length of your coffee break - Rares Matei & Miro Jonas - NG-BE 2023
มุมมอง 362ปีที่แล้ว
Don’t let compilation set the length of your coffee break - Rares Matei & Miro Jonas - NG-BE 2023
The Lies we Tell Ourselves using TypeScript - Stefan Baumgartner - NG-BE 2023
มุมมอง 2.4Kปีที่แล้ว
The Lies we Tell Ourselves using TypeScript - Stefan Baumgartner - NG-BE 2023
Angular Component Test Harnesses FTW - Alisa Duncan - NG-BE 2023
มุมมอง 783ปีที่แล้ว
Angular Component Test Harnesses FTW - Alisa Duncan - NG-BE 2023
Keynote: Accelerating developer experience in Angular - Simona Cotin - NG-BE 2023
มุมมอง 1.1Kปีที่แล้ว
Keynote: Accelerating developer experience in Angular - Simona Cotin - NG-BE 2023
How to build your Web3 application w/ Angular - Lightning talk - Soumaya Erradi - NGBE-2023
มุมมอง 568ปีที่แล้ว
How to build your Web3 application w/ Angular - Lightning talk - Soumaya Erradi - NGBE-2023
Cypress Component Testing - Lightning talk - Rainer Hahnekamp - NG-BE 2023
มุมมอง 281ปีที่แล้ว
Cypress Component Testing - Lightning talk - Rainer Hahnekamp - NG-BE 2023
Validate HTTP request with HttpClient & Zod - Lightning talk - Luca Del Puppo - NG-BE 2023
มุมมอง 390ปีที่แล้ว
Validate HTTP request with HttpClient & Zod - Lightning talk - Luca Del Puppo - NG-BE 2023
5 cool usages of inject function in Angular - Lightning talk - Kamil Galek - NG-BE 2023
มุมมอง 703ปีที่แล้ว
5 cool usages of inject function in Angular - Lightning talk - Kamil Galek - NG-BE 2023