newsMicrosoft unveils imaging APIs for Windows Copilot RuntimeGenerative AI-backed APIs will allow developers to build image super resolution, image segmentation, object erase, and OCR capabilities into Windows applications. By Paul KrillNov 19, 20242 minsGenerative AIAPIsDevelopment Libraries and Frameworks analysis How to transform your architecture review boardBy Isaac SacolickNov 19, 20247 minsAgile DevelopmentDevopsSoftware Developmentnews F# 9 adds nullable reference typesBy Paul KrillNov 18, 20243 minsMicrosoft .NETProgramming LanguagesSoftware Development newsAkka distributed computing platform adds Java SDKBy Paul Krill Nov 18, 20242 minsJavaScalaServerless Computing featureDesigning the APIs that accidentally power businessesBy Jean Yang Nov 18, 20246 minsAPIsSoftware Development newsSpin 3.0 supports polyglot development using Wasm componentsBy Paul Krill Nov 18, 20242 minsMicroservicesServerless ComputingDevelopment Libraries and Frameworks feature14 great preprocessors for developers who love to codeBy Peter Wayner Nov 18, 202410 minsDevelopment ToolsSoftware Development newsGo language evolving for future hardware, AI workloadsBy Paul Krill Nov 15, 20243 minsGoogle GoGenerative AIProgramming Languages analysisAnd the #1 Python IDE is . . .By Serdar Yegulalp Nov 15, 20242 minsPythonProgramming LanguagesSoftware Development ArticlesnewsJDK 24: The new features in Java 2421 features are proposed for the next version of Java including quantum-resistant cryptographic keys designed to secure Java apps against future quantum computing attacks. By Paul Krill Nov 15, 2024 11 minsJavaProgramming LanguagesSoftware DevelopmentnewsRust Foundation moves forward on C++ and Rust interoperabilityProblem statement released to address the challenges to making cross-language development with C++ and Rust more accessible and approachable. By Paul Krill Nov 14, 2024 2 minsC++RustProgramming LanguagesnewsJetBrains IDEs ease debugging for Kubernetes appsVersion 2024.3 updates to IntelliJ, PyCharm, WebStorm, and other JetBrains IDEs streamline remote debugging of Kubernetes microservices and much more. By Paul Krill Nov 14, 2024 3 minsIntegrated Development EnvironmentsJavaPythonhow-toHow to use DispatchProxy for AOP in .NET CoreTake advantage of the DispatchProxy class in C# to implement aspect-oriented programming by creating proxies that dynamically intercept method calls.By Joydip Kanjilal Nov 14, 2024 7 minsMicrosoft .NETC#Development Libraries and FrameworksnewsTypeScript 5.7 improves error reportingMicrosoft’s strongly typed JavaScript is now in the release candidate stage, featuring error reporting for variables that were never initialized.By Paul Krill Nov 13, 2024 3 minsJavaScriptTypescriptProgramming Languageshow-toDocker tutorial: Get started with Docker volumesLearn the ins, outs, and limits of Docker's native technology for integrating containers with local file systems.By Serdar Yegulalp Nov 13, 2024 8 minsDevopsCloud ComputingSoftware Developmenthow-toKotlin for Java developersKotlin is a modern alternative to Java that supports functional programming in the JVM. Here's a first look at programming with Kotlin using some of the concepts and syntax you already know from Java.By Matthew Tyson Nov 13, 2024 10 minsJavaProgramming LanguagesSoftware DevelopmentopinionThe Agile Manifesto was ahead of its timeBack in the day, technology limitations forced software development teams to be disciplined, rigid, and inflexible. Thank goodness for SaaS and CI/CD. By Nick Hodges Nov 13, 2024 5 minsAgile DevelopmentCI/CDSaaSnewsVisual Studio 17.12 brings C++, Copilot enhancementsDebugging and productivity improvements also feature in the latest release of Microsoft’s signature IDE, built for .NET 9. By Paul Krill Nov 13, 2024 3 minsVisual StudioIntegrated Development EnvironmentsMicrosoft .NETnewsMicrosoft’s .NET 9 arrives, with performance, cloud, and AI boostsCloud-native apps, AI-enabled apps, ASP.NET Core, Aspire, Blazor, MAUI, C#, and F# all get boosts with the latest major rev of the .NET platform. By Paul Krill Nov 12, 2024 4 minsC#Generative AIMicrosoft .NETnewsRed Hat OpenShift AI unveils model registry, data drift detectionCloud-based AI and machine learning platform also adds support for Nvidia NIM, AMD GPUs, the vLLM runtime for KServe, KServe Modelcars, and LoRA fine-tuning. By Paul Krill Nov 12, 2024 3 minsGenerative AIPaaSArtificial IntelligencenewsGo language rises in Tiobe popularity indexGoogle-developed Go has reached an all time high ranking of seventh in the Tiobe index of programming language popularity. By Paul Krill Nov 12, 2024 3 minsGoogle GoProgramming LanguagesSoftware Development Show more Show less View all Upcoming Events28/Nov conference The Official CSO Security Summit UKNov 28, 20249:30 am – 17:30 GMTAndaz London Liverpool Street CSO and CISO 28/Nov awards CSO 30 Awards UKNov 28, 202418:30-21:30 GMTAndaz London Liverpool Street CSO and CISO 28/Nov awards Next CSO Awards UKNov 28, 202418:30-21:30 GMTAndaz London Liverpool Street CSO and CISO View all events Video on demand videoBuilding Python wheels to distribute your programsThe “wheel” format in Python lets you bundle up and redistribute a Python package you’ve created. Others can then use the “pip” tool to install your program from your wheel file, which can include binary components (like Python extension modules written in C). This video walks through the basics of how to build wheels with a “pip install”-able project. Nov 15, 2024 6 minsPythonSoftware Development Creating a pip install-able Python package Nov 14, 2024 3 minsPythonSoftware Development How to get better web requests in Python with httpx Oct 07, 2024 4 minsPython How to better integrate Python/C with CFFI Oct 03, 2024 5 minsPython See all videos Explore a topic Analytics Artificial Intelligence Careers Cloud Computing Data Management Databases Development Tools Devops Emerging Technology Generative AI Java JavaScript Microsoft .NET Open Source View all topics All topics Close Analytics Artificial Intelligence Careers Cloud Computing Data Management Databases Development Tools Devops Emerging Technology Generative AI Java JavaScript Microsoft .NET Open Source Programming Languages Python Security Technology Industry Show me moreLatestArticlesVideos news Microsoft extends Entra ID to WSL, WinGet By Paul Krill Nov 19, 20242 mins Access ControlApplication SecurityIdentity and Access Management news Microsoft rebrands Azure AI Studio to Azure AI Foundry By Anirban Ghoshal Nov 19, 20244 mins Microsoft AzureGenerative AIDevelopment Tools analysis Succeeding with observability in the cloud By David Linthicum Nov 19, 20245 mins Cloud ManagementCloud Computing video How to create and work with zip archives using Python Oct 01, 20245 mins Python video How to implement "modes" in software, with a game as an example Sep 12, 20244 mins Python video Powerful Python source code processing with "ast" Sep 10, 20249 mins Python