Tolu Hunter (@tolu_hunter) 's Twitter Profile
Tolu Hunter

@tolu_hunter

web penetration tester 🀀 | backend api developer 😀| devops engineer ❀️

ID: 1498645104881504256

linkhttps://toluhunter.com calendar_today01-03-2022 13:04:02

334 Tweet

171 Followers

96 Following

Tolu Hunter (@tolu_hunter) 's Twitter Profile Photo

πŸ“ˆ Day 141: LeetCode Challenge - Longest Increasing Subsequence (LIS) πŸ“ˆ πŸš€ Problem Overview: Given an integer array, the goal is to find the length of the longest strictly increasing subsequence. A subsequence is a sequence that appears in the same order but not necessarily.

πŸ“ˆ Day 141: LeetCode Challenge - Longest Increasing Subsequence (LIS) πŸ“ˆ

πŸš€ Problem Overview:

Given an integer array, the goal is to find the length of the longest strictly increasing subsequence. A subsequence is a sequence that appears in the same order but not necessarily.
Tolu Hunter (@tolu_hunter) 's Twitter Profile Photo

πŸ’Έ Hosting your Express app for almost nothing? Yes, please! I broke down how to ditch expensive servers and run your app on AWS Lambda + Docker for pennies. Cheap and scales like magic! πŸš€ Check it out πŸ‘‰ medium.com/@toluhunterdev… #AWS #Serverless #CheapHosting #Docker #Cloud

Tolu Hunter (@tolu_hunter) 's Twitter Profile Photo

πŸ”Ί Day 142: LeetCode Challenge - Triangle Minimum Path Sum πŸ”Ί πŸ”₯ Problem Overview: Given a triangle array, find the minimum path sum from the top to the bottom.

πŸ”Ί Day 142: LeetCode Challenge - Triangle Minimum Path Sum πŸ”Ί

πŸ”₯ Problem Overview:

Given a triangle array, find the minimum path sum from the top to the bottom.
Tolu Hunter (@tolu_hunter) 's Twitter Profile Photo

πŸ›€ Day 143: LeetCode Challenge - Minimum Path Sum πŸ›€ πŸ”₯ Problem Overview: Given an m x n grid filled with non-negative numbers, find a path from the top-left to the bottom-right that minimizes the sum of all numbers along the path.

πŸ›€ Day 143: LeetCode Challenge - Minimum Path Sum πŸ›€

πŸ”₯ Problem Overview:

Given an m x n grid filled with non-negative numbers, find a path from the top-left to the bottom-right that minimizes the sum of all numbers along the path.
Tolu Hunter (@tolu_hunter) 's Twitter Profile Photo

πŸ€– Day 144: LeetCode Challenge - Unique Paths II πŸ€– πŸš€ Problem Overview: The goal: Count the number of unique paths avoiding obstacles. A robot starts at the top-left of an m x n grid and tries to reach the bottom-right. It can only move right or down.

πŸ€– Day 144: LeetCode Challenge - Unique Paths II πŸ€–

πŸš€ Problem Overview:

The goal: Count the number of unique paths avoiding obstacles.

A robot starts at the top-left of an m x n grid and tries to reach the bottom-right.  It can only move right or down.
Tolu Hunter (@tolu_hunter) 's Twitter Profile Photo

πŸ”₯ LeetCode Day 145: Longest Palindromic Substring πŸ”₯ Time to dive into palindromes! πŸͺž Given a string s, we need to find the longest contiguous palindromic substring inside it. πŸ” Problem Breakdown: A palindrome reads the same forwards and backwards (e.g., "racecar").

πŸ”₯ LeetCode Day 145: Longest Palindromic Substring πŸ”₯

Time to dive into palindromes! πŸͺž Given a string s, we need to find the longest contiguous palindromic substring inside it.

πŸ” Problem Breakdown:

A palindrome reads the same forwards and backwards (e.g., "racecar").
Tolu Hunter (@tolu_hunter) 's Twitter Profile Photo

πŸ”₯ LeetCode Day 146: Interleaving String πŸ”₯ Today's problem is all about weaving two strings together to form a third one! 🧡 πŸ” Problem Breakdown: We are given three strings, s1, s2, and s3. We need to determine whether s3 can be formed by interleaving s1 and s2.

πŸ”₯ LeetCode Day 146: Interleaving String πŸ”₯

Today's problem is all about weaving two strings together to form a third one! 🧡

πŸ” Problem Breakdown:

We are given three strings, s1, s2, and s3. We need to determine whether s3 can be formed by interleaving s1 and s2.
Tolu Hunter (@tolu_hunter) 's Twitter Profile Photo

πŸ›  Day 147: LeetCode Challenge - Edit Distance πŸ›  πŸ”₯ Problem Overview: Given two words word1 and word2, find the minimum number of operations required to convert word1 into word2. The allowed operations are: πŸ”Ή Insert a character πŸ”Ή Delete a character πŸ”Ή Replace a character

πŸ›  Day 147: LeetCode Challenge - Edit Distance πŸ› 

πŸ”₯ Problem Overview:

Given two words word1 and word2, find the minimum number of operations required to convert word1 into word2.

The allowed operations are:
πŸ”Ή Insert a character
πŸ”Ή Delete a character
πŸ”Ή Replace a character
Tolu Hunter (@tolu_hunter) 's Twitter Profile Photo

πŸ“ˆ Day 148: LeetCode Challenge - Best Time to Buy and Sell Stock III πŸ“ˆ πŸ”₯ Problem Overview: Given an array prices where prices[i] represents the stock price on day i, find the maximum profit possible with at most two transactions.

πŸ“ˆ Day 148: LeetCode Challenge - Best Time to Buy and Sell Stock III πŸ“ˆ

πŸ”₯ Problem Overview:

Given an array prices where prices[i] represents the stock price on day i, find the maximum profit possible with at most two transactions.
Tolu Hunter (@tolu_hunter) 's Twitter Profile Photo

πŸ“ˆ Day 149: LeetCode Challenge - Best Time to Buy and Sell Stock IV πŸ“ˆ πŸ”₯ Problem Overview: Given an integer k (max transactions allowed) and an array prices where prices[i] represents the stock price on day i, find the maximum profit you can achieve.

πŸ“ˆ Day 149: LeetCode Challenge - Best Time to Buy and Sell Stock IV πŸ“ˆ

πŸ”₯ Problem Overview:

Given an integer k (max transactions allowed) and an array prices where prices[i] represents the stock price on day i, find the maximum profit you can achieve.
Tolu Hunter (@tolu_hunter) 's Twitter Profile Photo

🟩 Day 150: LeetCode Challenge - Maximal Square 🟩 πŸ”₯ Problem Overview: Given an m x n binary matrix filled with '0' and '1', find the largest square containing only 1s and return its area.

🟩 Day 150: LeetCode Challenge - Maximal Square 🟩

πŸ”₯ Problem Overview:

Given an m x n binary matrix filled with '0' and '1', find the largest square containing only 1s and return its area.
Tolu Hunter (@tolu_hunter) 's Twitter Profile Photo

I just pwned NexusSeven on Hack The Box! hackthebox.com/achievement/ch… After what felt like eternity, it is done. On to the next #HackTheBox #htb #CyberSecurity #EthicalHacking #InfoSec #PenTesting

I just pwned NexusSeven on Hack The Box! hackthebox.com/achievement/ch… 

After what felt like eternity, it is done. On to the next

#HackTheBox #htb #CyberSecurity #EthicalHacking #InfoSec #PenTesting
Tolu Hunter (@tolu_hunter) 's Twitter Profile Photo

I just pwned Desires on Hack The Box! Another down, so many more to come ✍️ labs.hackthebox.com/achievement/ch… #HackTheBox #htb #CyberSecurity #EthicalHacking #InfoSec #PenTesting

I just pwned Desires on Hack The Box! 

Another down, so many more to come ✍️

labs.hackthebox.com/achievement/ch… 

#HackTheBox #htb #CyberSecurity #EthicalHacking #InfoSec #PenTesting
Tolu Hunter (@tolu_hunter) 's Twitter Profile Photo

Just tried out some Gemini CLI with an android table dev flow I recently setup. Strangely enough it all worked perfectly, I was expecting a long debug session but it was quite effective.

Just tried out some Gemini CLI with an android table dev flow I recently setup. Strangely enough it all worked perfectly, I was expecting a long debug session but it was quite effective.
Tolu Hunter (@tolu_hunter) 's Twitter Profile Photo

I’ll provision secure, scalable, and cost-effective infrastructure tailored to your project from MVPs to full-scale platforms. No stress. Just clean, reliable cloud setup. πŸ‘‰ fiverr.com/s/2Kxdb6L #AWS #DevOps #CloudComputing #Serverless #FiverrGigs