Categories

Web DevelopmentProgrammingDatabaseWindowsLinuxNetworkingMobile DevicesRaspberry PiPythonCJavaOtherSponsored

ALL Articles

Programming Meraki Dashboard API with Python

Learn how to access and automate network tasks with the Meraki Dashboard API using Python. A comprehensive guide to building your own custom scripts in Python

Python Flask RESTful API for MySQL CRUD

In this tutorial, you will learn to build a RESTful API using Python Flask to insert, retrieve, update and delete records from a MySQL table.

Getting started with Python Flask on Windows and Linux

This getting started guide describes installing Flask micro framework on Windows and Linux environments and how to write a simple Hello World app.

Reading data from MySQL to Pandas Dataframe

This article shows you how to import (query) data from a MySQL database table to a Pandas DataFrame using read_sql() function.

C#: Deleting Test Runs in Azure DevOps using REST API

This is a simple C# console application that uses REST API to delete test runs from your Azure DevOps project.

How to connect Bluetooth devices to a Windows 10 PC

This article explains how to connect Bluetooth devices such as mobile phones, speakers, headphones, mouse, PS4 controllers to Windows 10 PC or Laptop.

Get data from a nested JSON in PHP using Recursion and Loops

How to get data from nested JSON objects in PHP using recursion method or using simple FOR loops.

C#: List All Work Items in an Azure DevOps Project

Learn how to programmatically list ALL work items in a Azure DevOps Project by consuming REST API calls from a C# console application.

C#: Creating Work Items in Azure DevOps using REST API

This tutorial will show you how to make REST API calls from a C# program to create and manage work items in an Azure DevOps project.

C# Console App to Record and Playback Mouse Movements

Here is a simple C# console application that uses Win32 API function calls GetCursorPos and SetCursorPos to record and playback mouse movements.