Tag: Cloud
-
Code is everyone's business
Posted on November 2, 2021, Level beginner Resource Length short
Nearly every company now produces software or applications to enable it to do business. That can include using software as an interface to customer support, enabling e-commerce channels, and powering internal operations to serve customers and keep the business running. By Brian Rue.
Tags cio programming analytics teams management cloud
-
Swiftly search metadata with Amazon S3 serverless architecture
Posted on October 31, 2021, Level beginner Resource Length medium
As you increase the number of objects in Amazon Simple Storage Service (Amazon S3), you'll need the ability to search through them and quickly find the information you need. By Jiwan Panjiker, Haider Naqvi, and Muthuvelan Swaminathan.
Tags serverless app-development database cloud cio
-
Choosing a FaaS (Function as a Service) provider in 2021
Posted on October 29, 2021, Level beginner Resource Length medium
Function execution platforms really gained rise as more people got tired of setting up full containerized environments for simple code execution. The costs, overall maintenance, and cascading consequences of failures meant more people were looking for a lean context to execute one-off workers in the cloud. By Jesse Martin.
Tags cio app-development serverless web-development cloud
-
Rate limiting with HAProxy Kubernetes Ingress controller
Posted on October 13, 2021, Level intermediate Resource Length short
DDoS (distributed denial of service) events occur when an attacker or group of attackers flood your application or API with disruptive traffic, hoping to exhaust its resources and prevent it from functioning properly. Bots and scrapers, too, can misbehave, making far more requests than is reasonable. By Jim O'Connell.
Tags devops cloud kubernetes cio performance
-
Everything I learned in my 1st year as a SWE: GraphQL
Posted on October 12, 2021, Level beginner Resource Length medium
A beginner's crash course in GraphQL & REST APIs. In this series, I'll be sharing all the tools and technologies that I've picked up in my first year in the hopes of helping other entry-level engineers on their journey. By Camila Ramos.
Tags devops cloud nosql database
-
Kubeflow fundamentals: Distributions and installations
Posted on October 10, 2021, Level intermediate Resource Length medium
The aim of the series is to walk you through a detailed introduction of Kubeflow, a deep-dive into the various components and how they all come together to deliver a complete MLOps platform. By Jimmy Guerrero.
Tags devops cloud kubernetes machine-learning
-
Postgres full-text search: Search engine in a database
Posted on October 9, 2021, Level intermediate Resource Length medium
So when we say PostgreSQL is the "batteries included database," this is just one reason why. With Postgres, you don't need to immediately look farther than your own database management system for a full-text search solution. If you haven't yet given Postgres' built-in full-text search a try, read on for a simple intro. By Kat Batuigas.
Tags database search microservices nosql software-architecture cloud mysql
-
AWS WAF and CloudFront: How to use them together
Posted on October 5, 2021, Level intermediate Resource Length medium
Using AWS CloudFront and AWS WAF together, you can add some security to your sites with less work and focus on making features for your users. By Peter Grainger.
Tags devops how-to aws infosec cloud
-
How we shipped PostgreSQL 14 on Azure within one day of its release
Posted on October 4, 2021, Level intermediate Resource Length medium
In this blog post, you'll first get a glimpse into some of our favorite features in Postgres 14. These include connection scaling, faster VACUUM, and improvements to crash recovery times. By Ozgun Erdogan.
Tags devops how-to learning azure database cloud
-
How to monitor packet loss and latency in the cloud
Posted on September 29, 2021, Level intermediate Resource Length medium
NetOps teams have quickly learned the benefits of hosting applications in the cloud. But before they migrated or adopted a few SaaS applications, they knew in the back of their minds that monitoring performance would be difficult. A tiny voice was asking, "How will we monitor packet loss and connection latency, hop-by-hop, when using cloud applications?". By Kevin Woods, Head of Product Marketing.
Tags monitoring software how-to devops cloud
-
Top 4 cloud native application architecture principles
Posted on September 12, 2021, Level beginner Resource Length short
Cloud Native Applications are independent services, collectively but loosely coupled. Cloud native development is an approach to build quality apps. It is efficient as Cloud native development focuses on architecture's modularity. We need DevOps, Microservices and Containers for cloud native. By AnAr Corporate.
Tags cloud infosec app-development software-architecture
-
Top 10 common types of network security attacks explained
Posted on September 10, 2021, Level beginner Resource Length medium
Network security attacks have gained momentum over the past years, which highlights the need for network defenders. Learn more about network security attacks and their types. By CISOMAG.
Tags cloud infosec devops cio app-development