The C# “an object reference is required for the non-static field” error is thrown when an object reference is required for the nonstatic field, method or property.. Install the C# SDK to identify and fix these errors.
We’re excited to announce new features in Kong Konnect that are designed to increase security and streamline API management. Read on to learn more about what’s new in Kong Konnect.
For the next interview in our series speaking to technical leads from around the world, we’ve welcomed experienced CTO Mahe Rangareddy. Mahe Rangareddy is the Chief Technology Officer at Alpha Omega Integration, a government contracting company in Tysons VA. An expert in data analytics, he promotes innovation and improvement within the company.
In this blog post I want to share a story of a performance bottleneck using the filesystem that we experienced in our development setup. In the Tideways backend, we have a simple homegrown database migration tool that scans a directory for.sql files and applies them if not already done. It is a very old piece of code that I used since before the times of doctrine/migrations. It is much simpler but works for us.