The Grouparoo Blog
Showing 8 of 8 articles written by Sean C Davis.
Show all articles
Sean is a tinkerer and a teacher who enjoys long walks in the woods, spending time with his family, baking bread, playing music, and eating sandwiches.
Learn more about Sean @ https://www.seancdavis.com/
Learn more about Sean @ https://www.seancdavis.com/
Generate Dynamic JSON Pages with Next.js
Engineering
Sean C Davis on 2021-06-10
"Two methods for generating JSON pages with Next.js. One that updates on every request, the other on every build."
Change the Primary Key Type with Sequelize
Engineering Notes
Sean C Davis on 2021-05-11
"It seems like it's going to be super easy. And it is! And then it's not."
7 Things that Make SQLite Unique and Awesome
Engineering
Sean C Davis on 2021-04-30
"SQLite is not like the others. But what makes it different also makes it a pretty cool database engine."
Understanding Types with SQLite and Node.js
Engineering Notes
Sean C Davis on 2021-04-22
"SQLite is simple but very powerful. Yet, it's a little quirky when it comes to handling types. Let's see how we can protect against it when using Node."
Promisifying Your Node Callback Functions
Engineering Notes
Sean C Davis on 2021-03-25
"Learn how to convert old Node.js callback-based function to new and shiny promised-based functions."
Testing storage with Selenium (Node)
Engineering Notes
Sean C Davis on 2021-02-18
"How to test for key-value pairs in sessionStorage and localStorage using Selenium Node."
Get user's Previous Path with NextJS Router
Engineering Notes
Sean C Davis on 2021-02-17
"How to find the previous page a user visited before landing on the current page."
Node.js Memory Error on Mac Using M1
Notes
Sean C Davis on 2021-02-08
"How to fix Node.js memory error on Mac OS X using Apple M1 chip. Learn about a few different solutions"