React Native Putting It All Together

React Native: Putting It All Together

In this final segment on React Native: Putting it all together, we revisit all the concepts we have covered to this point. Then we go through how to set up and organize your projects so you can break down your code into smaller more manageable components. Prior to watching this video please see the previous video on React Navigation here or if you need a refresher check out the first video in the series “Started Using React Native For Your Mobile Applications” here. React Native: Putting It All Together focuses on: Required Dependencies Text SafeAreaView Image Background Image ScrollView TouchableOpacity Button View NavigationContainer Navigator createStackNavigator Tab navigation Const createBottomTabNavigator Drawer navigation Screen createDrawerNavigator Tab navigation Ionicons {useState} For a full list of... Read more

code reviews

Code Reviews – Build Habits And Best Practices

Code reviews are starting to become more common in enterprise development.  Dev Ops and related automation have helped shine the light on improving quality and reliability in our processes.  This presentation looks at how we can set our teams up for success in code reviews through better and consistent processes. Code Reviews In Detail There is a time and place for code reviews.  Likewise, there are ways to approach these complex tasks that can make the most of both our time and resources.  Nevertheless, this process does not come without cost. Therefore, we need to be intentional in our approach and requirements to craft better code and provide a path for building better developers. The Mentor-Mastermind Group This series comes... Read more

Drawer Navigation in React-Native

Drawer Navigation in React-Native

In this video, we expand on React Navigation with Drawer Navigation in React-Native. Specifically how to use Drawers (slider menus) to navigate around our screens instead of using the navigator. Prior to watching this video please see the previous video on React Navigation here or if you need a refresher check out the first video in the series “Started Using React Native For Your Mobile Applications” here. Drawer Navigation in React-Native focuses on: Required Dependencies Drawer Navigation For a full list of components and APIs go to https://reactnative.dev/docs/accessibilityinfo Drawer Navigation Drawer Navigation is a common pattern in mobile applications to hide a menu or “Drawer” off the screen on left (sometimes right) side for navigating between screens. In order to see this... Read more

develpreneur podcast

Set A Pace – Maximizing Your Productivity and Minimizing Stress

We finish the season of interviews with a discussion of how to set a pace that leads to success.  We often refer to milestones and steady progress as productivity tools.  However,  here are some steps you can take to find success.  Sometimes the most significant obstacle is our focus and prioritization. Set A Pace – Assume A Marathon The side hustle is often a form of drug for an entrepreneur. First, we see a problem and a solution.  Then, we want to get that solution to those that need it most.  That is part of what drives us and energizes us.  Therefore, it only makes sense that we will sacrifice a lot to achieve that goal or vision.  However, we... Read more

Tab Navigation in React-Native

Tab Navigation in React-Native

In this video, we expand on React Navigation with Tab Navigation in React-Native. Specifically how to use Tabs to navigate around our screens instead of using the navigator. Prior to watching this video please see the previous video on React Navigation here or if you need a refresher check out the first video in the series “Started Using React Native For Your Mobile Applications” here. Tab Navigation in React-Native focuses on: Required Dependencies Tabs IonIcons For a full list of components and APIs goto https://reactnative.dev/docs/accessibilityinfo Tab Navigation Possibly the most common style of navigation in mobile apps is tab-base navigation. Where the application displays tabs on the bottom of the screen or on the top below the header (or even instead of a... Read more

develpreneur podcast

Achieving Goals – Setting A Milestone And Hitting The Mark

The season of interviews is wrapping up. First, however, I want to share some points about achieving goals and setting them.  This past season was a little different from other ones for the podcast.  It required a different approach.  That has helped me gain new insight into ways we can plan out milestones and find ways to hit them.  It is not easy and requires effort.  Nevertheless, here are some steps you can take to find success. Achieving Goals Requires Deadlines The key to achieving a goal is to meet deadlines.  First, you have to set them.  Then, you have to meet them.  I have had numerous conversations over the years with those that are trying to push themselves.  Those... Read more