The Azure tutorial (braboj.me/tutorial-azure) uses a hamburger menu for navigation on mobile. The Git tutorial uses a horizontally scrollable tab bar.
Compare the two approaches:
- Hamburger menu: hides nav, saves space, requires tap to open
- Horizontal scroll: always visible, but hard to discover items off-screen
Evaluate which provides a better mobile experience and decide on a consistent pattern across tutorials.
The Azure tutorial (braboj.me/tutorial-azure) uses a hamburger menu for navigation on mobile. The Git tutorial uses a horizontally scrollable tab bar.
Compare the two approaches:
Evaluate which provides a better mobile experience and decide on a consistent pattern across tutorials.