CodeSwissKnife Bar

CodeSwissKnife Bar: The Developer’s Menu Bar Sidekick for macOS

Download
blog

Getting Started with Apple Foundation Models for Local AI in SwiftUI

Introduction With the release of iOS 18, iPadOS 18, and macOS Sequoia, Apple introduced Foundation Models, a new framework that brings on-device generative AI directly into your apps. These models are part of Apple Intelligence, designed to perform natural language tasks like summarization, text understanding, classification, and creative writing all processed locally on the user’s […]

Ottorino Bruni 
blog

How to Use the Options Pattern in ASP.NET Core for Strongly Typed Configuration

Why You Need the Options Pattern for Configuration When building applications in ASP.NET Core, configuration plays a critical role. Almost every project needs to load values from appsettings.json or environment variables, database connection strings, API keys, feature flags, and more. The most common way to read configuration is by using the IConfiguration interface and accessing […]

Ottorino Bruni