Here are the main details about this course:
- The course duration is approx 3 months depending on students ability to understand the concept thoroughly
- I do not move on from a topic until that topic is clear. So understanding is first priority
- Everything will taught from basic to advance. Expect a good ammount of homework for your own growth. Programming needs consistency and practice.
- Here are the details of the course
- Notes and video recordings will be provided for reference.
- Here are the topics that will be covered during the course:
- HTML: A Markup language used to design a web page
- CSS: A styling language to style our HTML page
- Bootstrap: A Framework that makes our job easy and makes CSS pretty easy
- Python: A very simple logic with core concepts of programming. we will learn basic python and understand its fundamentals thoroughly. This will help us code and understand further languages like JS etc. it will also help in Django development.
- JavaScript(JS): This language will allow us to make our pages more dynamic. We will be able to do alot of stuff without refreshing a page.
- SQL: A Relational Database Management System that allows us to store data.
- Django: A python framework that allows to control the back-end of a website.
- Testing CI/CD: Keeping in mind the previous features we write certain test cases using Selenium. which prevents breaking of program while adding new feature.