InfoQ Homepage KCDC 2018 Content on InfoQ
-
Serverless Applications with Firebase
Kyle Paul introduces the tools available in Firebase, taking a dive into the Firebase real-time database & authentication setup, and finishing up with a multiplayer quiz (built on Firebase).
-
Mocking .NET without Hurting Its Feelings
John Wright discusses two main types of mocking frameworks: constrained frameworks (like RhinoMocks and Moq) and unconstrained frameworks (such as Typemock Isolator and Telerik JustMock).
-
A Room with a Vue.js
Ryan Rousseau introduces Vue.js, building a simple web application to showcase its features and benefits.
-
Angular2+ Reactive Forms
Lyndsey Padget demos building a reactive form in JavaScript for Angular 2+, making validation and error-handling simple.
-
Testing the Endpoints of Your REST APIs
Tonya Cooper discusses how to test REST API endpoints through unit testing the controllers and integration testing with Postman.
-
Blazor: C# Running in the Browser via WebAssembly
Scott Sauber introduces WebAssembly, explaining why it isn't another Silverlight, and then showing through demos how Blazor works.
-
I'll Get Back to You: Task, Await, and Asynchronous Methods
Jeremy Clark discusses consuming asynchronous methods with Task, covering continuations, cancellations, and exception handling.
-
How to Write Code That Documents Itself
Dann Michelson discusses writing code that documents itself using proper naming, understandable architecture, consistent code style, and specialized tools.
-
Look Ma, No Servers: AWS Serverless Applications with the .NET Stack
Bryan Slatner discusses the need to think differently about serverless applications and demonstrates creating and deploying an entire web app without any servers, focusing on AWS and .NET.
-
TypeScript for the Microsoft Developer
Joseph Guadagno discusses TypeScript, how it is helpful and some of the features it is worth using for.
-
Goodbye REST APIs. Hello GraphQL!
Cory House discusses GraphQL, what makes it attractive, how GraphQL integrates with React, Angular, Vue and others, and how to migrate from REST APIs.
-
Get Func-y: Understanding Delegates in .NET
Jeremy Clark discusses what delegates are, detailing Func and Action delegate types, and showing how to use them to make classes more flexible.