5. Be genuine and purposeful.
Focus on generating value for your audience but also understand your own goal if your increased LinkedIn presence is a means to an end.
Keep track of both and you'll be able to maximize value for both others as well as yourself.
4. Make multi-platform content.
Use the platform that is most conducive to your content format, and then share that content to LinkedIn.
Short-form β use Twitter threads for text, TikTok for video.
Long-form β use Substack/Medium for text, Youtube for video.
@tylermcginnis@uidotdev
Anyone else report issues with the React Hooks course's videos? I'm seeing the videos pause and then unable to resume (despite loading anim). The videos even fail to play after hard refreshes.
Great curriculum btw. I recommend highly for learning React.
Since I created this game, a lot of people have made spin-offs with the same concept. Didn't think this would get more popular with creators than with actual players.π
Onto Part 2! https://t.co/GXaFdIdkSE
I like that Codelabs, a new website, is only forced onto the learner at Part 2. I'm engaged enough to want to continue even if it's a new interface.
Looks like Flutter widgets have a bit of magic behind them! ListView.builder uses a defined function in itembuilder to lazy load items as they need to be rendered. It's so useful to have built-in quality of life features, but it does take an additional step of learning to master.