DEV Community

Angela
Angela

Posted on

3 4

Bootcamp Java Developer Day #2

Day 2:

Day 2 continued with basic content to prepare for learning Java. And instead of java I actually used python today.

5) Started: Fundaments of Systems Architecture

This course is divided in four sections. I finished the first two.

  • First section: Web Services and APIs

The first section one presents web services and APIs. It shows the SOAP (Simple Object Access Protocol) and its architecture. It showed how to access a public service using a WSDL address using the python package Zeep and SoapUI.

It also presented the XML and JSON formats and the REST architecture. It showed the HTTP methods (GET, POST, PUT, DELETE) and status codes. We used Postman and the python package Requests.

  • Second section: Architectural Concepts for Internet Applications

This section is theoretical only. It presents four architectures:

1- Monolithic
2- Microservices
3- Microservices with Message Broker
4- Microservices with pipeline manager

Heroku

Build apps, not infrastructure.

Dealing with servers, hardware, and infrastructure can take up your valuable time. Discover the benefits of Heroku, the PaaS of choice for developers since 2007.

Visit Site

Top comments (0)

Postmark Image

Speedy emails, satisfied customers

Are delayed transactional emails costing you user satisfaction? Postmark delivers your emails almost instantly, keeping your customers happy and connected.

Sign up

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay