7 Ways to Cut a Hole in a Gradient In this video, I talk about 7 ways to cut a hole in a gradient using an example of a technical assignment task I had during an interview.
Chrome Debugger: The Tool You Shouldn’t Ignore We usually debug with console.log, but when things get complex, console.log alone is not enough. In those moments, we need to slow down, go through the code step by step, and see what is really happening. The debugger can help us with that.
9 simple debugging tips Debugging and fixing bugs is a big part of our job, and we can't avoid it. Often, we spend more time debugging than we'd like to. In this video, I'll share simple tips that make debugging easier.