Creating a Serverless Docker Image

Serverless Docker Image
Serverless architectures have been all the rage these days. AWS, Azure, and the Google Cloud Platform have seen the benefits and embraced this new cloud development paradigm. With these tools available, building serverless architectures can be extremely advantageous to organizations that do not want to spend time and money managing their infrastructure in the cloud. ...
Read more

Building Serverless with Docker

Building Serverless with Docker
If you have experience with Azure Functions or AWS Lambdas, then the title may sound a bit like an oxymoron. One of the key benefits of “Function as a Service” (FaaS) or “serverless” offerings is developers do not have to worry about infrastructural concerns such as Virtual Machines, Containers, and the like. You create a ...
Read more

Exploring the Power of GraphQL in .NET

net graphql
GraphQL is a powerful tool for creating efficient and flexible APIs in the dynamic world of web development. Together with the .NET framework’s powerful features, this powerful duo can completely transform how programs share and access information. In this piece, we’ll investigate “net graphql,” or graph query language, to find out what it is, how ...
Read more