13 tips for responsible senior software engineersAs a senior software engineer, your responsibilities go beyond just writing code for a new feature. You are expected to take a more…Sep 6, 2023Sep 6, 2023
Push Notifications with Expo and React NativeTo write a push notification feature using Expo and React Native, you will need to follow these steps:Dec 30, 2022Dec 30, 2022
6 steps for a successful social media marketing campaignIdentify your target audience: The first step is to identify the demographics, interests, and behaviors of the people you want to reach…Dec 14, 2022Dec 14, 2022
Explaining Javascript classes to a 5yr oldIn JavaScript, we can use classes to group these toys together and create objects that have the same characteristics. For example, we…Dec 13, 2022Dec 13, 2022
6 Tips to becoming an awesome Software EngineerHere are some tips to help you become a great software engineer:Dec 13, 2022Dec 13, 2022
6 Tips to help you settle into a new teamAsk questions: Don’t be afraid to ask for help or clarification when you need it. This shows that you are interested in learning and…Dec 13, 2022Dec 13, 2022
8 steps for contributing to an opensource projectTo contribute to a code base, follow these steps:Dec 10, 2022Dec 10, 2022
6 Steps to Code Review like a ProCode review is an important part of the software development process that involves carefully examining code to identify errors and improve…Dec 10, 2022Dec 10, 2022
How to use useCallback in ReactuseCallback is a hook in React that allows you to optimize the performance of your components by memoizing functions. It does this by…Dec 10, 2022Dec 10, 2022
How to use useMemo in ReactuseMemo is a React hook that allows you to optimize the performance of your components by memoizing expensive function calls. It works by…Dec 10, 2022Dec 10, 2022