Configuring your .Net Core applications

configBlog, ConfigLeave a Comment

Photo by Free-Photos from pixabay.com In configuration file hell? Take a look at Config, the easiest way to manage your application configuration across all your servers and environments. Introduction Previously we had the Web.Config and App.Config files in our .Net Framework applications, which were actually XML files, where we could put the settings of our applications, and together with them, … Read More

The importance of version control in Agile Development

configBlogLeave a Comment

Photo by Boskampi from pixabay.com In configuration file hell? Take a look at Config, the easiest way to manage your application configuration across all your servers and environments. Introduction Version control systems, commonly used in software development, are tools whose purpose is to manage the different versions of documents produced throughout the development process. Ian Sommerville quotes in Software Engineering, … Read More

Using unit tests to improve the testing process in agile development

configBlogLeave a Comment

Photo by Kalhh from pixabay.com In configuration file hell? Take a look at Config, the easiest way to manage your application configuration across all your servers and environments. Introduction When we talk about automated testing, what comes first to the head? Tests that simulate the user using an application, through the UI (User Interface)? Unit testing? In this post, we’ll … Read More

Simplifying cross-platform development with Docker

configBlog, ConfigLeave a Comment

Photo by Geralt from pixabay.com In configuration file hell? Take a look at Config, the easiest way to manage your application configuration across all your servers and environments. Development with Docker and containerize applications Docker is an open source project that has been helping organizations to develop and deploy their applications in a centralized and scalable architecture. The key to … Read More

Continuous Delivery

configBlogLeave a Comment

Photo by diwou from pixabay.com In configuration file hell? Take a look at Config, the easiest way to manage your application configuration across all your servers and environments. Introduction In the day-to-day life of a team that develops software, new features are added to the current system, or existing ones are improved. So, delivering a new version is basically improving … Read More

Config recognized with the 2018 “Great User Experience” title for collaboration tools software from FinancesOnline Directory!

configBlogLeave a Comment

Config Wins

Config is delighted to announce winning the 2018 “Great User Experience” award along with the 2018 “Rising Star” award from the FinancesOnline directory! The year 2018 has been especially rewarding for all of us here at Config, and our latest honor gives us a big new reason to celebrate. Config was conferred with the prestigious 2016 “Great User Experience” Award … Read More

Config file format – The LuaRocks Configuration files

configBlogLeave a Comment

Config file format

The LuaRocks configuration file is a Lua file containing assignments. Default values are assumed for variables that are not assigned explicitly. The location of the configuration file can be configured through flags during installation. If no –force-config or /FORCECONFIG flags were used on installation, the LUAROCKS_CONFIG environment variable can […] Click here to view original web page at github.com

Config Release 0.9-0.11 Updates

configReleaseLeave a Comment

Configuration File Management

The Config Team has been working hard to add more features and enhancements to make configuration file management easier! Here are the latest updates on our recent releases: Release Version 0.9.X This release provides users easier way to upgrade and manage their paid accounts. New Features Launched Upgrade Page If you need to manage more configuration files, or invite more … Read More

DevOps – Difference between Continuous Integration, Delivery, and Deployment

configBlog, ConfigLeave a Comment

Photo by diwou from pixabay.com In configuration file hell? Take a look at Config, the easiest way to manage your application configuration across all your servers and environments. In DevOps times, the terms we hear most today are: Continuous Integration Continuous Delivery Continuous Deployment Like every fashion term, we often hear distorted explanations of what each practice is and what … Read More