Tag: Cloud and infrastructure
-
Online payments using the new Web Payment APIs
Posted on March 8, 2021, Level intermediate Resource Length medium
The Payment Request API and the Payment Handler API are a set of new W3C web standard being introduced to make payments easier on a website. It is aimed at standardizing and providing a consistent user experience for payments for both end-users and for merchants. By Deepu K Sasidharan, Developer Advocate, Adyen.
Tags architecture-and-apis product-and-design cloud-and-infrastructure frontend-and-mobile
-
How to build a serverless real-time credit card fraud detection solution
Posted on March 7, 2021, Level intermediate Resource Length medium
As businesses continue to shift toward online credit card payments, there is a rising need to have an effective fraud detection solution capable of real-time, actionable alerts. By Polong Lin and Pavan Kattamuri.
Tags architecture-and-apis cloud-and-infrastructure security-and-privacy
-
Kubernetes – Bridging the gap between 5G and intelligent edge computing
Posted on March 6, 2021, Level beginner Resource Length short
An article by Ashish Sharma. In the era of digital transformation, the 5G network is a leap forward. But frankly, the tall promises of the 5G network are cornering the edge computing technology to democratize data at a granular level.
Tags leadership-and-career devops-and-ci-cd cloud-and-infrastructure
-
7 Reasons why products fail
Posted on March 5, 2021, Level beginner Resource Length short
What is product failure, anyway? Not all failures are catastrophic where the product is pulled from the market and the company goes out of business. Most are partial or soft failures. By Rick Bess.
Tags leadership-and-career software-engineering cloud-and-infrastructure miscellaneous
-
Integrating Apache Kafka into your CI/CD with Jenkins & Lenses
Posted on March 2, 2021, Level intermediate Resource Length medium
This tutorial will illustrate how you can integrate Lenses into your Jenkins CI/CD using the lenses-cli. The Lenses CLI allows you to manage your Apache Kafka environment using a single unified and secure API across all Kafka components (Kafka Brokers, Zookeepers, Kafka Connect, Schema Registry etc.). By Mihalis Tsoukalos.
Tags data-and-analytics architecture-and-apis cloud-and-infrastructure product-and-design
-
Deep dive into Cloud App Discovery
Posted on March 1, 2021, Level beginner Resource Length short
Cloud Discovery, which is one of the Microsoft Cloud App Security (MCAS) features, helps organizations to identity applications and user activities, traffic volume, and typical usage hours for each cloud application. In a nutshell, it can help to detect "Shadow IT" applications and possible risky applications. By Joanna Harding @Microsoft.
Tags cloud-and-infrastructure architecture-and-apis leadership-and-career
-
Prooph, top enterprise aware PHP CQRS and Event Sourcing components
Posted on February 27, 2021, Level beginner Resource Length medium
Prooph is an enterprise-ready PHP CQRS and Event Sourcing packages for PHP with support for the most famous PHP web frameworks. If you are not familiar with CQRS (Command Query Responsibility Segregation), it's first described by Greg Young in 2010 and it's basically a design pattern used in enterprise and microservices architecture to separate read and writes in your data layer. By Hatem Ben Yacoub.
Tags backend-development frontend-and-mobile cloud-and-infrastructure product-and-design
-
Security logging in cloud environments - AWS
Posted on February 26, 2021, Level intermediate Resource Length long
If you had to architect a multi-account security logging strategy, where should you start? This blog, part of the "Continuous Visibility into Ephemeral Cloud Environments" series, will describe a design for a state of the art multi-account security-related logging platform in AWS. By Marco Lancini.
Tags cloud-and-infrastructure security-and-privacy devops-and-ci-cd
-
Operating Lambda: Application design
Posted on February 22, 2021, Level intermediate Resource Length medium
In the Operating Lambda series, I cover important topics for developers, architects, and systems administrators who are managing AWS Lambda-based applications. This three-part series discusses application design for Lambda-based applications. By James Beswick.
Tags architecture-and-apis cloud-and-infrastructure
-
Understanding Unikernels: The future of cloud computing, probably
Posted on February 21, 2021, Level beginner Resource Length medium
Having used Containers, Kubernetes and Serverless (a lot!) over the last few years, I catch myself wondering 'What next?' when it comes to more efficient, faster and secure units of computing. By Nithin Jois.
Tags architecture-and-apis cloud-and-infrastructure devops-and-ci-cd software-engineering data-and-analytics ai-and-machine-learning
-
AWS X-Ray in 5 minutes
Posted on February 20, 2021, Level beginner Resource Length short
X-Ray is AWS's distributed tracing system. What the hell is a distributed tracing system? That means that you can trace requests as they travel through your architecture. By John T Earl.
Tags architecture-and-apis product-and-design cloud-and-infrastructure devops-and-ci-cd frontend-and-mobile
-
How to write custom cypher procedures with NetworkX and Memgraph
Posted on February 15, 2021, Level intermediate Resource Length medium
Angular is one of the most popular front-end frameworks, with 30% of developers preferring it for their projects. Angular is especially useful for large scale projects with many different views and components. By Ryan Thelin.
Tags cloud-and-infrastructure devops-and-ci-cd how-to product-and-design data-and-analytics leadership-and-career