Skip to main content

Posts

Showing posts from March, 2020

Introduction

Namaste Developers, Welcome to this introductory post, today I will be writing this post as an introduction to the technology stack we will be using in the development of our website. A website mainly constitutes of three parts: Front End Back End Database Although Database is also a part of the back-end, we will keep it as a different component as it will be required for data storage, whereas back-end will contain logic. Now, let us first describe all three components: Front End  This is the User Interface that opens in the browser. Front End defines the basic layout of your page. Languages we will use to create a Front End are HTML CSS Angular We will learn about all of them as we start to code. The IDE which we will be using is visual studio code. The front end will define how you will be presenting your website to the user. The front end is very important as the user should be able to navigate through the pages without facing major difficulties, ot...