InfoQ Homepage Development Content on InfoQ
-
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.
-
Practical Eff Monad for Microservices
Eric Torreborre presents using the Eff monad at Zalando to structure a REST microservice, introducing an approach for dependency injection using the Reader monad (classic) and tree rewriting.
-
SpringOne 2017 Keynote 2
The Pivotal team and their customers present an overview of the current Cloud Foundry and Spring 5 ecosystem, with a technical focus on cloud native applications and reactive programming.
-
Power of Google Cloud Platform with Spring Cloud GCP
Mark Fisher and João Martins discuss using the Spring Cloud adapters for GCP to develop cloud native applications.
-
Automate Project Initiation to Deploy in Minutes
Ted Tollefson and Shawn Sherwood show how Kroger Technology has leveraged the APIs of Spring Initializr, Cloud Foundry, CI/CD tools, and databases to automate project initiation.
-
Abstractions to Help Developers Write Good Crypto
Isaac Potoczny-Jones discusses the impact of programming abstractions on the correctness of cryptographic code, and shows why some cryptographic libraries succeed while others fail.
-
The Present and Future of Serverless Observability
Yan Cui overviews the challenges observing a serverless architecture, the tradeoffs to consider, the current state of the tooling for serverless observability, taking a look at new and coming tools.
-
Diversity & Inclusion in Tech: A Panel Discussion
The panelists explore how and why diversity is important, key challenges they encountered, success stories and ideas for how each can help foster a more inclusive technical organization.
-
Streamlining Online Checkout Using Web Standards
Michel Weksler talks about the Payment Request API family of World Wide Web Consortium (W3C) standards and how they can be used to streamline checkout across the web.
-
PerfView: The Ultimate .NET Performance Tool
Sasha Goldshtein talks about PerfView, an open source tool for .NET performance diagnosis used in production environments to solve CPU, wall-clock time, and memory usage issues.
-
Keeping Code Style Sanity in a 13-Year-Old Codebase
Gabi Stefanini explores the code style consistency as illustrated by the history of Shopify's 13-year-old codebase, sharing techniques, tools and guides used.
-
Writing Extensible Functional Code
Renan Ranelli discusses Protocols (Elixir & Clojure) and TypeClasses (Haskell) and relates them to alternatives in other languages (Mixins in Ruby and Extension Methods in C#).