PinnedPublished inJavaScript in Plain English10 Tips for new developersFind the cause you want to contribute onNov 24, 20221Nov 24, 20221
PinnedYour job is not to write code, but to create business valueKnowing the business needs/problems can help engineers to grow faster. If you don’t know WHAT and WHY, you can’t think of HOW.Nov 23, 2022Nov 23, 2022
PinnedPublished inJavaScript in Plain EnglishUnderstanding the Basic Concepts of React HooksAlways use Hooks at the top level of your React function Don’t call Hooks inside loops, conditions, or nested functions…Oct 6, 2022Oct 6, 2022
PinnedPublished inJavaScript in Plain EnglishHow to Create Apple TV Application with React NativeCreate a React Native app for Apple TV, how to run it, how to launch the dev menu, & how to interact with the app using the Siri remote.Sep 30, 2022Sep 30, 2022
PinnedPublished inJavaScript in Plain EnglishReact Best PracticesHow to get the most out of React library and what steps you should take.Mar 29, 20222Mar 29, 20222
How to pair Apple TV with Xcode via wi-fiI was building React Native project on my Apple TV 4K, and rather than testing in an emulator I wanted to test on physical device but…Feb 1, 2024Feb 1, 2024
Three Steps to Turn Your Vision into Reality“Good ideas are easy to produce, but it’s really important that the ideas we generate are ideas that we can ship.”Jan 31, 2024Jan 31, 2024
Published inJavaScript in Plain EnglishHow to Get Ref of a Custom Component Using useRef() in ReactA custom component doesn’t expose its DOM nodes by default. if you try to put a ref on your own component, you will get null.Oct 6, 2022Oct 6, 2022
Published inJavaScript in Plain EnglishA Simple Guide to TypeScript for BeginnersIntroduction, setup and running your first TypeScript codeMar 13, 20221Mar 13, 20221
Published inJavaScript in Plain EnglishWhat are Software Design Patterns?Design patterns are reusable and efficient solutions to common software design issues.Dec 6, 2021Dec 6, 2021