Bolaji Ayodeji's Blog

Bolaji Ayodeji's Blog

Follow
homeNewsletterOpen SourceWeb EngineeringData Science and Machine LearningEcommerce for Developers
Tag

TIL

#til

More content

Read more stories on Hashnode


Articles with this tag

TIL: CSS list-style-position property

Apr 13, 20202 min read 550 views

The HTML list tag allows you to list ordered and unordered items. One major UI problem I had with list items is the position of the ::marker (bullet)...

TIL: CSS list-style-position property

Writing Good Commit Messages: A Practical Guide

Nov 28, 20196 min read 5.6K views

To create a useful revision history, teams should first agree on a commit message convention to use, and this also applies to personal projects....

Writing Good Commit Messages: A Practical Guide

GitHub Repository Language Overview

Oct 16, 20194 min read 2.6K views

The files and directories within a repository determine the languages that make up the repository. With GitHub, you can view a repository’s languages...

GitHub Repository Language Overview