Pseudo Coding
Fundamentals of Web Development
Programming Building Blocks
Database Management
Software Design Concepts
This course is aimed at all the beginners want to make their career in IT industry irrespective of their background (Techies or Non-Techies).
The course will help every aspirants to understand the basic of computer science "Logic Building" & "Problem Solving".
Students do not need any prior knowledge of programming.
“The biggest mistake I see new programmers make is focusing on learning syntax instead of learning how to solve problems.” — V. Anton Spraul
Regardless of your target career — software developer, web developer, or data scientist — all IT-based career share one thing in common, that is, programming knowledge.
Rushing the learning process is not always a good thing; in fact, sometimes, people may tend to skip over some important aspects of the field in their attempt to shorten their learning period or because they find them intimidating.
The 5 Step approach
Learn to solve problems logically first
Start with pseudo-code
Read about complexity theory
Study algorithms and data structures
Apply your knowledge to a specific syntax
- What is Problem Solving?
- What is Pseudo-code
- Pseudo-Code Components
- Pseudo-code Characters: Understanding the Language
- Pseudo-Code-Writing Tricks and Tips
- How to Write Pseudo-code as a Beginner
- Problem-Solving Case-Studies : Step1-Identify the Problem
- Problem-Solving Case-Studies : Step2-Define a Solution
- Problem-Solving Case-Studies : Step3-Explore all Solutions
- Problem-Solving Case-Studies : Step4-Analyze the Solutions and Implement It
- Problem-Solving Case-Studies : Step5-Look back and Learn
- Quiz - Understanding Pseudo Code
- Introduction to Web Development
- Website Structure
- Analogy:-Relation between HTML/CSS/JAVASCRIPT: Frontend, Backend, Database
- Designing Your Own Website: HTML Basics
- Creating Your Own Website: HTML Elements: Part 1
- Creating Your Own Website: HTML Elements: Part 2
- Websites with Style: CSS3 Properties, Colors and Fonts
- Introduction to Programming for Web: Using JavaScript(ES6)
- ES6(JavaScript) V/S JS(JavaScript)
- Web Administration: Web Server, Web Security, Web Software
- Quiz - Undesrstanding Web Structure
- Introduction to Computer Programs
- Programming Languages Character Set
- Programming Environment : Text Editor , Compiler , Interpreter
- First Program : Hello World- C , C++ , Java , Python
- Data Types
- Variables
- Keywords
- Operators
- Control Statements : Decision Making(If-else)
- Control Statements : Decision Making(Switch)
- Control Statements : Loops
- Arrays
- Strings
- Functions
- Quiz - Understanding program building blocks