Latest Posts

This article I will go over the reponsive breakpoints I use for my CSS media queries.

Which Responsive Media Query Breakpoints should you use in 2023?

Dec 29, 2022

This article I will go over the reponsive breakpoints I use for my CSS media queries.

Look into several ways to fix :first-child pseudo classes not working with CSS

[Fixed] CSS :first-child not working correctly

Dec 19, 2022

Look into several ways to fix :first-child pseudo classes not working with CSS

We will go over creating a jumping dots animation with CSS. This effect is great for loading type animations!

Creating Jumping Dots CSS Animation with Examples

Dec 17, 2022

We will go over creating a jumping dots animation with CSS. This effect is great for loading type animations!

Getting NPM conflicting peer dependency errors? This post will go over ways to fix this!

[HOW TO FIX] NPM conflicting peer dependency error

Dec 16, 2022

Getting NPM conflicting peer dependency errors? This post will go over ways to fix this!

Fix issues with css not working in VS Code

How to Fix CSS not working with VS Code

Dec 16, 2022

Fix issues with css not working in VS Code

We can change the color of a SVG path or element with the fill property. However theres many ways to get it wrong. This post goes over the fixes.

[Fix] CSS SVG fill not working

Dec 15, 2022

We can change the color of a SVG path or element with the fill property. However theres many ways to get it wrong. This post goes over the fixes.

Using floats in web layouts does not always work correctly. We go over a few scenarios and how to fix them!

[5 FIXES] for CSS float right not working issues

Dec 11, 2022

Using floats in web layouts does not always work correctly. We go over a few scenarios and how to fix them!

This post will go over how to fix your text-overflow:ellipsis not working issues

[Fix] CSS text overflow ellipsis not working

Dec 9, 2022

This post will go over how to fix your text-overflow:ellipsis not working issues

Fix issues with setting height 100%. This post goes over four steps to identify and fix setting height 100.

How to fix CSS height 100 not working

Dec 9, 2022

Fix issues with setting height 100%. This post goes over four steps to identify and fix setting height 100.

Arrows can be used for paging, carousels, call to action buttons. This post will go over how to animate these arrows for your web design.

How To Create Arrow CSS Animation

Dec 8, 2022

Arrows can be used for paging, carousels, call to action buttons. This post will go over how to animate these arrows for your web design.

CSS transitions can be fiddly. This post goes over some steps you can take to fix them.

[Fixed] CSS transition not working and examples

Dec 6, 2022

CSS transitions can be fiddly. This post goes over some steps you can take to fix them.

Finding the difference between two arrays in JavaScript can be a bit tricky if you are unfamiliar with the language. Especially if one or both of the arrays contain objects or nested arrays. In this blog post we will look at how to use the JavaScript built-in methods to find the difference between two arrays.

[How To] find difference between two arrays in JavaScript

Dec 4, 2022

Finding the difference between two arrays in JavaScript can be a bit tricky if you are unfamiliar with the language. Especially if one or both of the arrays contain objects or nested arrays. In this blog post we will look at how to use the JavaScript built-in methods to find the difference between two arrays.

About

Hi, I'm Kentaro - a sofware engineer sharing my programming tips!