Shuyi YuSliding Window Approach for problem-solvingEssentially speaking, Sliding Window is to create a sub-list that runs over the underlying collection to search for the answer to the…Oct 31, 2021Oct 31, 2021
Shuyi YuUntangling Object-Orientation in Ruby for beginnersclass object basic & object oriented relationshipsJul 6, 2021Jul 6, 2021
Shuyi YuHow to write a decent project planAs software developers, we may not need to write project plans, but a good understanding of the project plan is crucial. It makes sure…Jun 24, 2021Jun 24, 2021
Shuyi YuHow to make a cool gradient button or headline with CSSWhen we want to style our elements with gradients, first, we need our gradient color code. There are a couple of websites you can generate…Jun 8, 2021Jun 8, 2021
Shuyi YuUnderstanding AddEventListener in JavaScriptAdd Event Listener is one of the things that make your website interactive and interesting. For JavaScript beginners, understanding…Jun 6, 2021Jun 6, 2021
Shuyi YuThe Thinking Process and Logic to Problem SolvingAt the very beginning of my coding journey, whenever I had to solve a lab without very similar references, I found myself spending at least…May 25, 2021May 25, 2021