Ian Masae

Ian Masae is a tech enthusiast and self-taught programmer, with a great passion in web design and android development.
Author Insights

6

0

0
Ian Masae is a tech enthusiast and self-taught programmer, with a great passion in web design and android development.
6
0
0
Jun 30, 2022
File compression is the process of reducing the logical size of a file to save disk space. It also involves network optimization of files for easier transfer over the internet.
Jan 11, 2022
Animations are fundamental in every mobile application. They make the user interface of an application appealing and fun to use. However, animations may be challenging to implement. Lottie animations come in...
Nov 12, 2021
CSS Grid is a layout system used in web design to layout UI elements of a web page using rows and columns. We can easily do this with Tailwind CSS. Tailwind CSS added a comprehensive set of utilities for...
Oct 8, 2021
What is a card component? Card components are like containers used to group related pieces of information about items, products or functions. They usually show information in an appealing way.
Aug 27, 2021
When developing web designs, one of the most important things to put attention to is user interaction. A good example of this is by the use of modal dialogs.
Jul 8, 2021
What is a navigation bar? A navigation bar is a tool located at the top most position of a webpage. It is used by website visitors to steer through different sections of the website. A navigation bar comes in...