PinnedPublished inJavaScript in Plain EnglishAsynchronous Loops in JavaScript — using forEach, map, and for loopThe right way to use JavaScript loops with async/awaitJan 3, 2022Jan 3, 2022
PinnedPublished inOne thing I learned todayPerfect guide for releasing your React Native (iOS and Android) app using Firebase App distributionLast week I was trying to ship my React Native app using Firebase App Distribution for internal testing.Aug 23, 20202Aug 23, 20202
Add comments to your Docusaurus website in 5 minutesDocusaurus is one of the best static site generators for blogs and documentation projects. Docusaurus is backed by the Meta Open Source…May 9, 2023May 9, 2023
5 Tips for Managing a Successful Remote TeamOvercoming the Challenges of Clear Communication in a Virtual WorkforceJan 7, 2023Jan 7, 2023
7 Tips for Effective Communication on SlackHow to Collaborate Effectively with Your TeamDec 26, 2022Dec 26, 2022
5 Strategies for Improving Communication in Slack: Tips and Tools to Increase ProductivityEffective communication is essential for any team, and Slack has become a popular tool for teams to stay connected and collaborate…Dec 20, 2022Dec 20, 2022
Published inJavaScript in Plain EnglishHow to Send Login Notifications to Users using Auth0 ActionsYou can never be too sure about your security on the internet. The good news is that most companies are becoming proactive in preventing…Aug 21, 2022Aug 21, 2022
Published inJavaScript in Plain EnglishAn Introduction to Next.js for BeginnersThe only Next.js guide you'll needApr 18, 2022Apr 18, 2022
Published inJavaScript in Plain English3 ways to declare variables in JavaScript: var, let, and const explainedAt the time of writing this article, there are only two popular ways of declaring variables in JavaScript: let and const; poor var is long…Apr 11, 2022Apr 11, 2022
Published inJavaScript in Plain EnglishThe Right Way to Use LocalStorage in JavaScriptLocalStorage API explained in under 5 minutesMar 28, 2022Mar 28, 2022