Advertisement · 728 × 90

Posts by Daniel Glejzner

This has always been one of the most open and welcoming communities in tech

The concern isn’t “keeping people out.”

It’s that sooner or later, someone will be asked to fix a 1M LOC AI-generated app held together by prompts

If developers are gatekeeping anything…

…it’s quality

2 weeks ago 2 0 0 0

It’s wild how “vibe coding” founders are starting to label developers as “gatekeepers.”

Developers built the practices, patterns, and ecosystems that LLMs rely on today

For years, they’ve:
• open-sourced tools
• shared knowledge
• mentored others
• maintained projects - often for free
đź§µ

2 weeks ago 1 0 3 0
Post image
1 month ago 1 0 0 0

AI + Angular + Schematics/Generators = đź’°

1 month ago 1 0 0 0

Do vibe coders know Nx generators exist?
You can “generate” code with zero hallucinations.

2 months ago 3 0 1 0

Monorepo is going to be the most optimal setup to properly work with AI given all the context is in one codebase

2 months ago 3 0 0 0
Post image

Uno reverse

2 months ago 7 1 0 0
Post image

This is the part nobody wants to admit.

2 months ago 3 0 1 0

AI writes beautiful code.

Now maintain a system where:

- nobody remembers why it works
- prod gets patched live
- state leaks everywhere
- requirements arrive late
- refactors never ship
- “just one quick change”
- stakeholders battling each other

Welcome to enterprise !

2 months ago 2 0 0 0
Advertisement

People out there still working with AngularJS + jQuery prod apps and you are worried that AI is taking your job

Even AI ain’t touching $rootscope

2 months ago 1 0 0 0

Thanks! Good to see you too as always Let’s see how it goes :) - maybe it’s more lively on here than the last time I remember

2 months ago 1 0 1 0

AI will magnify whatever culture and code quality you already have

If things were solid, you’ll move faster
If the system was broken, you’ll find out very quickly

In both cases, you win

Failing fast is just as important
as winning fast

Nothing worse than bleeding out slowly

2 months ago 1 0 2 0

Anyone here cheering the death of another human being should end up in a mental asylum

7 months ago 2 0 1 0

- For Live Stream on X visit my profile
x.com/DanielGlejzner

- For Live Stream on LinkedIn visit my profile
linkedin.com/in/daniel-gl...

- For Live Stream on YouTube
youtube.com/@AngularSpac...

- For Live Stream on Twitch
twitch.tv/angularspace...

7 months ago 0 0 0 0

We’ll cover:
âś… What ng update does well
âś… Where the hidden costs appear in real projects
âś… Refactoring & dependency pitfalls
âś… How upgrades affect teams & long-term maintainability

đź”´ Live on X, YouTube, Twitch & LinkedIn
Organized by Angular Space 🌌

7 months ago 0 0 1 0

That’s the theme of our
next #Angular Space Meetup:

“The Hidden Costs of Angular Updates.”
đź“… September 3, 4 PM UTC
🎙 Host: @armandotrue.bsky.social
🎤 Guest: @gerome.dev

7 months ago 1 1 1 0
Advertisement
Post image

Angular gives us a smooth developer experience when upgrading projects with ng update.
It updates dependency versions, runs migrations, and even refactors parts of our codebase automatically.

But are we done after running the command? 🤔

7 months ago 2 1 1 1

- For Live Stream on X visit my profile @DanielGlejzner

- For Live Stream on LinkedIn visit my profile www.linkedin.com/in/daniel-gl...

- For Live Stream on YouTube

www.youtube.com/@AngularSpac...

- For Live Stream on Twitch

www.twitch.tv/angularspace...

7 months ago 2 1 0 1

We’ll cover:
âś… Signals in greenfield vs existing projects
âś… Libraries embracing signals
âś… RxJS vs Signals tradeoffs & interop experiences
âś… Migration strategies & caveats
âś… Where signals fit best in production

đź”´ Live on X, YouTube, Twitch & LinkedIn!
urls in comment 👇

Organized by Angular Space 🌌

7 months ago 1 0 1 0

đź“… August 27, 5 PM UTC

🎙 Host: @armandotrue.bsky.social Vardanyan – Angular GDE, author of Modern Angular, One of the Top Angular Space Authors

🎤 Guest: Michael Small – Frontend Lead at Relationship One, contributor to ngrx-toolkit & creator of allEventsSignal in ngxtension

7 months ago 1 0 2 0
Post image

Signals are rewriting how we think
about reactivity in Angular

→ From v16 signal/computed/effect
→ to stabilized resources in v20
→ to upcoming forms & router improvements… the journey has just begun.

That’s why our first Angular Space Meetup is all about “The Future of Signals.”

7 months ago 5 1 1 0

LLMs only write bad code if you let them
- this is the ultimate truth

9 months ago 2 0 0 0
Underrated Angular Features

Underrated Angular Features, by @armandotrue.bsky.social (@danielglejzner.bsky.social):

www.angularspace.com/underrated-angular-featu...

#angular

1 year ago 1 1 0 0
Post image

Big thanks for the fantastic reviews to Angular Space Mentors!!!

- @jeanmeche.com
- Raphaël Tuong Tho VO

Special thanks to:

- Konrad Stępień
- Adam Wolak

1 year ago 0 0 0 0
Preview
Symptoms of an Angular Disorder There are millions of Angular projects out there, and we have undoubtedly encountered lots of poorly written code. Also, there are many "Angular Bad Practices" articles—I wrote several of them—but tru...

What do we have here!
New Article from our Veteran Writer
@armandotrue.bsky.social

How to quickly tell if your #Angular app is not in a good shape? 👇

www.angularspace.com/symptoms-of-...

1 year ago 7 1 1 0

Would love to hear your LLM analysis and how far they can scale given the current architecture.

What bottlenecks are going to appear and your view on AGI.

Do we need another approach to achieve AGI? How should we even understand AGI Etc.

1 year ago 0 0 0 0
Advertisement
Preview
Learning Angular 2x Paperback Giveaway I have received Learning Angular Fifth Edition Paperback by Aristeidis Bampakos from Packt & I have 2x more to giveaway!!!! Learning Angular is now full released and out of early access!!

I have received Learning Angular Fifth Edition Paperback by @abampakos from Packt & I have 2x more to giveaway!!!!

Learning #Angular is now fully released and out of early access!!

Thanks to Packt & Priyadarshini Sharma I have 2x Paperback to giveaway that will be delivered to your address :)

1 year ago 3 2 0 0
Post image

Article checked and reviewed by Angular Space mentors!
- Alain Boudard
- Jarosław Żołnowski
- @jeanmeche.com

Special thanks to:
- Konrad Stepien
- Adam Wolak

1 year ago 0 0 0 0
Preview
Loading Angular Resources On-Demand: A Progressive Guide to Dynamic Data Fetching Part 1: Setting the Stage - Basic Resource Fetching Angular's resource() method provides a straightforward way to handle asynchronous data fetching. We'll start with the most basic scenario: fetchin...

#Angular Space debut!!!!

@codewithahsan.bsky.social decided to contribute his first Article aside of being a fantastic Mentor.

A Guide to Dynamic Data Fetching
- must read! #angular

www.angularspace.com/loading-angu...

1 year ago 5 1 1 0

That’s deep bro

1 year ago 1 0 1 0