Fullstack App [Part 2]: Deployment

Hello! This is a continuation of my series of making a fullstack Node app.

Fullstack app [Part 0]: Big picture

In this series of blog posts, we’ll walk through the process of making a simple node application with a React front end that interacts with a Postgres database through express API and Axios client.

Fullstack app [Part 1]: React app

This is Part 1 of my Fullstack app series. If you haven’t read the previous part, where I outline what we’ll do with the project, please make sure to check it out before this one!

Photo by @jaylotw on Unsplash

Pass around data between Shiny modules with R6

You have a nice shiny app that manipulates data based on user input, carries out some analysis, and displays the results back to the user.

Photo by @Cest Moi on Unsplash

How to work with flow fields in R

Hello! Just wanted to share some new techniques I learned while working on week 7 of #RecreationThursday challenge.

Photo by @Cest Moi on Unsplash

Hypnotic Squares in ggplot!

Heya, hope you’re doing well! The other day, I read an interesting blog post from generative artistry, which walks you through how to make this art piece:

Photo by Me! on Unsplash

How to draw Truchet tiles with ggplot2

Hey there! Hope you’re having a fantastic day! It’s long weekend here in Canada, and using the extra day off, I revisited and solved a problem that I was stuck in for a while.

Photo by This is actually me! lmao on Unsplash

How to rotate lines in ggplot to make art

Hey what’s up everybody! Writing here after seeing someone on Twitter saying that it’s a really good habit to make a quick blog post on new things you learn lol.

Photo by @wildhoney on Unsplash

Using purrr:map to add jitter to ggplot arts

What’s up everyone, double post for me today 💪💪💪

Photo by @hofmann_jo on Unsplash

Comparing Linear Regressions with Tidymodels

Hello! Today, we’re going to predict the costs of various transit projects around the world, by building 3 linear regression models.