InfoQ Homepage Dev Up Conference Content on InfoQ
-
Improving the Design of Existing Software
Steve Smith looks at some common places for signs of app design degradation, showing steps to take to improve the code. Examples use C#/.NET but are generally applicable regardless of platform.
-
Angular2+ Reactive Forms
Lyndsey Padget steps through building a reactive form in Angular 2+ with code snippets and demos.
-
Up and Running with Angular in 60 Minutes
Justin James introduces Angular, its main modules and the CLI, providing the information needed to start coding in this framework.
-
Containers - What Are They Good For?
Jimmy Bogard takes a look at containerizing all aspects of a developer's toolkit, from local dependencies, development, build, test, and finally, production, to see where containers fit.
-
Electron: Desktop Development for Web Developers
Chris Woodruff discusses Electron, how to set up the development environment, generate a starter project, and build some business logic. He will also start building a UX with the Photon control kit.
-
Fear and (Self) Loathing in IT – A Healthy Discussion on Imposter Syndrome
Angela Dugan discusses the Imposter syndrome, how to recognize it in yourself and others and how to thrive with it.
-
Dockerize Your Development
Lee Brandt shows how to get Docker set up for a project, how to maintain the Docker environment, and how to deploy to production, explaining the basics of Docker.
-
Adding Real-Time Features to Your Applications with SignalR
Javier Lozano introduces SignalR and covers the features and approaches SignalR offers on both client and server sides.
-
Building Reusable UI Components in ASP.NET Core MVC
Scott Addie presents how to create basic reusable view components and tag helpers in ASP.NET Core MVC.
-
Understanding Azure Resource Templates
Paul Hacker discusses the Azure Resource Manager (ARM) templates used when deploying an app on Azure, showing how to use the Azure Resource Template Visualizer.
-
The Modern ASP.NET Tech Stack!
Sam Basu discusses the status, the evolving direction and the technology stack for ASP.NET and ASP.NET Core.
-
Build a JavaScript Dev Environment in One hour
Cory House shows how to create and run a command to lint, bundle, minify, run tests, open the browser, and display a JavaScript app.