October 20th, 2021
This tutorial will show you how to create protected routes in React. We will utilize the react context api & create a custom hook for our protected routes. We also discuss some common problems and different implementations to address them.
October 11th, 2021
When opening a Pull Request (PR) your goal is to get your code merged into the main branch so that it can be released & a part of the code base. However, before your code can be merged it first must be reviewed.
September 2nd, 2021
Create a cool slider with emojis in react native
August 15th, 2021
Daily Discomfort is an app that allows users to swipe on different prompts that are designed to get them out of their comfort zones.
June 5th, 2021
This tutorial goes over how to create a custom bottom bar with react navigation and a bottom sheet controlled action button
April 17th, 2021
Best Lesser Known Mac Apps for Developers
June 24th, 2020
How to implement location search with auto complete location suggestions in Swift 5
June 21st, 2020
This article shows you how you can remove sensitive data from your git history. Yes we can re-write history!
April 29th, 2020
C# Solution for leet codes palindrome linked list
February 1st, 2020
So you landed your first dev job and now you are starting at a massive codebase and feel completely overwhelmed. Don't worry everyone has been there before.
November 14th, 2019
My requirements were simple I needed to incorporate Local notifications that I could schedule to to appear at a later time for both iOS and Android. I also needed these notifications to still display even if the app was closed.
October 27th, 2019
So there I was sitting in my living with a bunch of friends going through old GroupMe chats and reliving the glory days. Then the question popped into my head "Who is the most popular person in this chat?". So I did what any nerd would have done,...
March 29th, 2019
have been using HackerRank to practice, but have not notice many quality solutions & explanations in JavaScript. I would like to change that! I will try and post a solution to one of the problems as much as possible. So here goes nothing!