2 followers
I enjoy learning all things related to cloud computing and full-stack development.
Cheers!
Problem Statement Given a string, find the length of the longest substring, which has all distinct characters. Example: Input:...
Understanding the Problem This problem uses a "sliding window" strategy. Given an array of binary, what is the longest length of consecutive "1"s we...
Leetcode Arrays · Problem Statement Given an array of non-decreasing numbers, return a sorted, non-increasing array of each number's squared value in...
O(n) and O(1) solutions · The Problem: Given an array of integers, and a given target, return two unique indices of numbers that add up to the given...
Easily host images in S3 storage uploading them directly from your React frontend web app. · This walkthrough is broken up into two sections. First...
A brief guide to launching your app's server on Heroku · Deploying to Heroku can feel overwhelmingly confusing. But it doesn't have to be. In this short...