Skip to content

Instantly share code, notes, and snippets.

View iamserda's full-sized avatar
🎯
Life is Good!

@iamserda iamserda

🎯
Life is Good!
  • The NULL-Terminated Co
  • aNY City, USA
  • 00:46 (UTC -05:00)
View GitHub Profile
@tykurtz
tykurtz / grokking_to_leetcode.md
Last active December 30, 2025 07:40
Grokking the coding interview equivalent leetcode problems

GROKKING NOTES

I liked the way Grokking the coding interview organized problems into learnable patterns. However, the course is expensive and the majority of the time the problems are copy-pasted from leetcode. As the explanations on leetcode are usually just as good, the course really boils down to being a glorified curated list of leetcode problems.

So below I made a list of leetcode problems that are as close to grokking problems as possible.

Pattern: Sliding Window

@nhudinhtuan
nhudinhtuan / cheat_sheet.md
Last active November 30, 2025 21:58
15 days cheat sheet for interviews
@seankmchenry
seankmchenry / .zsh_profile
Last active December 17, 2022 21:10
ZSH functions, aliases and paths
###########
# ALIASES #
###########
# Brew
alias bcin="brew install --cask"
alias bcri="brew reinstall --cask"
alias bcun="brew uninstall --cask"
alias bin="brew install"
alias bs="brew search"
@hasibdesk
hasibdesk / Web Development RoadMap.md
Created December 13, 2019 14:33
Full Stack Web Developer RoadMap 2020

Web Development In 2020 - A Practical Guide Course List

It's that time of year again, and Brad Traversy has released his Web Development roadmap for the upcoming year. It is a fantastic resource that I know we are all thankful for. And being a web developer has never been better, and as shown in the video there are a TON of technologies at our disposal! But, that can also be rather intimidating for newcomers. So I have comprised a list below of the top Udemy courses for each slide as well for other resources, as much as possible, hopefully easing your decision making. Each block of courses are listed in alphabetical order for simplicity's sake.

As Brad mentions in the video, you certainly DO NOT need to learn everything here. He is just providing you with the options of what you CAN learn (and somethings you SHOULD learn - such as HTML, CSS, and JavaScript), and he explains what these technologies are. So, it really is up to you what you want to learn.

**[Watch the video here](https://www.you

@ayan-b
ayan-b / c-cpp-oops.md
Last active November 28, 2025 22:18
C, C++ & OOPS for Interviews