- Teacher: Md. Shahriar Shakil
Course Overview
There is no content in this section.
To add content, click on the above link ‘Edit course text’
Course Content
Enrolment options
Latest Courses
This course will give you the basic background, terminology, and fundamental concepts that you need to understand in order to build modern full stack web applications. A full-stack web developer is familiar with each "layer" of the software technologies involved in a web application, including data modeling and database technologies, the web server environment and middleware components, network protocols, the user interface, and basic visual design and user interaction concepts. In this course, we will learn by doing. We will start by learning the major components of web application architectures, along with the fundamental design patterns and philosophies that are used to organize them. You will build and continually refine a fully functional full-stack web application as we progress through the modules in this course. Along the way, you will be exposed to agile software development practices, numerous tools that software engineers are expected to know how to use, and a modern web application development framework.
Faculty Details: Nusrat Tasnim, Lecturer, Department of Software Engineering, Daffodil International University. Course Summary This course introduces a methodical approach to develop a course project using structured programming language, starting from problem formulation and requirement specification, through design of the logical solution, implementation error finding, and evaluation of the solution with documentation and writing a report for the course project. Course Objectives The goal of this course is to introduce the students to the concept of a modern operating system practically. The main objectives of this course are, i) To develop a course project from scratch using the C programming language. ii) Learning advanced C programming and multi-dimensional usage of that.iii) To write code for controlling processes and threads in Modern environment.iv) To formulate the requirement specification, through design of the logical solution and implementation.v) To learn the evaluation of the solution with documentation and writing a report for the course project.
Welcome to Data Structure Course As data structure is a scheme for data organization so the functional definition of a data structure should be independent of its implementation. Welcome this course. Why we need to learn Data Structure ? Data Structure can be defined as the collection of data objects which provides a way of storing and managing data in the computer so that it can be used. Various Data Structures types are arrays, Linked List, Stack, Queue, etc. Data Structures are widely used in almost every aspect of Computer Science for simple as well as complex computations. Data structures are used in all areas of computer science such as Artificial Intelligence, graphics, Operating system etc. Data Structures are the key part of many computer algorithms as they allow the programmers to do data management in an efficient way. A right selection of data structure can enhance the efficiency of computer program or algorithm in a better way. Prerequisites: C Programming