CS: Software Engineering

Sort options

Implement Polyglot Persistence Using SQL and NoSQL Databases (Coursera)

Mar 25th 2024
Implement Polyglot Persistence Using SQL and NoSQL Databases (Coursera)
Course Auditing
Categories
Effort
Languages
Have you ever wondered what happens to the registration details after you click on the submit button or to the order details once you press the confirm order button when you try to access any website? From where do you think, the details of the product catalogue are fetched [...]

Building RESTful APIs Using Node.js and Express (Coursera)

Mar 25th 2024
Building RESTful APIs Using Node.js and Express (Coursera)
Course Auditing
Categories
Effort
Languages
For newly emerged technologies, REST APIs provide a flexible and easier process to integrate applications. They have emerged as one of the most common methods used for connecting components of the distributed system. For a backend developer, ability to build REST APIs is a key requirement. This course will [...]

Server side JavaScript with Node.js (Coursera)

Mar 25th 2024
Server side JavaScript with Node.js (Coursera)
Course Auditing
Categories
Effort
Languages
Have you ever wondered how you are able to do net banking or book a ticket online? Which technology is adopted for applications used in different businesses? Backend technology acts as a backbone to every web application. It typically includes all services, data interfaces and their core business logic. [...]

SOAP Web Services with JAX-WS (Coursera)

Mar 25th 2024
SOAP Web Services with JAX-WS (Coursera)
Course Auditing
Categories
Effort
Languages
This course introduces JAX-WS, SOAP, and XML. We'll discuss best practices and the behind the scenes details of SOAP and XML, before moving on to JAX-WS endpoints, clients, and Web Services. Through the course we'll be utilizing labs to practice and create our own projects.

Getting Started with Git and GitHub (Coursera)

Mar 25th 2024
Getting Started with Git and GitHub (Coursera)
Course Auditing
Categories
Effort
Languages
Get started with Git and GitHub in this self-paced, introductory course! You’ll become familiar with collaborative version control and popular Git platforms. Collaboration and social coding are crucial parts of contemporary Software Engineering practices and the DevOps culture.
Mar 25th 2024
Course Auditing
46.00 EUR/month

Building High Quality User Experience Using Material UI (Coursera)

A user experience is built upon a user’s experiences and interactions with a product, system, or service. Providing high quality digital experiences in a web application involves writing CSS codes which focus on display, navigation, actions, input, and communication. However, CSS has its own set of challenges which can [...]

Building User Interfaces Using Functional React Components (Coursera)

React Components are generally implemented using Classes. Although they work well, they have their own set of limitations. The stateful logic provided by the class components lack reusability. To enhance the productivity, codes developers are expected to develop codes with reusability.

Preparing for Professional Cloud Network Engineer Journey (Coursera)

Mar 25th 2024
Preparing for Professional Cloud Network Engineer Journey (Coursera)
Course Auditing
Categories
Effort
Languages
This course helps you structure your preparation for the Professional Cloud Engineer exam. You will learn about the Google Cloud domains covered by the exam and how to create a study plan to improve your domain knowledge.

Jakarta Persistence (JPA) (Coursera)

Mar 25th 2024
Jakarta Persistence (JPA) (Coursera)
Course Auditing
Categories
Effort
Languages
This course takes the student through a variety of labs exploring the interaction between Java Object Domain Models and Relational Database Tables, this is becoming the standard approach for database access in Java Applications. The course will illustrate how using meta data annotations, you can map domain objects to [...]

Java Database Connectivity (JDBC) Introduction (Coursera)

Mar 25th 2024
Java Database Connectivity (JDBC) Introduction (Coursera)
Course Auditing
Categories
Effort
Languages
The intent of Java Database Connectivity (JDBC) Introduction is to get some hands-on experience with foundational JDBC concepts. On our journey we’ll learn about why and how the API makes working with databases easy for Java Developers. After this course you should not only be able to [...]