© 2023 Hashnode
#configuration
In today's digital age, software development holds immense relevance as the backbone of our interconnected world. From powering mobile applications and web platforms to driving innovation across indus…
Introduction: The craze for analytics seems to be substantially growing. This means the significance of data has sky-rocketed like never before. I’d personally consider logging mechanism as a predomin…
Remote Configuration It's also called as Remote Config (short form of Remote Configuration). Remote configuration is a technique where the configuration of an application or service is stored on a r…
A clear display of your backtesting runs Based on your feedback, we have been working a lot making the Strategy Designer much easier to use and understand. The strategy designer is now split into 2 pa…
The Lua programming language is a language used in Neovim as an alternative to the classic VIM Script language. The purpose of using Lua language is different from classical VIM Script, it is preferre…
Configuration in .NET is a powerful pattern that allows .NET developers to manage application settings from various sources, such as JSON files, environment variables, and more. However, sometimes developers need a way to reference and subs…
Introduction In JavaScript, Objects are an essential part of the language, and they are used to store collections of data. Object properties are the characteristics or attributes that define an object…
Welcome to the Let's Do Blazor mini-series. Through this series, I plan to introduce you to the basics of creating web applications with Blazor. First, I will guide you through the project creation an…
Preface Kafka is an open-source tool used for building real-time data processing pipelines. Here’s how to download and set it up on your Windows machine. In this tutorial, I will show you how to downl…
Config files The angular project comes with some config files ending with "rc" for "runcom/run commands". Those files are required to setup environment variables when running commands with those speci…