Categories

  • ๐ŸŒŽ #all
  • ๐ŸŽ‰ #react-native
  • ๐Ÿ“Œ #react
  • ๐Ÿ“ฑ #iOS
  • โš™๏ธ #algorithms
  • ๐ŸŒด #git
  • ๐Ÿฉ #other

Recent Posts

#all

Tutorial: Protected Routes in React with Custom Hook & Context API

October 20th, 2021

#react

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.

How To Open a Great Pull Request

October 11th, 2021

#git

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.

React Native Emoji Slider Tutorial

September 2nd, 2021

#react-native

Create a cool slider with emojis in react native

How I built and Published My First React Native App (Daily Discomfort)

August 15th, 2021

#react-native

Daily Discomfort is an app that allows users to swipe on different prompts that are designed to get them out of their comfort zones.

Tutorial: React Native Custom Bottom Bar with BottomSheet

June 5th, 2021

#react-native

This tutorial goes over how to create a custom bottom bar with react navigation and a bottom sheet controlled action button

Best Lesser Known Mac Apps for Developers

April 17th, 2021

#other

Best Lesser Known Mac Apps for Developers

Swift 5 - Location Search with Auto Complete Location Suggestions

June 24th, 2020

#swift#iOS

How to implement location search with auto complete location suggestions in Swift 5

Removing Sensitive Data From Git History

June 21st, 2020

#git

This article shows you how you can remove sensitive data from your git history. Yes we can re-write history!

[Leet Code] Palindrome Linked List C#

April 29th, 2020

#algorithms

C# Solution for leet codes palindrome linked list

Working With a Large Code-Base

February 1st, 2020

#other

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.

React Native Local iOS and Android Notifications

November 14th, 2019

#react-native#iOS

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.

GroupMe Message Analysis With NodeJS

October 27th, 2019

#algorithms

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,...

HashTables - Ransom Note (HackerRank)

March 29th, 2019

#algorithms

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!