Tag: Cloud
-
Alibaba cloud named a leader among FaaS platform providers
Posted on August 29, 2023, Level beginner Resource Length short
Alibaba Cloud, the digital technology and intelligence backbone of Alibaba Group, has been named a Leader in The Forrester Wave™: Functions-As-A-Service Platforms, Q2 2023. By alibabacloud.com.
Tags miscellaneous app-development servers cloud
-
Five cloud security predictions for 2023
Posted on August 28, 2023, Level beginner Resource Length medium
COVID's impact still resonates. Remote work, AI, and a turbulent economy have made the future unpredictable, including the future of cloud security. But we still have best practices for you! Let's examine 5 cloud security predictions to be aware of in 2023. By Luke (hakluke) Stephens.
Tags miscellaneous cloud infosec cio web-development
-
Learning Rust with a little help from AI
Posted on August 27, 2023, Level beginner Resource Length medium
Learning a new programming language can help broaden your software development expertise, open career opportunities, or create fun challenges. However, it can be difficult to decide on one specific approach to learning a new language. By Michael Friedrich.
Tags ai programming app-development cloud web-development
-
Distributed transactions at Scale in Amazon DynamoDB
Posted on August 26, 2023, Level beginner Resource Length medium
It is great to see DynamoDB, and AWS in general, is publishing/sharing more widely than before. A killer feature of DynamoDB is predictability at any scale. Aligned with this predictability tenet, when adding transactions to DynamoDB, the first and primary constraint was to preserve the predictable high performance of single-key reads/writes at any scale. By Murat Demirbas.
Tags aws distributed apis app-development cloud nodejs
-
Google BigQuery ETL: 11 best practices for high performance
Posted on August 22, 2023, Level beginner Resource Length medium
Google BigQuery – a fully managed Cloud Data Warehouse for analytics from Google Cloud Platform (GCP), is one of the most popular Cloud-based analytics solutions. Due to its unique architecture and seamless integration with other services from GCP, there are certain best practices to be considered while configuring Google BigQuery ETL (Extract, Transform, Load) & migrating data to BigQuery. By Faisal K K.
Tags gcp cloud big-data cio data-science
-
Cloud governance framework: How to develop, implement and follow one
Posted on August 21, 2023, Level beginner Resource Length medium
For many organisations, cloud computing has become the backbone of modern business operations. And with this backbone comes the need for policies, processes, and controls to ensure the secure and efficient management of cloud resources and services. You need a new friend: allow us to introduce cloud governance. By Ancoris Says.
Tags cloud software learning management infosec
-
Fog computing vs edge computing
Posted on August 19, 2023, Level beginner Resource Length short
Fog and edge computing, innovative technologies situated at the outskirts of the cloud ecosystem, hold the potential to revolutionize data processing. Delving into the intricacies of these approaches reveals how they can significantly enhance data processing methods. While both terms are sometimes used interchangeably, it's crucial to understand the nuanced differences that set them apart. By Jari Haiston.
Tags miscellaneous cloud cio apis iot
-
Delivering messages at the scale of the World Cup
Posted on June 29, 2023, Level intermediate Resource Length medium
Events like the World Cup bring together a huge number of fans like Alex all over the world. The biggest challenge in maintaining such a service is scale. The type of traffic for such events can be extremely spiky. A very steady traffic volume can suddenly spike when Mbappe scores the goal that ties the game. Suddenly, FCM needs to notify 250M users about this event. By Michelangelo Mecozzi.
Tags messaging cloud queues nosql microservices
-
CI/CD with Crunchy Postgres for Kubernetes and Argo
Posted on June 25, 2023, Level beginner Resource Length medium
Continuous Integration / Continuous Delivery (CI/CD) is an automated approach in which incremental code changes are made, built, tested and delivered. Organizations want to get their software solutions to market as quickly as possible without sacrificing quality or stability. While CI/CD is often associated with application code, it can also be beneficial for managing changes to PostgreSQL database clusters. By Bob Pacheco.
Tags devops cloud cicd kubernetes
-
How to access, install, and use AI ChatGPT-4 plugins (and why you should)
Posted on June 24, 2023, Level beginner Resource Length medium
ChatGPT-3.5 is useful. ChatGPT-4 can be very useful. But, for the most useful version of ChatGPT to date, you need to add, implement, and use ChatGPT-4 with plugins. By Steven Vaughan-Nichols.
Tags startups cloud machine-learning miscellaneous
-
Rails design patterns - the big picture
Posted on June 22, 2023, Level beginner Resource Length medium
A design pattern is a repeatable solution to solve common problems in a software design. When building apps with the Ruby on Rails framework, you will often face such issues, especially when working on big legacy applications where the architecture does not follow good software design principles. By Paweł Dąbrowski.
Tags web-development app-development cloud open-source
-
Protecting serverless applications with AWS WAF
Posted on June 20, 2023, Level beginner Resource Length medium
Since serverless is designed to scale to infinity, one of the questions we get asked very often is whether a DDoS attack on the serverless application can result in a hefty Cloud Bill. One way to prevent this is to have rate limiting on API Gateway in place so that the serverless application doesn't scale to unexpected levels and end up using all underlying resources. By Vishwasa Navada K.
Tags serverless cloud infosec aws