Skip to content

Instantly share code, notes, and snippets.

View brittanyellich's full-sized avatar
👨‍🚀
Awesome

Brittany Ellich brittanyellich

👨‍🚀
Awesome
View GitHub Profile
Aggregated RSS Feeds from Bluesky Thread
Thread Context: Andy Bell (@bell.bz) asked followers to drop their RSS feeds in a thread that generated 139 replies with 100+ unique feeds from web developers and content creators.
Complete Feeds List with Author Descriptions
Brittany Ellich - https://brittanyellich.com/index.xml
Brittany shares insights on software engineering practices, ATProto and decentralized social technology, AI-assisted development workflows, career development, and productivity tools.
Daniel Roe - https://roe.dev/rss.xml
Daniel focuses on Nuxt.js and Vue.js development, open source contributions, technical tutorials, and web performance optimization.
@brittanyellich
brittanyellich / BlueskyComments.tsx
Created August 5, 2025 21:49
Showing Likes and Comments on Bluesky
import React from "react";
export type CommentPost = {
post: {
author: {
did: string;
handle: string;
displayName: string;
avatar: string;
};
@brittanyellich
brittanyellich / new-codebase-discovery-template.md
Last active December 30, 2025 12:27
new-codebase-discovery-template

Overview

How to document a new codebase Use this template to document a new codebase.

Business Logic

A place to record any important logic that you come across that is worth documenting.

Landmarks

Refers to the different landmarks of a codebase to help you navigate around. Where are the API methods defined? Where are interactions with the database?

@brittanyellich
brittanyellich / feeds.opml
Created April 9, 2024 17:40 — forked from stebennett/feeds.opml
The feeds I currently subscribe to.
<?xml version="1.0" encoding="UTF-8"?>
<opml version="1.0">
<head>
<title>Stephen subscriptions in feedly Cloud</title>
</head>
<body>
<outline text="Companies" title="Companies">
<outline type="rss" text="Trello" title="Trello" xmlUrl="https://trello.engineering/feed.xml" htmlUrl="http://tech.trello.com/"/>
<outline type="rss" text="IMVU" title="IMVU" xmlUrl="http://engineering.imvu.com/feed/" htmlUrl="https://engineering.imvu.com"/>