Big-O: Algorithm analysis explainedAlgorithms are an essential part of computer science because they can be studied and understood in a machine-independent manner. As a…Jul 23, 2021Jul 23, 2021
Two Pointer Technique: Explanation and ExamplesAs part of my challenge to become better at coding interviews, today I learned the two-pointer technique. This algorithm uses two different…Jul 23, 2021Jul 23, 2021
How to add Bootstrap 5 to your Rails 6 applicationIf you are developing a Rails application you may want to add styles to make it more visually appealing. One way to do this is to use…Jul 23, 2021Jul 23, 2021
Improve your HTML workflow using EmmetEmmet from the official website is defined as a plugin for many popular text editors which greatly improves HTML & CSS workflow…Mar 4, 2021Mar 4, 2021
Top 4: CSS Mistakes to avoid as a newbie web developer (I made all of them at some point)CSS is quite a challenge. If you are a web developer you have probably come to this conclusion at some point in your career, and if you are…Mar 30, 2020Mar 30, 2020