Issue: 2024 - November/December

  • Melanie looks at whether creating something completely new is scary, exciting, and worth doing, or whether you’re working on just another flash in the pan.
  • Markus finishes up his series on the last 30 years with a look at the most recent changes in computing and what’s been happening with the business of CODE.
  • Sahil discusses the challenges and potential of developing AI applications that function offline, emphasizing privacy and data security. He explores building a local application capable of answering questions from any source without cloud dependency, using tools like Ollama and LangChain to run large language models locally while keeping your data under your local control. Malik provides a practical guide to leveraging existing models for specific tasks, highlighting the...See More
  • In this third entry in a series on MAUI, Paul Sheriff looks into advanced data entry controls and the intricacies of data binding. You'll understand these details through implementing various controls such as Switch, RadioButton, DatePicker, and more, illustrating their usage in creating dynamic, responsive interfaces. Sheriff emphasizes the importance of data binding for seamless UI updates, introducing strategies like the PropertyChanged event and value converters. The...See More
  • As an accessibility tool, ARIA (Accessible Rich Internet Applications) can be mystifying. Ashleigh emphasizes the importance of prioritizing native HTML elements for web accessibility before resorting to ARIA. She explains that ARIA should act as a last resort, filling gaps in HTML semantics only when necessary, and highlights ARIA's complexity and potential for misuse. The article outlines foundational ARIA concepts—role, relationship, and state—while stressing the impo...See More
  • Jason explores the potential of using a Large Language Model (LLM), specifically ChatGPT-4, to recreate the classic arcade game Asteroids in Python, without direct coding. He documents his journey from initial prompts to the LLM, through iterative development, addressing errors and inefficiencies, to the final product—a functional but rudimentary game. The experiment highlights the LLM's capabilities and limitations in game development, emphasizing the importance of prec...See More
  • Joydip walks you through fundamental computing concepts that enhance application performance and scalability. The article provides a comprehensive exploration of threads, tasks, and multiprocessing, illustrating how they relate to asynchrony, parallelism, and concurrency. Through detailed explanations and code examples, Kanjilal demonstrates how these concepts can be implemented in C# using Visual Studio 2022 and .NET 9.0. Emphasizing best practices, Joydip guides develo...See More