Sept 27th

This commit is contained in:
Inaki Fernandez
2021-09-27 15:10:56 +02:00
parent 9a39c0d84d
commit 1c82e90df8
6 changed files with 16 additions and 1 deletions
+2
View File
@@ -112,6 +112,8 @@
## Comparisons
- [blog.bitsrc.io: Not All Microservices Need to Be REST — 3 Alternatives to the Classic](https://blog.bitsrc.io/not-all-microservices-need-to-be-rest-3-alternatives-to-the-classic-41cedbf1a907)
- [levelup.gitconnected.com: Truth About { SOAP vs REST vs GRPC vs GraphQL } Checklist](https://levelup.gitconnected.com/truth-about-soap-vs-rest-vs-grpc-vs-graphql-checklist-f50bcb475adf)
- [medium: REST, RPC, GraphQL… What to choose?](https://medium.com/geekculture/rest-rpc-graphql-what-to-choose-c57c78c0593d) API protocols comparison from the practical straightpoint
### SOAP vs REST
- [geeksforgeeks.org: Difference between REST API and SOAP API](https://www.geeksforgeeks.org/difference-between-rest-api-and-soap-api/)
- [dzone: A Comprehensive Guide to REST vs. SOAP](https://dzone.com/articles/comprehensive-guide-rest-vs-soap) Learn the primary differences between REST and SOAP APIs, each one's benefits, and when it's appropriate to use the two.
+2 -1
View File
@@ -1,4 +1,4 @@
# Amazon Web Services
# Public Cloud Provider. Amazon Web Services
<br/>
<p align="center">
<img src="https://raw.githubusercontent.com/donnemartin/data-science-ipython-notebooks/master/images/aws.png">
@@ -136,6 +136,7 @@
## Amazon Web Services
- [AWS Cloud Products](https://aws.amazon.com/products/)
- [status.aws.amazon.com: Service Health Dashboard](https://status.aws.amazon.com)
- [AWS Forums](https://forums.aws.amazon.com)
- [AWS Knowledge Center](https://aws.amazon.com/en/premiumsupport/knowledge-center/)
- [AWS Support](https://aws.amazon.com/en/premiumsupport/)
+1
View File
@@ -108,6 +108,7 @@
* [cloudsavvyit.com: How To Clean Up and Delete Docker Images](https://www.cloudsavvyit.com/14191/how-to-clean-up-and-delete-docker-images/)
* [itnext.io: Software development in containers — a cookbook 🌟🌟🌟](https://itnext.io/software-development-in-containers-a-cookbook-2ba14d07e535) A guide to developing containerized software
* [dev.to: How to create a production Docker image](https://dev.to/abdorah/how-to-create-production-docker-image-ready-for-deployment-4bbe)
* [dev.to: How to run docker on Windows without Docker Desktop](https://dev.to/_nicolas_louis_/how-to-run-docker-on-windows-without-docker-desktop-hik)
## Docker Swarm
- [linkedin.com: Docker Series : Docker Swarm - Lionel GURRET](https://www.linkedin.com/pulse/docker-series-swarm-lionel-gurret/)
+1
View File
@@ -11,6 +11,7 @@
- [v8.dev:](https://v8.dev/) Googles open source high-performance JavaScript and WebAssembly engine.
- [dev.to: JavaScript Objects](https://dev.to/shreyazz/javascript-objects-57ob)
- [dev.to: JavaScript Arrays and its Methods](https://dev.to/insha/javascript-array-and-its-methods-432k)
- [dev.to: Getting Started with JavaScript Modules](https://dev.to/thecoollearner/getting-started-with-javascript-modules-2mkg)
## Useful websites for web developers
- [canva.com](https://www.canva.com/) Create cover images, graphs, videos and more
+4
View File
@@ -1,5 +1,6 @@
# Cloud Based Integration & Messaging. Data Processing & Streaming (aka Data Pipeline). Open Data Hub
- [Message Queue in Kubernetes. Event-driven Messaging. Real-Time Data Streaming](#message-queue-in-kubernetes-event-driven-messaging-real-time-data-streaming)
- [RPC vs Messaging](#rpc-vs-messaging)
- [Message Brokers](#message-brokers)
- [ActiveMQ message broker](#activemq-message-broker)
- [RabbitMQ message broker](#rabbitmq-message-broker)
@@ -73,6 +74,9 @@
- [dzone: RESTful Applications in An Event-Driven Architecture](https://dzone.com/articles/restful-applications-in-an-event-driven-architecture) Hybrid architecture with both RESTful and event-driven services.
- [developers.redhat.com: Distributed transaction patterns for microservices compared](https://developers.redhat.com/articles/2021/09/21/distributed-transaction-patterns-microservices-compared)
## RPC vs Messaging
- [particular.net: RPC vs. Messaging which is faster?](https://particular.net/blog/rpc-vs-messaging-which-is-faster)
## Message Brokers
- [Apache ActiveMQ](https://activemq.apache.org/)
- [Dzone: Introduction to Message Brokers. Part 1: Apache Kafka vs. RabbitMQ](https://dzone.com/articles/introduction-to-message-brokers-part-1-apache-kafk)
+6
View File
@@ -1,4 +1,9 @@
# Test Automation with Postman. API Testing
- [Introduction](#introduction)
- [Newman](#newman)
- [KIE Server and Drools](#kie-server-and-drools)
## Introduction
- [getpostman.com](https://www.getpostman.com/)
- [blog.getpostman.com](https://blog.getpostman.com/)
- [Dzone: getting started with postman](https://dzone.com/articles/getting-started-with-postman)
@@ -17,6 +22,7 @@
- [vaishnavidontha.hashnode.dev: API Testing using Postman - Part 2](https://vaishnavidontha.hashnode.dev/api-testing-using-postman-part-2)
- [vaishnavidontha.hashnode.dev: API Testing using Postman - Part 3](https://vaishnavidontha.hashnode.dev/api-testing-using-postman-part-3)
- [blog.postman.com: Postmans Proxy Now Fully Supports HTTPS Endpoints](https://blog.postman.com/postmans-proxy-now-fully-supports-https-endpoints/)
- [dev.to: 1 Tip to Double Your Productivity in Postman](https://dev.to/jburroughs/1-tip-to-double-your-productivity-using-postman-3bdm)
## Newman
- [Newman](https://github.com/postmanlabs/newman) is a command-line collection runner for Postman
- [blog.balasundar.com: Run Postman collections using Newman and Python](https://blog.balasundar.com/run-postman-collections-using-newman-and-python)