Generate Link to Kusto Query With Python
When sharing Kusto queries for Azure Data Explorer, it’s often useful to generate a direct link to the query. This snippet demonstrates how to create such a link using Python by encoding the query.
Welcome to my blog - I’m a Software Developer with 7+ years of experience, proficient in Python and JavaScript, specializing in Flask and Fast API for constructing high-performance applications.
In my free time, I like developing side projects and blogging about them. Have a good read!
Useful writing, walkthroughs, and technical notes worth surfacing first.
When sharing Kusto queries for Azure Data Explorer, it’s often useful to generate a direct link to the query. This snippet demonstrates how to create such a link using Python by encoding the query.
This Docker CLI cheat sheet is a comprehensive guide to the essential commands for working with Docker containers and images. While it covers most of the common use cases, some edge cases may require additional information, so it’s always a good idea to refer to the official Docker documentation.
This tutorial should help you setup a CI/CD pipeline on Jenkins for your AltWalker tests.
URL Parameters (also known as Query Parameters or Query String) are a set o key-value pairs attached to the end of a URL. They are used to send small amounts of data from page to page, or from client to server via the URL.
A short list of projects and tools that best reflect how I like to build.
AltWalker is an open-source Model-Based Testing framework that I developed in 2018 and have maintained since. It supports running tests written in Python 3 and .NET/C#. With AltWalker, you design your tests as a directed graph, and it generates test cases from your graph using GraphWalker and executes them.
AltWalker has garnered substantial attention, accumulating over 46K downloads on PyPi.
During the period from 2021 to 2024, I worked on AltTester, an innovative UI-driven test automation tool designed specifically for Unity applications and games. AltTester empowers developers to streamline their testing processes by effortlessly identifying and interacting with objects within their Unity projects using tests written in C#, Python, or Java. Whether running tests on real devices such as mobile phones and PCs or within the Unity Editor itself, AltTester offers a comprehensive solution for ensuring the reliability and functionality of Unity projects.
AltTester has made a significant impact, assisting over 5,000 users in testing their games effectively.