Skip to content

Commit

Permalink
Update personal website with changes up to March
Browse files Browse the repository at this point in the history
  • Loading branch information
Fleker committed Apr 3, 2024
1 parent 3802aee commit b6bf755
Show file tree
Hide file tree
Showing 4 changed files with 108 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/contact.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,9 @@ export default [
"link": "https://www.threads.net/@fleker",
"type": "Threads",
"icon": "assets/threads.svg",
}, {
"link": "https://www.tcgcollector.com/dashboard/intl?viewUser=Fleker",
"type": "TCG Collector",
"icon": "https://static.tcgcollector.com/build/images/pages/_components/navbar-logo.15508095.svg"
}
]
63 changes: 63 additions & 0 deletions src/entries.articles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -327,5 +327,68 @@ export default [
linkText: "Read on Liberal Currents",
name: "Recalling the Irish Diaspora",
date: "December 4 2023"
},
{
type: "Articles",
link: "https://www.liberalcurrents.com/a-city-of-liberalism-means-becoming-a-city-of-yes/",
linkText: "Read on Liberal Currents",
name: "A City of Liberalism Means Becoming a City of Yes",
date: "March 28 2024"
},
{
type: "Articles",
link: "https://pokejungle.net/tag/origin-of-species/",
linkText: "Read on PokéJungle",
name: "Origin of Species series - Paldea",
date: "March 25 2024"
},
{
type: "Articles",
link: "https://fleker.medium.com/using-the-google-drive-api-for-public-folders-f1f7308385ad",
linkText: "Read on Medium",
name: "Using the Google Drive API for public folders",
date: "February 12 2024"
},
{
type: "Articles",
link: "https://fleker.medium.com/using-ai-llms-to-reconnect-to-my-hometown-7021fe231798",
linkText: "Read on Medium",
name: "Using AI & LLMs to reconnect to my hometown",
date: "February 19 2024"
},
{
type: "Articles",
link: "https://fleker.medium.com/building-untappd-for-coffee-with-sharkey-activitypub-0944b146a0ab",
linkText: "Read on Medium",
name: "Building Untappd for Coffee with Sharkey & ActivityPub",
date: "March 6 2024"
},
{
type: "Articles",
link: "https://fleker.medium.com/watching-what-i-eat-using-llms-ai-to-record-nutritional-data-ab4177691e61",
linkText: "Read on Medium",
name: "Watching what I eat: Using LLMs & AI to record nutritional data",
date: "March 18 2024"
},
{
type: "Articles",
link: "https://fleker.medium.com/beantown-a-social-network-for-coffee-lovers-built-on-activitypub-5838767e8360",
linkText: "Read on Medium",
name: "Beantown -- A social network for coffee lovers built on ActivityPub",
date: "March 26 2024"
},
{
type: "Articles",
link: "https://fleker.medium.com/migrating-user-data-in-firestore-for-a-pok%C3%A9mon-fan-game-934250eb44db",
linkText: "Read on Medium",
name: "Migrating user data in Firestore for a Pokémon fan game",
date: "March 28 2024"
},
{
type: "Articles",
link: "https://fleker.medium.com/using-retrieval-augmented-generation-to-create-a-professor-oak-chatbot-ea13a2c3967e",
linkText: "Read on Medium",
name: "Using Retrieval Augmented Generation to create a Professor Oak chatbot",
date: "November 14 2023"
}
]
8 changes: 8 additions & 0 deletions src/entries.news.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,5 +107,13 @@ export default [
"link": "https://blog.adafruit.com/2020/04/29/icymi-python-on-microcontrollers-micropython-turns-7-circuitpython-5-3-0-rc0-is-out-and-more-python-adafruit-circuitpython-icymi-circuitpython-micropython-thepsf/",
"linkText": "Read newsletter",
"date": "April 29 2020"
},
{
"type": "News",
"name": "GTA 6 has bike lanes, and yes, drivers will probably park in them",
"publication": "Cycling Magazine",
"link": "https://cyclingmagazine.ca/sections/news/gta-6-has-bike-lanes-and-yes-drivers-will-probably-park-in-them/",
"linkText": "Read Article",
"date": "December 6 2023"
}
]
33 changes: 33 additions & 0 deletions src/entries.projects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -189,4 +189,37 @@ export default [
linkText: "Play Demo",
date: "October 26 2023",
},
{
"type": "Projects",
name: "Gloucester County Newsletter",
description: "Local news augmented by AI",
link: "https://gloucestercounty.substack.com/",
linkText: "View Newsletter",
date: "February 19 2024"
},
{
type: "Projects",
name: "Beantown.space",
description: "A social network for coffee lovers in the Fediverse",
link: "https://beantown.space",
linkText: "View App",
date: "March 26 2024"
},
{
type: "Projects",
name: "Food Fotos for Fitness",
description: "Take a picture and sync nutrition data to Google Fit using AI",
link: "https://felker.dev/food-foto-fitness/",
linkText: "View App",
date: "March 18 2024"
},
{
type: "Projects",
name: "Master Collection for TCG Collector",
description: "A Chrome extension to add features to TCG Collector",
link: "https://chromewebstore.google.com/detail/master-collection-for-tcg/flnodlaimanojdchfnkocmlokoppoccc",
linkText: "View Chrome Web Store",
date: "March 29 2024"
},

]

0 comments on commit b6bf755

Please sign in to comment.