Category: News

Canary Testing with AWS App Mesh and Tekton

October 13, 2022 By Mark Otto 0

Planning a release from product strategy to product delivery is a complex process with multiple interconnected services and workflows. On top of that, creating and deploying new versions of services into production has always been a challenge for developers. DevOps teams must choose an effective…

Top AWS Open Source Talks at KubeCon + CloudNativeCon 2022

October 10, 2022 By Mark Otto 0

We’re excited to meet up with the open source community in Detroit later this month for KubeCon + CloudNativeCon North America! Here at AWS we’ve been growing our participation and contributions across a number of Cloud Native Computing Foundation (CNCF) projects. We are looking forward…

JavaScript Reference

May 14, 2021 By Mark Otto 0

This appendix contains JavaScript syntax reference in the following areas: • Objects, methods, and properties • Top-level functions and properties • Event handlers In general, JavaScript has a three-pronged structure: core, client-side, and server-side. Core JavaScript refers to those features that can be used on…

The JQuery Validation

May 14, 2021 By Mark Otto 0

JQuery – Validation In this tutorial, I will demonstrate you how to use jquery validation plug-in to validate the form data before submitting to server. I will try to keep things simple so that you can implement some validation on your webpage forms easily. The…