Exponential Smoothing: A Beginner's Guide to Getting Started
Exponential smoothing is a time series forecasting method that uses an exponentially weighted average of past observations to predict future values. This method assigns more weight to recent observations and less to older observations, allowing the forecast to adapt to changing...
A Detailed Guide to SQL's BETWEEN Operator
This post was written by Pius Aboyi. Scroll down for the author’s bio. SQL provides many operators that you can use to filter data in your queries based on specific conditions. For instance, when you need to get data with a...
An Introduction to Using OpenTelemetry & Python Together
This post was written by Mercy Kibet, a full-stack developer with a knack for learning and writing about new and intriguing tech stacks. In today’s digital world, software applications are becoming increasingly complex and distributed, making it more challenging than ever...
C# Date Classes: Types, Formats, and How to Use Them
This article was written by Juan Reyes. Scroll down for the author’s bio. In this article, we will be exploring C# date classes and how to leverage them to handle and manipulate date data in our applications. We will see the...
A Guide to Working with the Dateutil Module in Python
This post was written by Siddhant Varma. Scroll down to view the author’s profile. Python is a highly versatile language. From software engineering to machine learning and data analysis, it’s everywhere. As a multipurpose scripting and programming language, it’s often utilized...
A Guide to Regression Analysis with Time Series Data
This post was written by Mercy Kibet. Mercy is a full-stack developer with a knack for learning and writing about new and intriguing tech stacks. With the vast amount of time series data generated, captured, and consumed daily, how can you...
Distributed Database Architecture: What Is It?
This article, written by Alexander Fridman, was originally published in The New Stack and is reposted here with permission. Scroll below for the author’s profile. A look at the different types, their benefits and drawbacks, and how to design one. Databases...
A Detailed Guide to Formatting Dates in SQL
In modern software applications, time-stamped data is a common requirement. As a software developer or database administrator, you know that formatting dates is crucial for ensuring data accuracy and consistency. But with so many date formats and SQL engines out there,...
SQL Date Functions: A Detailed Guide
SQL provides a date type that developers can use to store date values. Also, to make working with dates easier, SQL has several date functions for retrieving, formatting, and manipulating dates. In this post, you’ll learn about some SQL date functions...
Announcing: Time-Based, Revocable, Leased – Dynamic Access Credentials for InfluxDB
This article, written by Glenn Gillen, was originally published on the Ockam blog and is reposted here with permission. Automated token management for InfluxDB Cloud Today we’re excited to announce the InfluxDB add-on for Ockam Orchestrator. Through the use of the...