Mode
Color
Width

Posts TaggedNode.js

Reading Log - April 1, 2024 (#70)

A little light this week. I saw some amazing shots of the black hole at the center of the Milky Way, helpful tips for designing for older adults, a new attack vector for the iPhone, and more.

Reading Log - January 15, 2024 (#59)

A little podcast heavy this week with discussions on .NET, CSS Colors, Node.js & More. Also, the U.S. is on the precipice with vaccinations and needless deaths.

Reading Log - November 6, 2023 (#49)

Caught up on some of my RSS feeds this week. This week it's the new text-wrap CSS property, a new entrant to the space race, Microsoft cracking down (dangerously?) on game controllers, and more.

Integrating Notion into my Site

Over the course of the last few weeks I’ve been revising how several of my pages get their data. Instead of having to manually edit a JSON file that’s in my code base, I’ve been pulling from Notion’s API. The benefit of this is that it’ll be easier to update the pages. I figure I’ll show how I did it in hopes of helping others.

Reading List for August 20 - September 2

Was a little busy last week so this week is a little longer.

Continuing My Side Project & Learning React

Lately, I’ve been making steady progress on my side project, which I’m currently calling Digital Family Cookbook. I’m making it as a content management system for cooking recipes. As I’ve mentioned previously, I’m writing it using Node.js, React, & GraphQL. It’s been quite a learning curve, but I’m definitely glad I’ve been working on it. The tools are pretty cool and easy-ish to use once you get used to the syntax and some of the idiosyncrasies of React and JSX.