Kecil Project

Part 4 : Frontend - …

Introduction This article is the fourth 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, we will add a front-end to our app and start designing our app. We will use a …

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 …

Part 1 : Project Set Up - …

Introduction This article is the first 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 set-up process that should be done before we do any real coding. …

Part 0 : Motivation & …

Introduction Hi everyone. It has been a while since I wanted to do a big series such as this one. If it isn’t clear enough in the title, this article is the first post of a 10 part series where I will create a link shortener app step-by-step using HTML, CSS, and JS for my front-end, and …