Angular Core Team, Google | USA
Angular Core Team, Google | France
Angular Core Team, Google | USA
Angular Core Team, Google | USA
Angular Core Team, Google | USA
Lead of Frontend Competence Center, Avenga | Poland
Consultant and Author, softwarearchitekt.at | Austria
Principal UI Architect, Cisco | Canada
Trainer & Consultant, AngularArchitects.io | Austria
Frontend Developer, Prowly PR Software | Poland
Staff Software Engineer, ClickUp | UK
CEO, push-based.io | Austria
Front End Tech Lead, Tikal | Israel
Chief Technology Officer, Builder.io | USA
Teacher and Consultant, ngIndia | India
Lead Performance Engineer, Trainer & Consultant, push-based.io | Austria
Principal Angular Consultant and Trainer, Lowgular | Poland
Trainer and Consultant, AngularArchitects.io | Austria
Independent Consultant, Architect, Developer & Trainer, Poland
Full Stack Engineer, push-based.io | Austria
Developer Evangelist for Web and Cloud, UK
Modern Angular Architectures: Signals, Standalone, DDD & Micro Frontends - Master Class (stationary & online) by Manfred Steyer & Michael Egger-Zikes
Reactive Architecture in Modern Angular – Signals & Observables - Master Class (stationary & online) by Michael Hladky
Scalable and Maintainable Apps With NgRx and Signals – Setting Up Enterprise Architecture - Master Class (stationary & online) by Alex Okrushko
Build an AI-Powered Full-Stack Angular App - Master Class (stationary & online) by Nir Kaufman
Building WebApps That Light Up the Internet With QwikCity - Master Class (stationary & online) by Miško Hevery
Breaking Boundaries: React Server Components in Practice - Master Class (stationary & online) by Tomasz Ducin
Multikino Złote Tarasy, Złota 59, 00-120 Warszawa
Multikino Złote Tarasy, Złota 59, 00-120 Warszawa
We use Angular’s latest innovations in this interactive workshop to build a modern and maintainable architecture. We start with Standalone Components and learn how to structure a large application with them using a Mono Repo and Strategic Design – a discipline from Domain-driven Design (DDD). We discuss categorizing the individual parts of our application and how to enforce our architecture with tools such as Nx or Sheriff. On top of our Strategic Design, we implement a Micro Frontend Architecture with Module Federation.
Then, we discover how Angular’s new Signals fit our modern architecture. We discuss fine-grained change detection and implement options for state management with NGRX and Signals. Also, we show how to combine the simplicity provided by Signals with the power of RxJS for providing a reactive UX. Finally, we discuss how the new Signal component will help to simplify our architecture further and how they work together with traditional components.
a) Node.js installed
- LTS version or higher
- https://nodejs.org
b) Angular CLI
- npm install -g @angular/cli@latest
c) Test with “npm -v” and “ng v” from the command line whether npm and then Angular CLI work
d) Nx CLI
- npm install -g nx@latest
e) A modern browser like the current Chrome version
f) An IDE with Angular support like Visual Studio Code (free) or WebStorm/IntelliJ (commercial)
g) Please install git
- https://git-scm.com
- To clone the repo that I will provide at the begin of the workshop
h) We will use the following internet resources, so they need to be accessible for everyone:
- ANGULARarchitects.io (http://angulararchitects.io)
- npm Registry (https://registry.npmjs.org)
- GitHub (https://github.com)
Ready to level up your Angular game?
What You'll Learn:
The ABCs of Reactivity: Ever wondered what the buzzword 'reactivity' is all about? We're breaking it down for you!
Get Observable: Master the art of Observables and their subscription logic. You'll never look at data streams the same way again!
Signal Boost: Get to know Signals and how to subscribe to them. Perfect for creating dynamic, responsive applications.
Power Combo: Learn how to seamlessly combine Observables and Signals for max efficiency.
HTTP Magic: Mix HTTP requests with Signals like a wizard!
State Your Intent: Dabble in component state management with both Signals & Observables. Say goodbye to state chaos!
Global Takeover: Conquer global state management with the dynamic duo of Signals & Observables.
Side Effects, but the Good Kind: Learn how to create effects using Signals & Observables. Yes, effects you actually want!
UI Galore: Last but not least, handle UI events like a boss using—you guessed it—Signals & Observables.
Who is this for?
Whether you're a newbie getting your feet wet or a seasoned pro, this workshop is packed with insights and hands-on exercises that will transform the way you code in Angular.
Don't miss out! Both stationary and online options available, so no excuses!
Book your spot now and master the future of Angular development!
Learn how to build Angular-based web applications while seamlessly integrating AI for enhanced functionality.
In this workshop, we will develop a dynamic, serverless, full-stack Angular app from scratch using cutting-edge technology stacks.
By infusing AI into our application, we will delve into the fundamentals of AI technologies, including LLM, prompt engineering, Langchain, and Vector databases.
By the end of this workshop, you will possess a fully functional application.
Topics:
- Setting up a modern full-stack Angular-based application.
- Harnessing the latest Angular features and APIs.
- Utilizing a modern ORM for efficient database interactions.
- Implementing authentication mechanisms.
- Exploring Generative AI, prompt engineering, LLM, and the Langchain framework.
- Real-world utilization of Vector databases.
- Integration of OpenAI technologies.
Elevate your skillset with this immersive workshop and leave with the expertise to create AI-powered applications that define the future of technology.
Are you struggling to maintain and enhance your existing Angular applications? Do you want to harness the power of NgRx for state management and explore the cutting-edge Signals feature in Angular? Join us for a transformative workshop that will empower you to architect and modernize your apps with confidence!
Workshop Overview:
In the ever-evolving world of web development, staying ahead is crucial. This workshop is designed for developers, architects, and teams who want to revamp their existing Angular applications and leverage the latest advancements in the Angular ecosystem, including Signals.
Key Workshop Highlights:
1) Architectural Excellence: Learn the art of crafting scalable, maintainable, and robust Angular applications. We'll delve deep into architectural patterns, best practices, and tools to structure your apps for success.
2) NgRx for State Management: Gain a comprehensive understanding of NgRx, the go-to library for managing state in Angular apps. We'll explore actions, reducers, effects, and selectors to create a robust state management system and how it influences apps architecture.
Introduction to Signals: Signals or NgRx? They work well together. Dive into one of Angular's most exciting features – Signals. Discover how Signals can streamline communication within your application, making it more responsive, efficient, and user-friendly.
Migration Strategies: If you have an existing Angular application, we'll guide you through effective strategies for migrating to the latest version of Angular while improving your app's architecture.
Who Should Attend:
- Angular Developers
- Software Architects
- Tech Leads
- Teams working on Angular projects
Prerequisites:
Participants should have a basic understanding of Angular and TypeScript fundamentals. Experience with NgRx, Nx and Signals is not required but would be beneficial.
React Server Components is the way forward for the most popular web framework. Some of the solutions will surely get applied to other frameworks as well. Let's uncover the cutting-edge architecture of RSC with Next.js. Gain practical insights into RSC's benefits, complexities, and constraints. Learn performance optimization and measurement techniques. Build a small application, yet explore essential patterns, anti-patterns, and leverage RSC's strengths. Learn what the pitfalls are. Last but not least, be able to verify in which projects do RSCs make sense to be introduced.
In this workshop, participants will learn:
- Building webapps with RSC, including client-side components, server-side components, async components, "use" hook, etc.
- The architecture and principles behind React Server Components (RSC)
- Techniques for optimizing performance and measuring metrics in RSC-based applications
Requirements:
- Latest node.js LTS, git, IDE (e.g. VSCode)
The workshop is dedicated to developers who have some experience in Frontend React, but don't have experience with server-side React.
Discover the Power of QwikCity: the new meta-framework revolutionizing web development. Say goodbye to slow and sluggish web applications. Say hello to instant-on, large-scale applications with unbeatable startup performance.
Join us for a workshop that explores the secrets behind QwikCity's success. Learn how to build a lightning-fast web application that impresses users with its speed, features, and stability. You'll dive into the setup process, understand the intricacies of routing and layout, and see how to fetch and present data with ease. And, you'll discover how QwikCity's unique resumability feature ensures that your web application stays fast no matter how complex it becomes.
Experience the future of web development, today. Come and join us on the journey to build webapps that light up the internet with QwikCity.
Takeaways:
- Introduction to Qwik (How do I build an app)
- Routes
- Loading data
- Form actions
- Signals and state management
- Styling
- Authentication
- Advanced Concepts (How does it work)
- Code Extraction
- Entry points
- Code prefetching
- Unified server/client execution model
- Lazy Loading
- Bundle optimizations
Pre-requisites:
- Your Favorite IDE (We will use Visual Studio Code)
- Node v18
- Git
We're thrilled to host an ngGirls workshop at NG Poland 2023 on Sunday, November 5th, 2023. This full-day workshop is free for women to attend and aims to introduce women to developing web applications, with the ultimate goal of increasing diversity in the tech industry. Share the love: tell a friend or colleague about this amazing opportunity! Come and check out what we have in store for you!
Link: ng-girls.org/event/warsaw-2023
(Warsaw & Online)
Tickets for Round 1 are available until September 22, 2023 or until sold out.
All prices include 23% VAT
The price in Euro is for guidance only
(Warsaw & Online)
Tickets for Round 1 are available until September 22, 2023 or until sold out.
All prices include 23% VAT
The price in Euro is for guidance only
(Warsaw & Online)
Tickets for Round 1 are available until September 22, 2023 or until sold out.
All prices include 23% VAT
The price in Euro is for guidance only
Learn, grow and connect with the Angular community like never before.
The Angular Master Podcast is a broadcast aimed at all Angular developers.
We cover topics such as building production-ready applications,
architecture
and performance best practices, and delving into the components of the framework.
Listen / Code / Repeat. Everything you need to know to become a super Angular developer.
We at ngPoland strongly believe in the value of sharing knowledge and experience. We also know that some of us put more than average effort into building Angular communities. Angular Community Hero Award is our token of gratitude for their hard work. If you know any Angular Hero, you can nominate them here.
We would like to award creators of fully functional already implemented solutions
built on Angular framework that have made a real difference in our lives.
The successful entrants need to show their product deserves the title by
submitting the information requested in the form.
Please submit your nominations!.
Personality of the Year
Trainer of the Year
Angular Hero of Community
Angular Hero of Education
Angular Hero of Education
Angular Hero of Community
Angular Hero of Community
Postponed to 2021
Personality of the Year
Angular Hero of Education
Angular Hero of Community
Angular Product Hero
Personality of the Year
Angular Hero of Education
Angular Hero of Community
Angular Product Hero
Angular Hero of Community 2017
Angular Hero of Product 2017
Best Angular Product for Education
Angular Hero of Product 2017
Best Enterprise-Level Angular Product
Angular Hero of Product 2017
Best Angular Product for Small Business
Angular Hero of Community 2016
Angular Hero of Product 2016
Best Angular Product for Education
Angular Hero of Product 2016
Best Enterprise-Level Angular Product
Angular Hero of Product 2016
Best Angular Product for Small Business
Every year, we are happy to host the best experts in the field of Angular, TypeScript, RxJS, Redux, etc. Their presentations will let you expand your current knowledge, get practical tips, and learn new trends. This year promises to be an exceptional one!
ngPoland 2022 offers more than just learning from Angular experts. You will also have a great opportunity to meet and socialize with over 1000 like-minded people from all over the world.
The most important benefit of participating at ngPoland 2022 is the infectious enthusiasm you will be filled with. The confidence, desire to develop, and can-do attitude will definitely bring your professional career to the next level.
This event will change your perception of IT forever. Your brain will be filled with new information, you'll feel the excitement of people sharing your passion, and most importantly, our MC's will guarantee an experience you'll never forget!
Sign up to receive updates about NG Poland, including workshops, speaker previews, ticket launches, NG Awards, Behind the Code Magazine, CFP details and other exclusive content. We won’t spam you and will only send you emails we genuinely think you’ll find interesting. You can unsubscribe at any time and you can find more information here.