Ion Prodan's Avatar

Ion Prodan

@iprodan.dev.bsky.social

πŸš€ Front-end dev. #Angular, SolidJS, Astro & more. πŸ‘¨πŸ»β€πŸ’» - iprodan.dev

1,263 Followers  |  644 Following  |  191 Posts  |  Joined: 04.11.2024  |  1.562

Latest posts by iprodan.dev on Bluesky

I'm planning to start a banking startup! It sounds crazy and feels risky, but I want to do it.

I’m not alone in this.

But some circumstances aren't in my control.

I hope I can get past them and move on to the easy part: building.

07.07.2025 13:06 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

What if we won't need to build the frontend anymore? All we'll need to do is just an MCP πŸ”₯

30.06.2025 15:49 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image

I agree, but I use exhaustMap more often when handling the requests.

And I use `tapResponse` to handle error, next, and finalize.

17.06.2025 06:25 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Yes, great operators, but not used so often, no?

17.06.2025 06:23 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image

This is mostly all I need from rxjs! πŸ˜€ with a few exceptions!

What's your most used rxjs operators?

16.06.2025 17:21 β€” πŸ‘ 1    πŸ” 1    πŸ’¬ 2    πŸ“Œ 1
Post image

I remember talking about CDK Portals a long time ago!

It’s a feature that still exists and is waiting to be used more.

I had an idea back then to 'emulate' the Angular router, but with just portals πŸ™‚.

An experiment that would teach us, and you, in-depth how to use them.

12.06.2025 18:03 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Thanks, I’ll take a closer look!

09.06.2025 18:43 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

I started reading again! πŸ“–

I used to read much more often, but since my son was born, the rules have changedβ€”by 180 degrees!

Now he's five years old! πŸ‘Ά

I'm trying to get this habit back.

Any recommendations? Startups, coding, tech!

09.06.2025 15:36 β€” πŸ‘ 3    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Post image

Angular's `canMatch` guard is great!

It allows different pages on the same path.

For example, authenticated users see the dash page, while others see the auth page.

It matches children, but it sends 2 requests if `canMatch` returns false from a child path.

I like this method.

07.06.2025 11:52 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Not the best, but still good!

What company details would you like to see next? I can show them to you for free today! πŸ˜€

All data should be publicly available.

06.06.2025 06:44 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Help, please πŸ™

Designers, how can I display all this data? Should I use a table or simple blocks?

It's a lot of data to show!

05.06.2025 17:43 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 1
Post image

What if you could get all the company contact details by simply pressing a button?

Coming soon to quiky.email

05.06.2025 11:13 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 1

Love juggling multiple projects! πŸ˜€

When one feels stale, I switch to another.

Keeps the day fresh, no routine, and I’m learning new tech daily! πŸ‘

29.05.2025 10:28 β€” πŸ‘ 3    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Working with Angular Material 3 is truly a blessing!

28.05.2025 12:38 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Are you building a startup or you work in an enterprise company?

Seriously, what’s your daily job?

27.05.2025 19:07 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

In the #vibecoding era, setting up a project takes longer than usual!

It took me ~7 hours to set up the project, find a great design, create all the rules, and UI/UX strategies.

Now, I can just prompt, and the task is done in seconds. πŸ’ͺ🏼

Times have changed.

26.05.2025 16:19 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image

It's my first time using #Angular's `define` option property, and I encountered an issue!

Who knows what the issue is?

23.05.2025 14:57 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image

The modern way of collecting info πŸš€

Create an email agent, that collects all necessary details (it can ask, reply and so on) and add the user to a list.

No more confirmation emails and form fields πŸ‘

You are welcome!

15.05.2025 15:05 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Yeah, this is what I wanted to know, thank you!

14.05.2025 15:47 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

What if the value is 26?

14.05.2025 15:25 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 2    πŸ“Œ 0
Post image

Hey Angular devs, what's the purpose of the `percent` pipe if you can show the percentages like this?

Is the percentage different in other languages?

I still use the `percent` pipe, though, but I see this and I think, why not? πŸ€”

#Angular

14.05.2025 07:55 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 2    πŸ“Œ 0
Video thumbnail

I have collected several email marketing statistics on one page.

You can view it here: aireply.email/stats, with links to sources.

What other statistics should I include?

24.04.2025 07:27 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Video thumbnail

That brings back good memories! ✨ Should I update my website like this or not?

07.04.2025 08:33 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

I hate meet-ups ))

30.03.2025 10:48 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

What changed your mind? I think this is the best option to interact with your teammates

30.03.2025 10:48 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

I’d like to work from an office, to interact with people!
Too much time working remotely from home.

To me, hybrid mode is the best, 2 days at home and 3 days in the office!

Where do you work from?

30.03.2025 06:17 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 3    πŸ“Œ 0

I’d appreciate if somehow I could see the engagement of each post on @bsky.app.

Is it even considered to be added?

27.03.2025 07:46 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

I realize that if I don't limit free users, I work for them for free!

Free tools should be very limited.

25.03.2025 05:48 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

What "ADHD thing" means?

24.03.2025 08:56 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Throughout the years, I developed a skill to learn from videos only watching.

Not even trying once!

But I will forget everything if I don't try it in the next few weeks!

Are you like me?

24.03.2025 07:22 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

@iprodan.dev is following 18 prominent accounts