Nicolás de Ory

About meProjectsBlog

All posts

Organizing photos into dated folders using PowerShell

Mar 8, 2021

As an iOS user, exporting photos and saving them to the computer has always been a bit of a hassle. This PowerShell script organizes photos into folders following a YYYY-MM format.

Simple IPC using Named Pipes in .NET Core

Aug 18, 2020

A practical guide to implementing inter-process communication in .NET Core using named pipes. Leveraging a lightweight library, you'll enable two or more separate processes to communicate seamlessly.

Back to top