Hello! This is a continuation of my series of making a fullstack Node app.
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.
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!
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.
Hello! Just wanted to share some new techniques I learned while working on week 7 of #RecreationThursday challenge.
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:
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.
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.
Hello! Today, we’re going to predict the costs of various transit projects around the world, by building 3 linear regression models.