InfoQ Homepage Architecture & Design Content on InfoQ
-
The AWS Serverless LAMP Stack: the Future of PHP or Vendor Lock-in?
In a series of three technical articles, AWS has recently introduced the new "Serverless LAMP stack". But not everyone in the open-source community believes that the successor of the LAMP stack is proprietary technologies from a single vendor, and alternative approaches have been suggested.
-
Svelte Adds Official TypeScript Support
The Svelte JavaScript framework leverages TypeScript, but until recently, it was challenging to use TypeScript to create Svelte web apps. The latest Svelte updates add official TypeScript support to Svelte.
-
Amazon Announces New Command Line Interface Tool AWS Copilot
Recently, Amazon announced a new command-line interface tool called AWS Copilot, which allows customers to develop, release, and operate containerized applications on AWS. With a single command, customers can create all the infrastructure and artifacts necessary to run a service on Amazon Elastic Container Service (ECS) and AWS Fargate.
-
Microsoft .NET Conf: Focus on Microservices
Yesterday, the third edition of the .NET Conf: Focus series took place, this time featuring microservices development with .NET. The event targeted developers of all stripes, with live coding demonstrations and comprehensive coverage on related concepts and tools. The focus conferences are free, one-day livestream events featuring speakers from the community and .NET product teams.
-
Q&A about New Governance for Redis after Maintainer Salvatore Sanfilippo Steps Down
InfoQ caught up with Redis core team members and chief architect at Redis Labs, Yossi Gottlieb, and senior software architect at Redis Labs, Oran Agra, about the new governance board and the future of Redis.
-
Ionic Capacitor 2 Improves Mobile Authentication and Cross-Domain HTTPS
The recent Ionic Capacitor 2 release updates the underlying Swift, XCode, and Android versions, adds Face Unlock and Iris Unlock, improves the core Capacitor plugins, and simplifies cross-domain HTTPS requests.
-
Micronaut Foundation Established to Advance Adoption of Micronaut Framework
Object Computing, Inc. (OCI) has announced the creation of the Micronaut Foundation, a not-for-profit company established to advance innovation and adoption of the Micronaut framework. The foundation will receive initial funding of $2M from OCI for development and evangelism. Jeff Scott Brown, Grails and Micronaut practice lead at OCI, spoke to InfoQ about the formation of the foundation.
-
How Amazon Teams Do Continuous Delivery
An AWS engineer recently wrote about how Amazon deployment pipelines look and what practices they follow to deploy continuously to production. A pipeline validates changes in multiple environments running unit and integration tests, and use stages to stagger deployments to production. Teams don't actively examine deployments as the pipeline monitors key metrics and can rollback if needed.
-
Cloudflare Announces a New Class of Workers Called Workers Unbound
Cloudflare announces an expanded version of Cloudflare Workers called Cloudflare Workers Unbound.
-
Google Launches Confidential VMs in Beta on Its Cloud Platform
In a recent blog post, Google announced Confidential VMs, a new type of virtual machine that makes use of the company’s work around confidential computing to ensure that data isn’t just encrypted at rest but also while it is in memory.
-
Cloud Development Kit Can Now Generate Terraform Configurations Using TypeScript and Python
AWS, HashiCorp, and Terrastack collaborated to release a preview of the CDK for Terraform, or cdktf. Developers can use programming languages like Python or Typescript to manage infrastructure as code. cdktf generates a Terraform configuration in JSON. Also, cdktf supports any existing modules and providers from the Terraform registry to deploy resources to AWS, Azure, or Google Cloud.
-
Introducing InfoQ Live: a Microservices Virtual Event on Tuesday, August 25th
We are excited to introduce InfoQ Live, a one-day virtual learning event designed for you, the modern software practitioner. You’ll get to deep dive into the topics of building and operating microservices with world-class practitioners and discover practical strategies that you can put to use straight away. Join us on August 25th, 2020, at 9 AM EDT / 3 PM CEST. Register now for only $49.
-
Amazon Announces the General Availability of Monitoring Service AWS IoT SiteWise
IoT SiteWise is a fully managed service in AWS, which automates the processing of data from the plant floor, the structuring and marking of data, and generation of real-time metrics to monitor. The service provides customers with a way to connect their on-premise industrial equipment via a gateway to link their on-premises servers to the AWS cloud, where the data accumulates for analysis.
-
Oracle Announces a Fully-Managed Cloud Region with Cloud@Customer
In a recent press release, Oracle announced a fully-managed dedicated cloud region providing a full stack of Oracle’s public cloud services, including Oracle Autonomous Database and Cloud applications, to customer data centers. The region brings all of Oracle’s second-generation cloud services starting from $500K USD per month.
-
Fastify 3.0 Improves Performance, Logging, Schema, and TypeScript Support
Fastify is an open-source, low-performance overhead Node.js web framework. Fastify version 3 introduces support for running Express applications inside Fastify, adds improvements to logging serialization and schema substitution, and provides better TypeScript definition support.