MySQL
Part 3 : Database …
Introduction This article is the third part of a 10 part series that I posted as a tutorial for the readers. I will go through step-by-step going over how I created a link shortener app from scratch. In this post, I will add additional helper functions in our database so that we could interact with …
Part 2 : Database …
Introduction This article is the second part of a 10 part series that I posted as a tutorial for the readers. I will go through step-by-step going over how I created a link shortener app from scratch. In this post, I will go through the thoughts and process of creating the data base of the app. That …