© 2022 Hashnode
#navigation
In this blog post here, I built a navigation bar. The problem with the navigation bar is that it wasn't responsive - meaning, it doesn't look good on mobile. It is important to build mobile-first. So …
As a Full Stack developer, I can't count the amount of times that I have built Navigation Bars. Whilst nav bars can vary in look and feel, they have a similar build to them. In this tutorial, I will b…
f and t Motions Learning Vim from scratch means learning the hjkl motions first. Then, the w(word) and e (end of word) motions. Eventually, with the f(find) and t(‘till) motions. fand t are efficient …
Introduction HTML needs no introduction. HTML expands as HyperText Markup Language. It is the most popular and widely-used language for web application development. Created in 1991 by Berners-Lee, bu…
A good user experience happens when an application is easy to use and with intuitive UI feedback. Nav menu bar is one the most important element in web applications, it helps users to navigate to diff…
In this article, we will be handling navigation with jetpack compose. We will build an application with a bottom navigation bar, and a navigation drawer and we will enable navigation between different screens. If you have no basic understan…
A Singapore-based autonomous navigation software startup, Movel AI aims to speed up the adoption of robots across industries through its products, Seirios. Seirios is a robot navigation solution that …
Creating a responsive navbar without using any framework. The goal of a Responsive web design is about making web pages look good on all devices. A responsive web design will automatically adjust or a…
Navigation is one of the most important aspects of designing a website or mobile application. Some designers consider it a mechanical task and design their navigation accordingly. But in my opinion, n…
Hey everyone, in this short tutorial I'm gonna show you how to create 3 common navbar layouts using HTML, CSS and Flexbox. Lets get right into it! The First Navbar This is the first navbar we will b…