Saul Feliz·FollowSep 23, 2022--1ShareAs someone with ~10 years experience in tech, ~2 years as a software engineer, this feels spot on.
Saul FelizinWeekly WebtipsStep-by-Step Guide to Array Permutation Using Recursion in JavaScriptA guide to solving LeetCode #46: Permutations8 min read·Jul 13, 2020--9
Saul FelizExplaining Leetcode’s Two Sum Problem (JavaScript)This problem was particularly annoying, and insightful for me. The reason is that there are many ways to solve it. Finding a solution…3 min read·Mar 21, 2020--2
Saul FelizinThe StartupHow to build a Roman Numeral to Integer Function in JavaScriptThe Romans could build, but boy were their numbers complicated!5 min read·Jun 20, 2020--2
Saul FelizinThe StartupTwo Ways to Solve the Two Sum ProblemUsing both brute force O(n²) and a more elegant linear O(n) solution5 min read·Apr 10, 2020--2
Benoit RuizinBetter ProgrammingAdvice From a Software Engineer With 8 Years of ExperiencePractical tips for those who want to advance in their careers22 min read·Mar 20--187
Arslan AhmadinLevel Up CodingDon’t Just LeetCode; Follow the Coding Patterns InsteadWhat if you don’t like to practice 100s of coding questions before the interview?5 min read·Sep 15, 2022--22
AL AnanyThe ChatGPT Hype Is Over — Now Watch How Google Will Kill ChatGPT.It never happens instantly. The business game is longer than you know.·6 min read·Sep 1--290
Unbecoming10 Seconds That Ended My 20 Year MarriageIt’s August in Northern Virginia, hot and humid. I still haven’t showered from my morning trail run. I’m wearing my stay-at-home mom…·4 min read·Feb 16, 2022--946
Anthony D. MaysHow to Practice LeetCode Problems (The Right Way)tl;dr: You’re doing it wrong. Use “The Six Steps” any time you practice LeetCode questions, preferably with another person. Keep an…·13 min read·May 10, 2022--10
Gyan GautamSolving LeetCode Problem #72: Edit Distance Using Dynamic ProgrammingIntroduction2 min read·Jun 12--