Mary Ajayiyourtechie.hashnode.dev·4 hours agoStep-by-Step Guide to Creating and Configuring a Log Analytics Workspace on AzureAzure Monitor Logs Azure Monitor Logs is a part of Azure Monitor that gathers and arranges log and performance information from the resources you're monitoring. A Log Analytics workspace is a special space for log data from Azure Monitor and other Az...DiscussAzure
Narayana M V Lblog.macrofiy.com·Dec 6, 2023Google Tag Manager vs Google Analytics: Key DifferencesGoogle Analytics (GA) and Google Tag Manager (GTM) are both powerful tools used to improve website performance and user experience. However, they serve different purposes. Here's a breakdown of their key differences: Purpose: Google Analytics: Track...Discussgoogleanalytics
Narayana M V Lblog.macrofiy.com·Dec 6, 2023Unlocking the Power of Google AnalyticsHow it Drives Business Success In today's digital landscape, having a strong online presence is no longer optional – it's essential. And for businesses to thrive in this competitive environment, understanding their website audience and optimizing the...DiscussGoogle
Constantin Lungudatawise.dev·Dec 5, 2023LIKE ALL and LIKE ANY in BigQueryLet's look at the quantified LIKE operator in BigQuery. Why quantified? , you'll ask. So while the normal LIKE operator can be used to check just for one pattern, the quantified one (still in preview btw) can check the presence of one or all patter...DiscussPractical BigQuerybigquery
Constantin Lungudatawise.dev·Dec 5, 2023SELECT AS STRUCT and SELECT AS VALUEEver heard about value tables in BigQuery? Well, neither have I, until I've seen them mentioned in the docs. So, while in a normal table, a row is made up of columns, in a value table the row is a STRUCT. Say you UNNEST order_lines AS order_line. T...DiscussPractical BigQuerybigquery
Romman Sabbirrommansabbir.com·Dec 5, 2023Android: In-App Push Notifications with Payloads and Handling Click EventsIn the world of mobile applications, user engagement and interaction are crucial for success. One effective way to engage users is through push notifications. In this article, we'll delve into the details of generating in-app push notifications with ...Discuss·90 readsAndroid Application DevelopmentAndroid
Peter Kelvin Torvertechfortified.hashnode.dev·Dec 5, 2023Stream Processing Paradigm: Enabling Continuous Data Analysis and TransformationIntroduction In the modern era of data-driven applications and systems, the ability to analyze and transform data in real-time has become increasingly important for organizations across various industries. Traditional batch processing approaches, whi...DiscussPython
Constantin Lungudatawise.dev·Dec 3, 2023Does order of expressions in the WHERE clause matter?Does the order of expressions in a WHERE clause matter for performance? So an interesting point found in a Google Cloud blog post was the fact that this expression order matters, with BigQuery assuming that the user has provided the best order of exp...DiscussPractical BigQuerybigquery
Constantin Lungudatawise.dev·Dec 3, 2023Filling up missing values with LAST_VALUEWindow functions are powerful. But they can also help us fill in missing data in BigQuery. Let's say you have a sensor that records temperature and humidity. Unfortunately, it is quite unreliable, so sometimes it might not send one or both readings. ...DiscussPractical BigQuerybigquery
Bharat Saraswatblog.bharatsaraswat.com·Dec 1, 2023Creating a Covid tracker with Vanilla JSOriginally published on dev.to Hi, I am Bharat Saraswat and this is my first blogpost about creating a small covid tracker dashboard using Vanilla JS. Why Vanilla JS?I wanted to create a small dashboard which is fast(like very fast) and shows the d...Discusstracker