Tag: Cloud
-
How Swift code runs on AWS Lambda
Posted on January 29, 2023, Level intermediate Resource Length medium
Intel TDX meets the Confidential Computing Consortium (CCC) standard for hardware-enforced memory protection not controlled by the cloud provider, all while delivering minimal performance impact with no code changes. By Mark Russinovich Chief Technology Officer and Technical Fellow, Microsoft Azure.
Tags aws swiftlang cloud serverless
-
Azure Confidential Computing on 4th gen Intel Xeon scalable processors with Intel TDX
Posted on January 28, 2023, Level beginner Resource Length short
Intel TDX meets the Confidential Computing Consortium (CCC) standard for hardware-enforced memory protection not controlled by the cloud provider, all while delivering minimal performance impact with no code changes. By Mark Russinovich Chief Technology Officer and Technical Fellow, Microsoft Azure.
Tags azure app-development infosec cloud servers
-
Time to look at the role of the CISO differently
Posted on January 21, 2023, Level beginner Resource Length long
What is now required is political acumen, managerial experience and personal gravitas, more than raw technology skills. By JC Gaillard.
Tags miscellaneous cio cloud software
-
NVIDIA Grace CPU superchip architecture in depth
Posted on January 20, 2023, Level beginner Resource Length long
NVIDIA Grace CPU is the first data center CPU developed by NVIDIA. By combining NVIDIA expertise with Arm processors, on-chip fabrics, System-on-Chip (SoC) design, and resilient high-bandwidth low-power memory technologies, the NVIDIA Grace CPU was built from the ground up to create the world's first superchips for computing. By Jonathon Evans, Ian Finder, Ivan Goldwasser, John Linford, Vishal Mehta, Daniel Ruiz and Mathias Wagner.
Tags miscellaneous cloud performance software distributed
-
Experiment: The hidden costs of waiting on slow build times
Posted on January 11, 2023, Level intermediate Resource Length long
How much does it really cost to buy more powerful cloud compute resources for development work? A lot less than you think. By Natalie Somersall.
Tags cicd cio devops cloud miscellaneous
-
Grafana Loki: Architecture and running in Kubernetes with AWS S3 storage and boltdb-shipper
Posted on January 10, 2023, Level intermediate Resource Length long
In the new project, there is no logging system at all, and since we all love the Grafana stack, we also decided to use Loki for logging. Loki is built on a microservices architecture, with all microservices assembled into a single binary. By Arseny Zinchenko.
Tags monitoring cicd cio devops cloud aws
-
Proper SOA isolation: The 3 frontiers
Posted on January 9, 2023, Level intermediate Resource Length medium
Building service is easy. Isolating that service, it's easier said than done. Anyone can build any service with any technology or stack. However, would this service last, or will it become technical debt? Many organizations trying to go all in with microservices end up with distributed monoliths instead of isolated services. By Diego Pacheco.
Tags serverless programming devops cloud aws
-
Organize your AWS Serverless code to prevent merge conflicts
Posted on January 8, 2023, Level intermediate Resource Length medium
How do you prevent the most common merge conflicts when your team is working on a Serverless application? How do you make sure that your team stays productive and avoids large merge issues while trying to update the same crucial files simultaneously? By Mark Curtis, Juan Peredo, and Tom Romano.
Tags serverless programming devops cloud aws
-
7-Step guide to IT cost reduction in 2023
Posted on January 7, 2023, Level beginner Resource Length medium
As per the latest forecast by Gartner, worldwide IT spending is projected to amount to $4.6 trillion in 2023, up by 5.1% from 2022. The demand for IT will be strong in 2023 as enterprises launch digital business initiatives to respond to global economic challenges. By Srinivas Miriyala.
Tags iot cio devops management cloud
-
Building microservices using Terraform, Ansible, Docker, Docker Compose, and Github Actions
Posted on December 23, 2022, Level intermediate Resource Length medium
Perform an emergency safety check to quickly disconnect apps and people from your iPhone. By Shubham Agarwal.
Tags devops ansible app-development cloud
-
What is JAMstack - introduction
Posted on December 19, 2022, Level intermediate Resource Length medium
At its core, the JAMstack is a web development approach that focuses on using client-side JavaScript, reusable APIs, and prebuilt Markup to create web applications. This architecture allows for faster and more secure web development by using prebuilt and pre-rendered pages, which are then delivered to the user via a content delivery network (CDN). By Martin.
Tags open-source cloud web-development javascript
-
Building a CI pipeline for Kotlin Multiplatform Mobile using GitHub actions
Posted on December 18, 2022, Level intermediate Resource Length medium
When evaluating a Kotlin Multiplatform solution, it was very important to our team that we understand how we could build a CI/CD pipeline for the project. It needed to be easy for our team to push changes and build a new version of the project. By Nate Ebel, Android Engineer.
Tags kotlin devops open-source cloud cicd