-
Software Finds Its Way
Rod writes about the long-term nature and high costs of software maintenance compared to initial development. Through personal experienceshe illustrates the importance of adopting strategic approaches to ease maintenance challenges. He highlights techniques like leveraging polymorphism and function overloading to lower maintenance costs, ultimately advocating for thoughtful design decisions that anticipate future needs and promote flexibility.
-
Exploring .NET MAUI: Working with Lists of Data
In this fifth entry in his series on MAUI, Paul teaches you how to navigate from list items to detail pages using ListView, CollectionView, and CarouselView controls.
-
Offline AI Image Generation
Sahil explores the advancements in text-to-image models, emphasizing their significant progress since the introduction of OpenAI's DALL-E. He highlights how these models, now including tools like Stable Diffusion, Midjourney, and others, have become so sophisticated and accessible that they can be run locally on consumer-grade hardware, allowing users to generate high-quality images offline. He argues for the benefits of offline generation in terms of cost, privacy, speed, and creative control, while acknowledging ethical concerns surrounding the technology. Sahil also provides a practical guide to setting up a text-to-image application using Stable Diffusion and encourages readers to embrace AI's capabilities to enhance productivity and creativity.
-
Building Modern Web Applications Using Blazor ASP.NET Core
Blazor has been used to create interactive web apps since .NET 5 came out. Joydip shows you how flexible it is using C# and .NET to build a web app.
-
Boost your iOS App Development with ChatGPT AI-Assistance
You’ve probably been playing with ChatGPT, trying to stump it or see how accurate it can be. Kevin challenges it to help develop an app. You’ll want to see what happens!
-
Managing Diverse Data Types in a Dataset with COLUMNTRANSFER
Follow along as Gaurav explores datasets with multiple feature types for machine learning.