Pinned6 Tips to improve your search engine resultsSearch engines are the most commonly used tools by developers when working on solving programming problems. Routine tasks such as running “How to” and “plugin XYZ for...” search queries play a significant part in our daily lives as programmers. Thank...Oct 6, 2020·4 min read·277
The best Udemy courses to fast forward yourself from a beginner to lead react.js developer.Sep 17, 2020·4 min read·274
How to add custom fonts to your React Native project with Expo and React Navigation!Photo by Amador Loureiro on Unsplash To achieve our goal, we will take the following steps : Generate a new test project with Expo-CLI. Install and import react-navigation, react-navigation-stack modules. Create 2 screens and display some dummy tex...Sep 17, 2020·3 min read·98
Bash functions to level up your aliases game!Do you use bash aliases to customise your commands? Of course you do! .... But, did you know you can extend aliases to use bash functions and pass arguments? bash functions enables you to concatenate multiple commands and add as much arguments as y...Sep 11, 2020·2 min read·133