# developer-portfolios | Emma Bostian | Knowledge Base | Instagit

A list of developer portfolios for your inspiration

GitHub Stars: 23.7k

Repository: https://github.com/emmabostian/developer-portfolios

---

## Articles

### [How Emojis Adjacent to Markdown Links Are Detected in Developer Portfolios](/emmabostian/developer-portfolios/detection-emojis-adjacent-markdown-links)

Discover how developer portfolios detect emojis adjacent to markdown links. Learn about the Python functions and regex patterns used for identification.

- Tags: how-to-guide
- Published: 2026-06-01

### [How the Developer-Portfolios Script Removes Exact Duplicate Adjacent Links](/emmabostian/developer-portfolios/exact-duplicate-link-handling-adjacent)

Learn how the developer-portfolios script removes exact duplicate adjacent links by scanning line by line and comparing normalized URLs and link text. Discover efficient link management.

- Tags: internals
- Published: 2026-06-01

### [How to Detect and Remove Duplicate Portfolio URLs in emmabostian/developer-portfolios](/emmabostian/developer-portfolios/duplicate-url-detection-removal)

Learn how emmabostian/developer-portfolios detects and removes duplicate portfolio URLs by normalizing, scanning, and collapsing entries for a cleaner list.

- Tags: how-to-guide
- Published: 2026-06-01

