CS: Software Engineering

Sort options

Java Servlet Pages (JSPs) (Coursera)

Apr 29th 2024
Java Servlet Pages (JSPs) (Coursera)
Course Auditing
Categories
Effort
Languages
This course will provide an overview of JSP and show the power of using Scripting Elements. Additionally, key JSP Directives are covered. We’ll do an overview of JSP Tags and introduce how to create and access Java Beans to manipulate their properties. We explore JSP Expression Language, examining [...]

Introduction to Software, Programming, and Databases (Coursera)

There are many types of software and understanding software can be overwhelming. This course aims to help you understand more about the types of software and how to manage software from an information technology (IT) perspective. This course will help you understand the basics of software, cloud computing, web [...]

Fundamentals of Software Architecture for Big Data (Coursera)

The course is intended for individuals looking to understand the basics of software engineering as they relate to building large software systems that leverage big data. You will be introduced to software engineering concepts necessary to build and scale large, data intensive, distributed systems. Starting with software engineering best [...]

Building Interactive User Interfaces Using React Library (Coursera)

A frontend application is expected to have an attractive, responsive UI and a seamless UX with swift navigable views. Single Page Applications (SPAs) fulfill these expectations as they are lighter and efficient. React, a popular JavaScript library is used for developing complex user interfaces for single page applications (SPAs). [...]

Mocking with JUnit (Coursera)

Apr 29th 2024
Mocking with JUnit (Coursera)
Course Auditing
Categories
Effort
Languages
This course gives a foundational knowledge in mocking. What is mocking, why mock and how to mock are all questions that will be answered in this course.

Building Interactive Web Pages Using Modern JavaScript (Coursera)

Most businesses with a strong online presence wish to provide its consumers a rich interactive user experience. HTML5 and CSS3 frameworks help you build a static web page, that displays content and works on any device. However, to make a page interactive you need a programming language that can [...]

Developing Responsive Web Pages Using HTML5 and CSS3 (Coursera)

The number of mobile users has increased exponentially over the past few years. Shopping, social connect, entertainment and other activities are just a few clicks away for these mobile users. A responsive web design adjusts the layout and appearance of the web pages to suit the resolution and [...]

Parameterized and Dynamic Testing in JUnit (Coursera)

Apr 29th 2024
Parameterized and Dynamic Testing in JUnit (Coursera)
Course Auditing
Categories
Effort
Languages
In this course you will learn about how to test vast amounts of functionality using Parameterized Tests, Repeated Tests and Dynamic Tests without having to write verbose test scripts.

Java Testing: An Introduction to TDD (Coursera)

Apr 29th 2024
Java Testing: An Introduction to TDD (Coursera)
Course Auditing
Categories
Effort
Languages
Test Driven Development (TDD) is an industry accepted technique to build Enterprise Applications and enhance quality. This course will introduce a test first approach for the development of Java artifacts and explain the benefits of adopting such a technique

Overview of JUnit Testing (Coursera)

Apr 29th 2024
Overview of JUnit Testing (Coursera)
Course Auditing
Categories
Effort
Languages
This course is a basic introduction to JUnit, covering the essential techniques for testing java code.