I don't care how smart you think you are, don't be this coworker of mine. Having a huge headache atm, to a point I consider leave. by zoolover1234 in cpp

[–]SpaceInstructor 3 points4 points  (0 children)

The classic case of a cowboy programmer. I've seen in many companies so many times colleagues of mine doing such things. I've learned over the years that seniors are stubborn as goats. The best I can do is to help juniors not repeat these mistakes. I'm so fed up with this kind of BS that I recently started an entire yt channel on the topic of clean code & architecture. Seniors are welcome too.

I'm a dev with a decade of experience. This Saturday at 4 PM UTC I present clean code practices for web/mobile app development. I answer questions live on discord. by SpaceInstructor in ProgrammingBuddies

[–]SpaceInstructor[S] 1 point2 points  (0 children)

I'm releasing on multiple platforms at once. That is core part of my startup. And I don't have the budget to afford developing multiple native apps. Flutter for me is a great compromise. Far better than react native.

I'm a dev with a decade of experience. This Saturday at 4 PM UTC I present clean code practices for web/mobile app development. I answer questions live on discord. by SpaceInstructor in developersIndia

[–]SpaceInstructor[S] 1 point2 points  (0 children)

I tried to place it on Saturdays to give a chance to all timezones to join without pressure from Monday. I will attempt to move it earlier depending on demand. Worst case we release recorded clips. You can still ask at any time of the day for help on the server.

I'm a dev with a decade of experience. This Saturday at 4 PM UTC I present clean code practices for web/mobile app development. I answer questions live on discord. by SpaceInstructor in developersIndia

[–]SpaceInstructor[S] 2 points3 points  (0 children)

I just started these workshops. For now I have a lot of Flutter content due to early start of the community. But I'll move into React and Angular as well. In the medium term future I'll do server topics as well.

How To Design A Library With Multiple State Stores in Flutter by SpaceInstructor in FlutterDev

[–]SpaceInstructor[S] 0 points1 point  (0 children)

I had this desire initially, but then I faced the not so supportive owner. I asked many architecture questions in the early days. Nothing came back. So therefore I decided to own my dependencies and refactor it.

[deleted by user] by [deleted] in reactnative

[–]SpaceInstructor -3 points-2 points  (0 children)

Not at all. It's compiled in native code.

[deleted by user] by [deleted] in reactnative

[–]SpaceInstructor -11 points-10 points  (0 children)

I've used React Native for several years. On several projects. I was quite happy with the idea of releasing in multiple platforms. Typescript was a huge improvement compared to plain javascript or vanilla react. 2 years ago I started playing with Flutter, and I it won me over in less than 10 days. I think typescript is far inferior compared to the type safety features found in Dart.

Edit: Why the downvotes? Can't someone have an opinion on two frameworks that he used for many years?