Systems | Development | Analytics | API | Testing

%term

Entrepreneurship Is Power

In today's video, we're sharing a fireside chat that aired at the 2021 Guardian Summit. Join Snowflake's VP of WW Sales Engineering, Eve Besant, Aaron Walker, Founder/CEO, Camelback, and three fellows from Camelback Ventures, Jerelyn Rodriguez, Co-Founder/CEO, The Knowledge, Jessica Santana, Co-Founder/CEO, America on Tech, and Reuben Ogbonna, Co-Founder/Executive Director, The Marcy Lab School as they discuss how entrepreneurship is power.

WordPress Witchcraft - How to Test Your CMS [Webinar]

WordPress is a powerful tool for building great websites, but all great websites need great testing too. Join our founder, Justin Klemm, as he walks us through the best practices for QA testing WordPress websites. He'll also take us on a tour of the Ghost Inspector WordPress plugin. If you're using WordPress this is a webinar you won't want to miss.

Getting Started With Kong Istio Gateway

Have you ever found yourself in a situation where all your service mesh services are running in Kubernetes, and now you need to expose them to the outside world securely and reliably? Ingress management is essential for your configuration and operations when exposing services outside of a cluster. You need to take care of the authentication, observability, encryption and integration with other third-party vendors alongside other policies.

Building a startup: Three questions every startup must answer to beat their behemoths

When speaking about the historical trajectory of significant movements, Ghandi once said, “First they ignore you, then they laugh at you, then they fight you, then you win.” For startup founders, these words aptly illustrate the road — and obstacles — that lie ahead. Startups that succeed are destined, at some point, to face off against the most powerful incumbents in the world. Still, there has never been a better time to be a startup than right now.

Finding .NET Memory Leaks through Soak Testing

As you’re probably aware, C# is a modern, garbage collected language, which means you don’t have to take care of object disposal as you would in languages like C++. However, that doesn’t mean.NET engineers don’t face memory problems, such as memory leaks. In this post, we’ll walk you through the basics of memory leaks in.NET: what they are, how they occur, and why they matter.