Code Dojo
  • Home
  • About
Sign in Subscribe

Roman

Nvidia Jetson Orin Nano & Ultralytics.

In this post I'll describe how to install Ultralytics on Jetson Orin Nano to be able to export and run model (use for inference). The use case I was doing is: 1. Train YOLO-model for the image recognition using PC / Nvidia GPU. 2. Then copy trained model to
11 Dec 2025 5 min read

Setting up Jetson Orin Nano Dev Kit

Nvidia guide on setup Jetson Orin Nano Dev Kit is here:https://www.jetson-ai-lab.com/initial_setup_jon.htmlIf you follow the guide and are stuck or you have a lot of questions. Welcome! Nvidia SDK Manager Windows 11/Wsl 2 I mainly use Windows 11 as my work system.
25 Nov 2025 4 min read

Using Postman to test .Net gRPC Service with SSL.

In this article I would like to describe how Postman can be used to test gRPC .Net service with the SSL support. .Net gRPC Service Simple .Net gRPC service can be created by following Microsoft article: https://learn.microsoft.com/en-us/aspnet/core/tutorials/grpc/grpc-start?view=aspnetcore-7.0&
24 Apr 2023 4 min read

Hello, world!

#include <iostream> int main() { std::cout << "Hello, world!" << std::endl; return 0; }
30 Dec 2022
Page 1 of 1
Code Dojo © 2025
  • Sign up
Powered by Ghost