A summary on of build a blog with next-mdx on logrocket by Elijah Agbonze. Source code on github available here: https://github.com/Elijah-trillionz/pressblog-mdx-nextjs
Why writeFilesync is useful in Node.js and how to use it.
A quick overview of several methods that can be used to incorporate mdx into Next.js sites
This is intended as a quick reference and showcase. For more complete info, see John Gruber's original spec and the Github-flavored Markdown info page.
Some handy git and github commands and code snippets
Increasingly I am using vscode instead of RStudio for a consistent coding experience across languages. Here is how to start a new shiny app.
Some recommendations for setting breakpoints for designing responsive user interfaces. Use 600px, 900px, 1200px, and 1800px if you plan on giving the giant-monitor people something special.
Steps for setting up an R shiny server for spatial apps on AWS
A quick tutorial for making a simple API for an R code base on AWS. Good for separation of concerns (i.e. hide your ugly R code behind a server and make a nice web app with your javascript framework of choice). This post is largely built around a tutorial by Martin Lukac, which has been extended to create a persistent API service. These additional steps involve the linux service manager 'systemd' as suggested by the official plumber documentation.
The simplest way to add analytics to your website