Popular movies streaming on Netflix, Prime Video, HBO Max, Hulu, Apple TV and Disney+. by @ianposton using Angular, nguniversal (ssr) progressive web app.
I'm using #Angular to make this PWA with #nguniversal for (ssr). Trying to solve the problem of being overwhelmed by streaming options. Use this to search for #top20 streaming movie / tv
If you're a dev u should follow. I'll b adding new features. #javascript#typescript#nodejs
@DonDubya200 It gets weirder when you have memories of your parents of a time when you were younger you considered them old at the time and then now being older than they were from that memory. Same with actors from movies you watched as a kid.
@elonmusk the like becomes unpopular when likes are shared into your follower's feeds and then they decide that if its something they don't like then they unfollow.
@rickmanelius@JoshuaLisec and people want to know how things (software) are built. reading a Twitter feed is smoother than reading a series of git commits.
The logic of the slider buttons uses two separate functions on click that are almost identical. Adding another argument to specify the direction I can apply the appropriate scroll distance with a ternary operator and use one function.
#javascript#programmer
using angular I can make each slider a #component and inject the title, the array of items, the type of items, and a unique slider name.
#html#components
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