Tag

Viper

0 views collected around this technical thread.

Architecture & Thinking
Architecture & Thinking
Aug 20, 2024 · Backend Development

Master Go Configuration with Viper: A Step-by-Step Guide

This guide walks through installing Viper, creating common and environment‑specific YAML configuration files, mapping them to Go structs, setting up a global configuration holder, and initializing the config with live watching, providing a complete, runnable example for Go backend projects.

GoStruct MappingViper
0 likes · 9 min read
Master Go Configuration with Viper: A Step-by-Step Guide
Architecture Development Notes
Architecture Development Notes
Jul 26, 2024 · Backend Development

Master Go Configuration with Viper: Setup, Usage, and Advanced Tips

This article provides a comprehensive guide to Viper, a powerful Go configuration library, covering its core advantages, step‑by‑step basic usage—including installation, defaults, file handling, environment variables, command‑line flags, remote providers—and advanced techniques such as sub‑tree reading, custom decoding, and managing multiple Viper instances.

Backend DevelopmentConfiguration ManagementGo
0 likes · 10 min read
Master Go Configuration with Viper: Setup, Usage, and Advanced Tips
Go Programming World
Go Programming World
May 2, 2024 · Backend Development

Comprehensive Guide to Using Viper for Go Application Configuration

This article provides an in‑depth tutorial on Viper, a full‑featured Go configuration library, covering its features, usage scenarios, loading priorities, reading from files, environment variables, command‑line flags, remote stores, and best practices for managing application settings.

DevOpsGoRemote Config
0 likes · 22 min read
Comprehensive Guide to Using Viper for Go Application Configuration
Sohu Tech Products
Sohu Tech Products
Jun 3, 2020 · Mobile Development

VIPER Architecture in iOS: A Practical Implementation

This article explains the VIPER architectural pattern for iOS development, detailing each component (View, Interactor, Presenter, Entity, Router), providing Swift protocols and default implementations, and demonstrating a complete movie‑list example with reusable table‑view components and data handling.

ListDataProtocolPresenterRouter
0 likes · 24 min read
VIPER Architecture in iOS: A Practical Implementation