Tag: Cloud
-
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
-
Introduction to OWASP top 10 2021
Posted on September 9, 2021, Level beginner Resource Length medium
Welcome to the latest installment of the OWASP Top 10! The OWASP Top 10 2021 is all-new, with a new graphic design and an available one-page infographic you can print or obtain from our home page. By @owasp.
Tags cloud infosec devops cio app-development
-
How to undo (almost) anything with Git
Posted on September 2, 2021, Level beginner Resource Length medium
One of the most useful features of any version control system is the ability to "undo" your mistakes. In Git, "undo" can mean many slightly different things. By Joshua Wehner.
Tags app-development cloud devops containers agile
-
Redis at the Edge with Cloudflare Workers
Posted on September 1, 2021, Level intermediate Resource Length medium
Computing at the Edge is one of the most exciting capabilities in recent years. CDN allows you to keep your files closer to your users. Edge computing allows you to run your applications closer to your users. This helps developers to build globally distributed, performant applications. By Enes Akar.
Tags app-development cloud software-architecture nosql performance
-
Administrator's guide: What makes passwordless, dare we say it, phish-proof?
Posted on August 31, 2021, Level beginner Resource Length medium
In some ways, the term "passwordless" is a misnomer. Yes, it's a password-less authentication method, greatly streamlining the login experience, and while that's a great incentive to use passwordless for logging in, it's not an improvement in authentication security in and of itself. By Jeremy Erickson.
Tags app-development cloud infosec devops web-development
-
Storage performance for cloud native applications
Posted on August 29, 2021, Level beginner Resource Length medium
We talk with our IT clients on a regular basis, and also conduct primary research into emerging IT trends. One of the leading trends we hear is the adoption and deployment of cloud native applications, including containers and Kubernetes, and the infrastructure changes required. By Russ Fellows.
Tags cloud linux devops cio containers
-
Data security in a multi-cloud world
Posted on August 17, 2021, Level beginner Resource Length intermediate
Securing and protecting enterprise data is at the center of the modern security plan. There are many considerations for organizations that aim to move critical workloads and data stores to the cloud, and understanding how business-critical data will be accessed, stored, and secured is a paramount concern. Written by Chris Steffen.
Tags ibm cloud infosec cio teams
-
Developer best practices – Structuring your repository for static web apps
Posted on August 12, 2021, Level beginner Resource Length short
As a good developer, I have my code in a repo, that doesn't necessarily mean that I have followed all of the best practices that I should. I can still expose myself to risks unknowingly. By April Edwards.
Tags app-development web-development cloud azure nodejs