Alex K.

Blog author

Posts in 2024

Microsoft Cybersecurity Certification

Hey there, friends! Today's blog post is all about Microsoft Security Certifications. Why? Because when I was trying to figure out where to start and how to navigate through the certifications, I couldn't find a clear answer. So, I decided to put together this post to simplify things and give you a clear certification path (and even some infographics) for starting your journey into Microsoft’s
Microsoft 365 Azure Certification

Azure Resource Inventory (ARI)

As cloud environments grow more complex, keeping track of every resource within an Azure subscription can quickly become overwhelming. Whether you're managing a small deployment or an enterprise-scale environment, the need for a comprehensive overview of your resources is essential for maintaining control, ensuring compliance, and optimizing costs. This is where Azure Resource Inventory (ARI)
Microsoft 365 Azure Azure CLI DevOps

Changing editor for Git

When using Git on the command line, you may encounter a challenge with the default editor when writing commit messages. While typically, you can use the -m flag to include the commit message directly in the command like git commit -m "My commit text", sometimes you may need to amend a commit or accidentally run git commit without specifying a commit message. In these instances, you might be
DevOps Git

Counting Exercise Reps with YOLOv8, PyTorch, and NVIDIA CUDA

What? In the world of fitness and personal training, keeping track of exercise repetitions is crucial for tracking progress, setting goals, and ensuring proper form. While manually counting reps can be tedious and error-prone, modern computer vision techniques offer a more accurate and convenient solution. On top of that, there's a huge value in processing historical data (time series analysis),
ML CV Python YOLO

Installing CUDA and TensorRT on Windows 11 for GPU-Accelerated Pose Estimation

If you're a computer vision enthusiast or a deep learning practitioner working on pose estimation tasks, you'll know that leveraging the power of GPUs can significantly accelerate your computations. However, setting up the required software stack can be a daunting task, especially on Windows machines. In this post, we'll walk through the steps to install CUDA Toolkit, cuDNN and TensorRT on a
Windows ML CV NVIDIA CUDA