Click here to Skip to main content
15,879,535 members

Articles by Dawid Borycki (Articles: 17)

Articles: 17

RSS Feed

Average article rating: 4.63

ARM
8 Sep 2023   Updated: 8 Sep 2023   Rating: 5.00/5    Votes: 3   Popularity: 2.39
Licence: CPOL    Views: 4,174     Bookmarked: 0   Downloaded: 15
Please Sign up or sign in to vote.
This article demonstrates how to use Arm64 to run .NET applications, acquiring advantages of native architecture like power efficiency and a speed gain.
Artificial Intelligence
Deep Learning
2 Dec 2020   Updated: 2 Dec 2020   Rating: 4.58/5    Votes: 7   Popularity: 3.87
Licence: CPOL    Views: 7,981     Bookmarked: 12   Downloaded: 258
Please Sign up or sign in to vote.
In this article series, we'll look at how to use AI and deep learning on video frames to ensure people are maintaining adequate social distancing in crowds.
3 Dec 2020   Updated: 3 Dec 2020   Rating: 2.90/5    Votes: 8   Popularity: 2.62
Licence: CPOL    Views: 5,445     Bookmarked: 5   Downloaded: 125
Please Sign up or sign in to vote.
In this article, we will learn how to add annotations to images.
4 Dec 2020   Updated: 4 Dec 2020   Rating: 3.32/5    Votes: 7   Popularity: 2.80
Licence: CPOL    Views: 4,032     Bookmarked: 4   Downloaded: 86
Please Sign up or sign in to vote.
In this article, we will use drawing functions to depict detected objects.
7 Dec 2020   Updated: 7 Dec 2020   Rating: 5.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 4,284     Bookmarked: 3   Downloaded: 69
Please Sign up or sign in to vote.
In this article, we continue learning how to use AI to build a social distancing detector.
8 Dec 2020   Updated: 8 Dec 2020   Rating: 4.43/5    Votes: 5   Popularity: 3.10
Licence: CPOL    Views: 4,918     Bookmarked: 7   Downloaded: 98
Please Sign up or sign in to vote.
In this article we will perform object detection on the frames from the test data sets including video sequence stored in the video file.
9 Dec 2020   Updated: 9 Dec 2020   Rating: 5.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 6,113     Bookmarked: 4   Downloaded: 96
Please Sign up or sign in to vote.
In this article, we'll calculate the center of each detected bounding box, which will serve as a base for calculating distance.
10 Dec 2020   Updated: 10 Dec 2020   Rating: 5.00/5    Votes: 4   Popularity: 3.01
Licence: CPOL    Views: 4,826     Bookmarked: 6   Downloaded: 113
Please Sign up or sign in to vote.
In this article, we will use those centers to estimate distances between people and indicate people that are too close.
11 Dec 2020   Updated: 11 Dec 2020   Rating: 5.00/5    Votes: 3   Popularity: 2.39
Licence: CPOL    Views: 8,271     Bookmarked: 8   Downloaded: 0
Please Sign up or sign in to vote.
In this last article of the series, we improve our Python console application for AI-powered social distancing detection.
Machine Learning
17 Dec 2019   Updated: 17 Dec 2019   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 26,205     Bookmarked: 14   Downloaded: 0
Please Sign up or sign in to vote.
In this article, we'll demonstrate building an Arm NN-based application for an IoT device that can perform automatic trash sorting through image analysis.
7 Apr 2020   Updated: 7 Apr 2020   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 21,123     Bookmarked: 6   Downloaded: 0
Please Sign up or sign in to vote.
How to choose and convert an existing TensorFlow model to work with Arm NN and best practices for model conversion and implementing Arm NN solutions.
Containers
Kubernetes
27 Apr 2021   Updated: 27 Apr 2021   Rating: 5.00/5    Votes: 2   Popularity: 1.51
Licence: CPOL    Views: 3,010     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
In this article we’ll create a Java microservice to work with Azure Table storage.
Desktop Programming
QT
26 Apr 2023   Updated: 26 Apr 2023   Rating: 5.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 5,061     Bookmarked: 7   Downloaded: 0
Please Sign up or sign in to vote.
This article shows you how to reduce the computation time of the x64 architecture by 40 percent by making simple changes.
13 Sep 2023   Updated: 13 Sep 2023   Rating: 4.55/5    Votes: 3   Popularity: 2.17
Licence: CPOL    Views: 3,420     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
In this article, you will build a Qt-based Python application with two C/C++-based DLL dependencies. This architecture mimics a typical scenario of using Python and Qt for rapid UI prototyping and DLLs for computation-intense work.
WPF
11 Sep 2023   Updated: 11 Sep 2023   Rating: 5.00/5    Votes: 3   Popularity: 2.39
Licence: CPOL    Views: 8,141     Bookmarked: 2   Downloaded: 34
Please Sign up or sign in to vote.
This article demonstrates how to use WPF with .NET 8.0 to implement a desktop application that runs on Arm64.
DevOps
26 Apr 2021   Updated: 26 Apr 2021   Rating: 5.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 3,350     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
In this article, we’ll see how to set up AKS in the cloud native way, using IaC (ARM templates) and GitOps to provision our infrastructure automatically, via an Azure DevOps pipeline.
General Programming
Performance
22 May 2023   Updated: 22 May 2023   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 4,430     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
This article demonstrates how to use Arm64EC in a C++ application. The application you will implement performs the multiplication of two pseudo-randomly generated square matrices.
Hosted Services
Azure
19 Jul 2021   Updated: 19 Jul 2021   Rating: 4.40/5    Votes: 2   Popularity: 1.32
Licence: CPOL    Views: 3,460     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
This article discusses ways to analyze real-time data without affecting application performance.
20 Jul 2021   Updated: 20 Jul 2021   Rating: 5.00/5    Votes: 2   Popularity: 1.51
Licence: CPOL    Views: 3,080     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
In this article, we prepare our Azure Cosmos DB account, added sample retail sales data, created an Azure Synapse workspace, and linked Azure Synapse Studio.
21 Jul 2021   Updated: 21 Jul 2021   Rating: 5.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 4,050     Bookmarked: 3   Downloaded: 0
Please Sign up or sign in to vote.
In this article we explore Azure Synapse Studio features for querying, filtering, and aggregating data with almost no code.
13 Oct 2021   Updated: 13 Oct 2021   Rating: 5.00/5    Votes: 2   Popularity: 1.51
Licence: CPOL    Views: 6,348     Bookmarked: 4   Downloaded: 0
Please Sign up or sign in to vote.
This article is an introduction to Microsoft Teams development.
14 Oct 2021   Updated: 14 Oct 2021   Rating: 5.00/5    Votes: 2   Popularity: 1.51
Licence: CPOL    Views: 3,522     Bookmarked: 3   Downloaded: 0
Please Sign up or sign in to vote.
In this article we create a Teams tab based on a sample Spring MVC web application deployed to Azure Spring Cloud.
15 Oct 2021   Updated: 15 Oct 2021   Rating: 5.00/5    Votes: 4   Popularity: 3.01
Licence: CPOL    Views: 5,712     Bookmarked: 8   Downloaded: 0
Please Sign up or sign in to vote.
In this article we learn how to add a conversational bot to Microsoft Teams to echo back text messages.
18 Apr 2022   Updated: 18 Apr 2022   Rating: 5.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 3,520     Bookmarked: 3   Downloaded: 32
Please Sign up or sign in to vote.
In this series, we’ll build a business-focused Spring Boot application in Java focused on ingesting images of forms submitted by vendors, processing them through Form Recognizer, and storing them in a PostgreSQL database.
19 Apr 2022   Updated: 19 Apr 2022   Rating: 5.00/5    Votes: 2   Popularity: 1.51
Licence: CPOL    Views: 3,430     Bookmarked: 3   Downloaded: 32
Please Sign up or sign in to vote.
In this article, we’ll implement file upload functionality and connect it with Azure Form Recognition.
20 Apr 2022   Updated: 20 Apr 2022   Rating: 5.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 3,070     Bookmarked: 3   Downloaded: 17
Please Sign up or sign in to vote.
In the previous parts of this series we used AI to extract form data, in this article we'll show some practical uses of it.
27 Jun 2022   Updated: 27 Jun 2022   Rating: 5.00/5    Votes: 2   Popularity: 1.51
Licence: CPOL    Views: 3,711     Bookmarked: 4   Downloaded: 0
Please Sign up or sign in to vote.
An introduction to Azure Virtual Network as the approach to isolate and secure your cloud resources
28 Jun 2022   Updated: 28 Jun 2022   Rating: 5.00/5    Votes: 2   Popularity: 1.51
Licence: CPOL    Views: 3,420     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
How Terraform works and how to use it to provision virtual networks in Azure using IaC
29 Jun 2022   Updated: 29 Jun 2022   Rating: 5.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 3,200     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
How to add and configure Network Security Group, Routing and Route Control, Azure Firewall and DDOS protection
Internet of Things
22 Apr 2021   Updated: 22 Apr 2021   Rating: 4.64/5    Votes: 3   Popularity: 2.21
Licence: CPOL    Views: 3,841     Bookmarked: 5   Downloaded: 0
Please Sign up or sign in to vote.
In this article, we’ll show you how to use Azure Functions to implement a hypothetical temperature monitoring application.
8 Sep 2023   Updated: 8 Sep 2023   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 3,062     Bookmarked: 1   Downloaded: 10
Please Sign up or sign in to vote.
This article demonstrates how you can use ASP.NET Core with Windows 11 to build a web server for a headless IoT application. You will gain insights into harnessing Arm64-powered devices that offer high performance while consuming minimal power for your IoT applications.
Mobile Apps
Android
5 May 2020   Updated: 5 May 2020   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 16,279     Bookmarked: 8   Downloaded: 0
Please Sign up or sign in to vote.
In this article, we see how to set up Android Studio for native C++ development, and to utilize Neon intrinsics for Arm-powered mobile devices.
8 Jun 2020   Updated: 8 Jun 2020   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 15,042     Bookmarked: 3   Downloaded: 0
Please Sign up or sign in to vote.
In this article I will show you an approach can be easily employed to write efficient code that can be useful for signal and image processing, neural networks, or game applications.
Multimedia
Video
26 Apr 2021   Updated: 26 Apr 2021   Rating: 4.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 1,960     Bookmarked: 3   Downloaded: 0
Please Sign up or sign in to vote.
In this article you learn how to tag video sequences through automation on Cloudinary and detect the content in a video, such as that of an apartment.
Programming Languages
Python
15 May 2023   Updated: 15 May 2023   Rating: 5.00/5    Votes: 2   Popularity: 1.51
Licence: CPOL    Views: 4,022     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
This article demonstrates the convenience of using native Arm Python 3.11 on Arm-powered devices to experience up to a threefold performance boost over using it in emulation mode.
13 Sep 2023   Updated: 13 Sep 2023   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 3,860     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
Web Development
Spring
28 Jan 2022   Updated: 28 Jan 2022   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 3,385     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
This tutorial demonstrates steps to build the messaging extension for Microsoft Teams.
31 Jan 2022   Updated: 31 Jan 2022   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 2,840     Bookmarked: 4   Downloaded: 0
Please Sign up or sign in to vote.
How to use Java and Spring MVC to implement link unfurling in Microsoft Teams apps
1 Feb 2022   Updated: 1 Feb 2022   Rating: 5.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 6,572     Bookmarked: 3   Downloaded: 0
Please Sign up or sign in to vote.
How to build webhooks and notification connectors

Average blogs rating:

No blogs have been submitted.

Average tips rating:

No tips have been posted.

Average reference rating:

No reference articles have been posted.

Average project rating:

No projects have been posted.
United States United States
Dawid Borycki is a software engineer and biomedical researcher with extensive experience in Microsoft technologies. He has completed a broad range of challenging projects involving the development of software for device prototypes (mostly medical equipment), embedded device interfacing, and desktop and mobile programming. Borycki is an author of two Microsoft Press books: “Programming for Mixed Reality (2018)” and “Programming for the Internet of Things (2017).”