Blog

Read our blog to find tips, tricks and more from experienced individuals in the web development space.

Joseph Morukhuladi

2025 Feb 16 15:36

A JavaScript library that makes managing JSON data in local storage easy

I have always wanted an easier and organised way of working with JSON data with local storage, So I built Qwery.js just for that reason.

#front-end

#javascript

#javascript-library

#qwery

#github

#local-storage

Joseph Morukhuladi

2024 Aug 11 15:36

A JavaScript library to seamlessly transition HTML elements into a users view

So I created a JavaScript library that transitions or animates elements when they appear on a user's screen. Let's talk about why I built it and why you should use it.

#front-end

#javascript

#javascript-library

#dom-flowt

#github

#floating-elements

#transition-elements

Joseph Morukhuladi

2024 Jul 31 17:50

Why do my child element(s) overlap parent element on width: 100%?

Here we will talk about why your child element(s) tend to overlap the parent element when you set the style "width: 100%" on your child element. The reason why is quite simple, you are going to be surprised.

#front-end

#css

#box-sizing