3 selections "Trending" "Favorites" and "Reminders" in the navbar use the same component. On click open func with an argument of items to fetch, sync related info with res and then pass the res to the shared app-dialog component. #angular#javascript#typescript#buildinpublic
In the "my picks" favorites section of my app. I found a creative way to apply the director of the series and show the #tmdb user ratings. The job attribute was not working the same way as a movie. I used a #javascript condition to apply a director's name
to remove an item from favorites hover over the #movie and the icon appears. clicking the icon runs a function that loops through the fav data and splices the specific item to remove from the array. #javascript#typescript#buildinpublic#angular
I am creating a new feature for the streaming lists app to allow adding favorites and creating a view for the top 5 selections. some of the best #movies are found in the "picks" section.
I think eventually I’m going to do an #angular -> #react thread. I have years of professional experience with Angular, but when moving to React for the first time I was met with a surprising number of challenges when getting used to the way react goes about things #buildinpublic
I think that the @angular team did an impressive job with the "update.angular.io", but I still find difficult to fix the dependency issues like the one in the screenshot...
Today I migrated a MongoRepository to a ReactiveMongoRepository for a project that we are trying to make reactive. Every time I face any issue or doubts with #SpringBoot🍃, there is @baeldung with a guide on how to do it, it's awesome!
1. Retweet the 1st tweet so it reaches more #angular devs. 2. Follow @muhaym for more tech, #buildinpublic and business tweets. And lots of 🔥 🚀 emojis.
If you work with #NodeJS and you have different projects using different versions, NVM helps you manage the different versions and you can swap in a matter of seconds to work with all your projects.