PushBased

1.6K posts

PushBased banner
PushBased

PushBased

@PushBased

A close knit group of IT experts offering their knowledge and services in #Angular #RxJS #NestJS #JavaScript #TypeScript #webperf and more.

Vienna, Austria Katılım Mart 2022
200 Takip Edilen1.2K Takipçiler
PushBased
PushBased@PushBased·
🚀 𝐀𝐧𝐠𝐮𝐥𝐚𝐫 𝟐𝟐 𝐍𝐞𝐰𝐬: 𝐂𝐨𝐦𝐦𝐞𝐧𝐭𝐬 𝐢𝐧 𝐓𝐞𝐦𝐩𝐥𝐚𝐭𝐞𝐬 Sometimes the smallest features make the biggest difference in daily development. @angular will support comments directly inside templates, making complex markup easier to understand and maintain. 👉 What’s new? 💬 𝐈𝐧𝐥𝐢𝐧𝐞 𝐂𝐨𝐦𝐦𝐞𝐧𝐭𝐬 Add comments exactly where the logic lives. 🧾 𝐌𝐮𝐥𝐭𝐢𝐥𝐢𝐧𝐞 𝐒𝐮𝐩𝐩𝐨𝐫𝐭 Use block comments for longer explanations and edge cases. 🧠 𝐁𝐞𝐭𝐭𝐞𝐫 𝐑𝐞𝐚𝐝𝐚𝐛𝐢𝐥𝐢𝐭𝐲 Document tricky bindings directly in the template. 🤝 𝐁𝐞𝐭𝐭𝐞𝐫 𝐓𝐞𝐚𝐦 𝐂𝐨𝐥𝐥𝐚𝐛𝐨𝐫𝐚𝐭𝐢𝐨𝐧 Make intent clearer for teammates — and your future self. Small DX improvements like this remove friction every single day. #Angular #DX #Frontend
PushBased tweet media
English
1
4
13
589
PushBased
PushBased@PushBased·
𝗔𝗴𝗲𝗻𝘁𝗶𝗰 𝗨𝗜 𝗶𝘀 𝗡𝗢𝗧 𝗮 𝗰𝗵𝗮𝘁 𝗽𝗿𝗼𝗯𝗹𝗲𝗺. 𝗜𝘁’𝘀 𝗮 𝗳𝗿𝗼𝗻𝘁𝗲𝗻𝗱 𝗮𝗿𝗰𝗵𝗶𝘁𝗲𝗰𝘁𝘂𝗿𝗲 𝗽𝗿𝗼𝗯𝗹𝗲𝗺. 🧠 Most teams still picture “agentic” as a Copilot-style sidebar. 𝗧𝗵𝗮𝘁’𝘀 𝘁𝗵𝗲 𝘄𝗿𝗼𝗻𝗴 𝗮𝗯𝘀𝘁𝗿𝗮𝗰𝘁𝗶𝗼𝗻 ❌ Real agency doesn’t come from a chat box. It emerges when your interface can: - interpret goals 🎯 - reason over application state 🧩 - act through bounded tools 🔧 - adapt the visible UI 🔄 - recover from failure ♻️ 𝗧𝗵𝗮𝘁’𝘀 𝗻𝗼𝘁 𝗮 𝗳𝗲𝗮𝘁𝘂𝗿𝗲. 𝗧𝗵𝗮𝘁’𝘀 𝗮𝗿𝗰𝗵𝗶𝘁𝗲𝗰𝘁𝘂𝗿𝗲. In our latest blog post, @Michael_Hladky breaks down: - why chat-only approaches fail 💥 - what recent research actually shows 📚 - and why frontend teams own the hardest parts of Agentic UI 👩‍💻👨‍💻 If your roadmap starts with “let’s add a chat panel,” you’re optimizing the wrong layer. 👉 Read the full article: push-based.io/article/agenti… #Frontend #AI #AgenticUI
PushBased tweet media
English
0
4
19
102.8K
PushBased
PushBased@PushBased·
🚀 𝐀𝐧𝐠𝐮𝐥𝐚𝐫 𝐙𝐨𝐧𝐞𝐥𝐞𝐬𝐬: 𝐓𝐡𝐞 𝐒𝐡𝐢𝐟𝐭 𝐇𝐚𝐬 𝐀𝐥𝐫𝐞𝐚𝐝𝐲 𝐒𝐭𝐚𝐫𝐭𝐞𝐝 One of the biggest changes in modern Angular has already started in v21. Angular is moving away from zone.js-driven change detection and toward a more predictable, explicit, and signal-based model. Zoneless is becoming the new default direction for modern Angular applications. 👉 What does that mean for you? ✨ 𝐋𝐞𝐬𝐬 𝐌𝐚𝐠𝐢𝐜 No more hidden change detection triggers running silently in the background. ⚡ 𝐁𝐞𝐭𝐭𝐞𝐫 𝐏𝐞𝐫𝐟𝐨𝐫𝐦𝐚𝐧𝐜𝐞 Updates happen only where they are actually needed. 🧠 𝐌𝐨𝐫𝐞 𝐂𝐨𝐧𝐭𝐫𝐨𝐥 You decide when and why your UI updates. 🔧 𝐒𝐦𝐨𝐨𝐭𝐡 𝐌𝐢𝐠𝐫𝐚𝐭𝐢𝐨𝐧 provideZonelessChangeDetection() is part of the migration provideBrowserGlobalErrorListeners() is needed for global error handling zone.js is still fully supported and not going away anytime soon This isn’t just another feature. It’s a fundamental shift in how Angular applications work. Our colleague @Enea_Jahollari wrote about this a little while ago and explained what changes, why it matters, and how migration works. Check out his article at 👉 bit.ly/42jwF9e #Angular #WebPerformance #Frontend
PushBased tweet media
English
1
3
26
1.5K
PushBased
PushBased@PushBased·
🚀 𝐀𝐧𝐠𝐮𝐥𝐚𝐫 𝟐𝟐: 𝐁𝐫𝐨𝐰𝐬𝐞𝐫𝐔𝐫𝐥 𝐒𝐮𝐩𝐩𝐨𝐫𝐭 𝐟𝐨𝐫 𝐑𝐨𝐮𝐭𝐞𝐫𝐋𝐢𝐧𝐤𝐬 Angular routing gets more flexible. With Angular 22, router links will support a new browserUrl input — allowing the URL shown in the browser to be different from the actual route Angular matches internally. 👉 What changes? 🌐 𝐂𝐮𝐬𝐭𝐨𝐦 𝐁𝐫𝐨𝐰𝐬𝐞𝐫 𝐔𝐑𝐋𝐬 You can display a cleaner or more user-friendly URL in the browser. 🧠 𝐒𝐞𝐩𝐚𝐫𝐚𝐭𝐞 𝐔𝐈 𝐟𝐫𝐨𝐦 𝐑𝐨𝐮𝐭𝐢𝐧𝐠 𝐋𝐨𝐠𝐢𝐜 Angular can still match the internal route path while users see a different URL. ⚙️ 𝐌𝐨𝐫𝐞 𝐅𝐥𝐞𝐱𝐢𝐛𝐥𝐞 𝐍𝐚𝐯𝐢𝐠𝐚𝐭𝐢𝐨𝐧 Helpful for aliases, cleaner paths, redirects, or improved UX. ✨ 𝐁𝐞𝐭𝐭𝐞𝐫 𝐔𝐑𝐋 𝐄𝐱𝐩𝐞𝐫𝐢𝐞𝐧𝐜𝐞 Especially useful when technical route structures shouldn’t be exposed to users. Small API addition — big possibilities for routing design. #Angular #WebDev #Frontend
PushBased tweet media
English
1
0
20
644
PushBased
PushBased@PushBased·
🚀 𝐖𝐞 𝐫𝐞𝐝𝐮𝐜𝐞𝐝 𝐚 𝟕,𝟐𝟎𝟎+ 𝐦𝐚𝐧-𝐝𝐚𝐲 𝐦𝐢𝐠𝐫𝐚𝐭𝐢𝐨𝐧 𝐛𝐲 ~𝟗𝟓% That’s ~1770% efficiency improvement ⚡ Not by “just using AI” — but by making AI reliable. 🧩 Structured context ⚙️ Orchestrated workflows ✅ Continuous validation If you’re wondering how this actually works in practice: We’ve put the fundamentals into a hands-on workshop. 🚀 𝐀𝐈 𝐀𝐬𝐬𝐢𝐬𝐭𝐞𝐝 𝐃𝐞𝐯𝐞𝐥𝐨𝐩𝐦𝐞𝐧𝐭 𝐅𝐨𝐮𝐧𝐝𝐚𝐭𝐢𝐨𝐧𝐬 🛠️ Build your own AI setup 📚 Create context for your project 🔁 Turn AI into a reliable workflow 👉 Case study: push-based.io/article/ai-dri… 👉 Workshop: push-based.io/workshop/ai-as… #AI #SoftwareEngineering #DeveloperProductivity
PushBased tweet mediaPushBased tweet mediaPushBased tweet mediaPushBased tweet media
English
0
2
8
575
PushBased retweetledi
Angular Austria
Angular Austria@AngularAustria·
📅 𝗦𝗮𝘃𝗲 𝘁𝗵𝗲 𝗱𝗮𝘁𝗲! 👉 𝗔𝗻𝗴𝘂𝗹𝗮𝗿 𝗩𝗶𝗲𝗻𝗻𝗮 𝘅 𝗠𝗥𝗗𝗦 𝗩𝗶𝗲𝗻𝗻𝗮 𝗝𝗼𝗶𝗻𝘁 𝗦𝗽𝗿𝗶𝗻𝗴 𝗠𝗲𝗲𝘁𝘂𝗽 Join us for a joint meetup with MRDS Vienna (@reactivevienna) 🔥🎉 🗓 May 21, 18:00 📍@Lean_Coders, Vienna 👉 meetup.com/angular-vienna… #Meetup #Vienna
Angular Austria tweet media
English
0
2
3
119
PushBased
PushBased@PushBased·
🚀 𝐀𝐈-𝐝𝐫𝐢𝐯𝐞𝐧 𝐝𝐞𝐬𝐢𝐠𝐧 𝐬𝐲𝐬𝐭𝐞𝐦 𝐦𝐢𝐠𝐫𝐚𝐭𝐢𝐨𝐧 — 𝐰𝐢𝐭𝐡 𝐦𝐞𝐚𝐬𝐮𝐫𝐚𝐛𝐥𝐞 𝐢𝐦𝐩𝐚𝐜𝐭 Design system migrations at enterprise scale are usually slow, expensive, and hard to coordinate. We took a different approach. In this case study, we show how an AI-augmented workflow transformed a multi-year migration into a structured, repeatable process: ✅ 6,800+ legacy code implementations identified across 28 components ✅ 7,200+ man-days baseline reduced by ~95% ✅ ~1770% efficiency improvement ✅ Fully orchestrated workflow — from discovery to testing The key wasn’t “using AI” — it was 𝐦𝐚𝐤𝐢𝐧𝐠 𝐀𝐈 𝐫𝐞𝐥𝐢𝐚𝐛𝐥𝐞: → Structured context management → Orchestrated execution (not prompt chaos) → Continuous evaluation & improvement This is what modernizing large codebases looks like when done right. 👉 Read the full case study: push-based.io/article/ai-dri… #AI #SoftwareEngineering #EnterpriseArchitecture
PushBased tweet media
English
1
3
14
628
PushBased
PushBased@PushBased·
🚀 𝐓𝐮𝐫𝐧 𝐀𝐈 𝐜𝐨𝐝𝐢𝐧𝐠 𝐟𝐫𝐨𝐦 𝐠𝐮𝐞𝐬𝐬𝐰𝐨𝐫𝐤 𝐢𝐧𝐭𝐨 𝐚 𝐫𝐞𝐥𝐢𝐚𝐛𝐥𝐞 𝐰𝐨𝐫𝐤𝐟𝐥𝐨𝐰 Most teams use AI. Few use it systematically. That’s where the real gains happen. In our new workshop 𝐀𝐈-𝐀𝐬𝐬𝐢𝐬𝐭𝐞𝐝 𝐃𝐞𝐯𝐞𝐥𝐨𝐩𝐦𝐞𝐧𝐭 𝐅𝐨𝐮𝐧𝐝𝐚𝐭𝐢𝐨𝐧𝐬, you’ll learn: → Prompt design that actually works → Context engineering for real projects → Validation strategies for reliable results 💡 You’ll leave with a working AI setup for your own codebase. (And if you’ve seen our latest case study — this is the foundation behind it 👀) 👉 push-based.io/workshop/ai-as… #AI #SoftwareEngineering #DeveloperProductivity
PushBased tweet media
English
1
1
3
118
PushBased
PushBased@PushBased·
🚀 𝗖𝗼𝗻𝗳𝗲𝗿𝗲𝗻𝗰𝗲 𝗧𝗮𝗹𝗸: Moving Legacy with AI @Michael_Hladky will be speaking at the very first edition of AI India by @nomadcoderai 🚀 Legacy migrations are often slow, expensive, and risky. But what if you could reduce that effort by 75%? In this talk, Michael shares a field-tested, structured AI workflow that moves beyond prompt experimentation — and turns AI into a reliable engineering tool. 💡 What you’ll learn: • Why context & token management make or break AI migrations • How MCP + orchestration create reproducible results • How to evaluate and improve AI runs systematically • A proven workflow to modernize large codebases faster & safer • Practical patterns you can apply immediately This is not theory — it’s a production-ready approach to scaling AI in real-world engineering. 🏗️ If you're dealing with legacy systems, this is a must-watch. 🔥 📅 April 12, 2026 🎫 ai-india.ai #AI #SoftwareEngineering #LegacyCode #Migration #DeveloperTools #Angular #WebDevelopment
PushBased tweet media
English
0
2
5
178
PushBased
PushBased@PushBased·
🚀 We're hiring a 𝗦𝗲𝗻𝗶𝗼𝗿 𝗔𝗻𝗴𝘂𝗹𝗮𝗿/𝗡𝘅 𝗣𝗿𝗼𝗱𝘂𝗰𝘁𝗶𝘃𝗶𝘁𝘆 𝗘𝗻𝗴𝗶𝗻𝗲𝗲𝗿 at PushBased! As an #Nx Productivity Engineer at PushBased, you’ll play an integral role in identifying and solving complex challenges in large-scale workspaces. Work closely with our team and clients to audit, design, implement, and optimize Nx-based monorepos, ensuring fast builds, clean architecture, and developer happiness. Expertise in #Angular is highly recommended. Being an Engineer at PushBased means: ⭐ Work in a variety of projects with excellent team members in challenging environments ⭐ Collaborate closely with our team and clients, design long-term, scalable roadmaps ⭐ Take ownership of initiatives. Drive the idea and own it from start to finish ⭐ Grow by learning from and mentoring others Our core values: push-based.io/career-what-we… Full role description: push-based.io/senior-nx-prod… If this sounds like an environment where you would thrive, you might be the perfect fit for the PushBased team. 🚀 We are looking forward to hearing from you! 🤗
PushBased tweet media
English
1
8
19
1.3K
PushBased
PushBased@PushBased·
🚀 𝗖𝗼𝗻𝗳𝗲𝗿𝗲𝗻𝗰𝗲 𝗧𝗮𝗹𝗸: Julian Jandl (@hoebbelsB) at @angularbelgrade 2026 Memory leaks are one of the 𝗧𝗼𝗽 𝗿𝗲𝗮𝘀𝗼𝗻𝘀 for crashing browser sessions — and one of the hardest problems to debug. At 𝗡𝗚 𝗕𝗲𝗹𝗴𝗿𝗮𝗱𝗲 (May 7, 2026), Julian Jandl will take you on a deep dive into: 🧠 𝗔𝗻𝗮𝗹𝘆𝘇𝗶𝗻𝗴 𝘁𝗵𝗲 𝗝𝗮𝘃𝗮𝗦𝗰𝗿𝗶𝗽𝘁 𝗛𝗲𝗮𝗽 & 𝗗𝗲𝘁𝗲𝗰𝘁𝗶𝗻𝗴 𝗠𝗲𝗺𝗼𝗿𝘆 𝗟𝗲𝗮𝗸𝘀 In this session, you’ll learn: 👉 How #JavaScript memory management & garbage collection actually work 👉 What’s happening inside the memory heap 👉 How to systematically identify memory leaks 👉 Practical techniques using modern developer tools 👉 A step-by-step approach based on real demo applications This isn’t just theory — it’s a 𝗵𝗮𝗻𝗱𝘀-𝗼𝗻 𝗺𝗲𝘁𝗵𝗼𝗱𝗼𝗹𝗼𝗴𝘆 you can apply to your own apps immediately. If you’re building complex web apps and care about 𝗽𝗲𝗿𝗳𝗼𝗿𝗺𝗮𝗻𝗰𝗲, 𝘀𝘁𝗮𝗯𝗶𝗹𝗶𝘁𝘆, and avoiding crashes, this talk is a must-see. 🗓️ Save the date: May 7, 2026 🎟️ Get your ticket: angularbelgrade.org Will we see you in Belgrade? 👀 #Angular #WebPerformance #JavaScript
PushBased tweet media
English
0
3
11
225
PushBased
PushBased@PushBased·
In one of our customer projects, we noticed a carousel that felt slower than it should... 👀 Production data confirmed it: the issue wasn’t just rendering speed — it was 𝗮𝗿𝗰𝗵𝗶𝘁𝗲𝗰𝘁𝘂𝗿𝗲. #JavaScript was handling layout work the browser already does natively, creating unnecessary runtime cost on every interaction ⚙️ Instead of patching symptoms, we changed the approach: 👉 Move layout to 𝗖𝗦𝗦 (scroll-snap, native behavior) 👉 Render less UI with 𝘃𝗶𝗿𝘁𝘂𝗮𝗹𝗶𝘇𝗮𝘁𝗶𝗼𝗻 (RxVirtualView) Result: 582ms → 328ms INP 🚀 No micro-optimizations. Just removing the real bottlenecks. Huge shoutout to our colleague @SzymonPoltorak for breaking this down in a detailed case study 👇 👉 Read the full article: push-based.io/article/rebuil… #Angular #WebPerformance #FrontendArchitecture
PushBased tweet media
English
0
5
18
1.1K
PushBased
PushBased@PushBased·
🚨 Big shift coming to @angular#OnPush will become the default change detection strategy in #Angular v22. This isn’t just a small tweak—it fundamentally changes how Angular apps behave, especially in a zoneless world. 👉 No more relying on zone.js magic 👉 Signals become the explicit source of truth 👉 Change detection becomes predictable—and faster But this also means: ⚠️ Some patterns that “worked before” will break ⚠️ Mutable state becomes a real problem ⚠️ You need to be intentional about updates In this article, we break down: ✔️ What actually changes with OnPush as default ✔️ Why signals are now essential ✔️ Common pitfalls (setTimeout, mutations, etc.) ✔️ How to migrate your code safely If you’re working with Angular today, this is something you should understand before v22 lands. 👇 Read the full article push-based.io/article/onpush… #Angular #WebDev #Frontend
PushBased tweet media
English
1
2
25
779