Showing archive results for September 2025

Sep 30, 2025
Post comments count0
Post likes count1

TypeScript 7 native preview in Visual Studio 2026

Sayed Ibrahim Hashimi
Sayed Ibrahim Hashimi

In March of this year Anders Hejlsberg announced TypeScript 7 native preview and in May Daniel posted Announcing TypeScript Native Previews. Visual Studio 2026 Insiders now supports TypeScript’s Native Preview. Use the download link below to install the latest preview of Visual Studio to try this out. When using this new preview, your compile times...

Visual Studio
Sep 24, 2025
Post comments count0
Post likes count2

Visual Studio 2026 Insiders: Using Podman for Container Development

Matt Hernandez
Matt Hernandez

Podman is an open-source container engine that has rapidly gained popularity for its daemonless architecture, rootless operation, and compatibility with Docker CLI commands. Unlike Docker, Podman does not require a central daemon, offering improved security and flexibility - especially in enterprise and cloud-native environments. Its ability to run...

Uncategorized
Sep 15, 2025
Post comments count1
Post likes count8

Diving Into Spec-Driven Development With GitHub Spec Kit

Den Delimarsky
Den Delimarsky

Developers are increasingly relying on AI agents to both build new software as well as extend capabilities of existing projects that they support. One challenge with AI-based systems, however, is that to produce the right output you need to first establish really good context. If you don't decide what you're building and why you're building it ahea...

AIGitHubGitHub Copilot