Tag: Devops and ci cd
-
Understanding enterprise messaging APIs and protocols
Posted on September 25, 2021, Level beginner Resource Length medium
In this article we'll explore the world of messaging APIs and protocols. We'll identify why developers depend on them and focus on the capabilities of some of the most commonly used messaging APIs and protocols. By Callum Jackson, Richard J. Coppen.
Tags architecture-and-apis cloud-and-infrastructure devops-and-ci-cd data-and-analytics
-
How to create a self-signed SSL certificate for Nginx in Ubuntu 20.04
Posted on September 24, 2021, Level intermediate Resource Length long
TLS, or transport layer security, and its predecessor SSL, which stands for secure sockets layer, are web protocols used to protect and encrypt traffic over a computer network. By Brian Boucheron and Jeanelle Horcasitas.
Tags devops-and-ci-cd cloud-and-infrastructure security-and-privacy product-and-design
-
Case-study: Building a Low Code automation platform with OpenFaaS
Posted on September 23, 2021, Level beginner Resource Length medium
Few Enterprise IT departments would dare select something else than AWS, Azure or GCP as their "infra baseline".The Big three were careful to provide similar cloud offerings, but different enough so that regardless of which one you would choose, you would be signing off for a vendor lock-in from day one. By Veselin Pizurica.
Tags devops-and-ci-cd architecture-and-apis business-and-emerging-tech
-
gRPC for microservices communication
Posted on September 19, 2021, Level intermediate Resource Length medium
Microservices architecture has become a popular choice for developing software applications. In a microservice architecture, the microservices often need to communicate with each other. Compared to the traditional RESTful web API, a gRPC based RPC framework can be a better alternative for microservices communication. By Pankaj.
Tags architecture-and-apis devops-and-ci-cd software-engineering backend-development
-
How to integrate legacy API with AWS API Gateway proxy
Posted on September 18, 2021, Level intermediate Resource Length medium
The emergence of modern web and mobile applications, based on microservices exposing HTTP APIs, has highlighted the need to effectively integrate, deploy, decommission, throttle, and securing a plethora of heterogeneous web APIs. By #Proud2beCloud @towardsaws.com.
Tags architecture-and-apis devops-and-ci-cd how-to cloud-and-infrastructure
-
Top 10 common types of network security attacks explained
Posted on September 10, 2021, Level beginner Resource Length medium
Network security attacks have gained momentum over the past years, which highlights the need for network defenders. Learn more about network security attacks and their types. By CISOMAG.
Tags cloud-and-infrastructure security-and-privacy devops-and-ci-cd leadership-and-career product-and-design
-
Introduction to OWASP top 10 2021
Posted on September 9, 2021, Level beginner Resource Length medium
Welcome to the latest installment of the OWASP Top 10! The OWASP Top 10 2021 is all-new, with a new graphic design and an available one-page infographic you can print or obtain from our home page. By @owasp.
Tags cloud-and-infrastructure security-and-privacy devops-and-ci-cd leadership-and-career product-and-design
-
Observing gRPC-based microservices on Amazon EKS running Istio
Posted on September 8, 2021, Level intermediate Resource Length long
Observing a gRPC-based Kubernetes application using Jaeger, Zipkin, Prometheus, Grafana, and Kiali on Amazon EKS running Istio service mesh. By Gary A. Stafford.
Tags cloud-and-infrastructure devops-and-ci-cd software-engineering
-
How to build an effective API strategy in 2021
Posted on September 5, 2021, Level beginner Resource Length medium
Application Programming Interfaces (APIs) are the building blocks of modern digital ecosystems. They've collapsed data silos, allowing businesses to streamline their operations. By David Campbell.
Tags product-and-design leadership-and-career architecture-and-apis devops-and-ci-cd
-
Test like you fly - intro
Posted on September 4, 2021, Level beginner Resource Length medium
In contrast to all the other important test methodologies, "Test Like You Fly", or TLYF for short, emphasizes testing to find fundamental flaws in a system that will prevent it from performing the mission. Most testing methodologies strive to confirm that requirements - the input to our designs - are being met by the system as written. By Tim Chambers.
Tags product-and-design testing-and-quality devops-and-ci-cd architecture-and-apis leadership-and-career software-engineering
-
Best practices for load balancing Kubernetes containers
Posted on September 3, 2021, Level intermediate Resource Length short
Some organizations have hundreds of small containers across many different servers in different development, test, and production environments. This can be tricky to manage, which is why companies have turned to Kubernetes for container orchestration. By Craig Risi.
Tags product-and-design devops-and-ci-cd architecture-and-apis leadership-and-career
-
How to undo (almost) anything with Git
Posted on September 2, 2021, Level beginner Resource Length medium
One of the most useful features of any version control system is the ability to "undo" your mistakes. In Git, "undo" can mean many slightly different things. By Joshua Wehner.
Tags product-and-design cloud-and-infrastructure devops-and-ci-cd leadership-and-career