Operations | Monitoring | ITSM | DevOps | Cloud

Latest Videos

10x development speed with local serverless debugging

Serverless is great but a lot of it is in the cloud and in all these different services. Oftentimes we hear serverless developers struggle with debugging serverless locally in order to iterate fast. Without an effective debugging setup, they are left frustrated with slowed development cycle time and decreased operational efficiency. In this 45-minute hands-on webinar, we'll be discussing how to debug serverless locally to really speed up your development cycle.

Cloud 66 Feature Highlight: Archived Application

Archived Applications allows developers to "park" an application at any time. Archiving an application saves the configuration and state of your deployment, turns your servers off, and puts your application into a dormant state. Once your application is archived, you will not be able to open, edit or access it until you restore it. Servers used by this application will be turned off (deactivated) but not deleted. Please do not delete these servers, or you will not be able to restore your application. Note that you don't pay Cloud 66 for applications that are archived.

Bits of Security, Snyk.io: Stranger Danger: Finding Security Vulnerabilities Before They Find You!

Open source modules on the NPM ecosystem are undoubtedly awesome. However, they also represent an undeniable and massive risk, since you’re introducing someone else’s code into your system, often with little or no scrutiny. The wrong package can introduce critical vulnerabilities into your application, exposing your application and your user's data. This talk will use a sample application, Goof, which uses various vulnerable dependencies, which we will exploit as an attacker would. For each issue, we'll explain why it happened, show its impact, and—most importantly—learn how to avoid or fix it.