All posts by Jai Shrivastav.

what is kubernetes

What is Kubernetes?

History: Kubernetes (Greek word for “governor”, “helmsman”, or “captain”) was developed by Google and heavily influenced by the Borg system. The original code name for Kubernetes within Google was Project Seven of Nine, a reference…
automated testing

Basics of Automated Testing

Most coders just code their apps and do manual testing before publishing to QA. So, what is manual testing? It is a process where you test your function by launching your application on a browser.…

How to Use MongoDB with C#

MongoDB is one of many NoSQL databases today and that fits perfectly where the relationship complexity is less or none between tables. Because of no relationship and schemaless structure, it provides fast results. So, let’s…