SwimOS - a full stack application platform for building stateful web services, streaming APIs, and real-time UIs
SwimOS is a powerful application platform that allows developers to build stateful web services, streaming APIs and real-time UIs. With a stateful backend, SwimOS allows developers to build web servic...
Implementing a recursive projection query in C# and Entity Framework Core
In this article, Michael Ceber explains how to write a recursive projection query in C# and Entity Framework Core to efficiently load hierarchical tree structures from a database. He discusses the lim...
Prime Video Reduces Operational Cost by 90% by Re-Architecting Audio/Video Quality Inspection Solution
Amazons Prime Video streaming service shares how it reduced operational costs by 90% by re-architecting its audio/video quality inspection solution to address scalability issues by converting workload...
Tour of Python Itertools | Martin Heinz | Personal Website & Blog
There are lots of great Python libraries, but most of them dont come close to what built-in itertools and also more-itertools provide. These two libraries are really the whole kitchen sink when it com...
Mojo Lang… a fast futuristic Python alternative

Mojo is a new programming language developed by a company founded by Chris Lattner, the creator of the Swift language and LLVM compiler toolchain. It is a superset of Python designed for programming A...
Product Launch 2023 Keynote

Modular is introducing two technological breakthroughs that could revolutionize the AI and computing industry. The first is an AI execution engine that provides performance and usability benefits, inc...
Hosting ASP.NET Core Images with Docker over HTTPS
This article explains how to run pre-built container images with HTTPS using the .NET command-line interface (CLI) and Docker for ASP.NET Core applications. It also covers the prerequisites for certif...
How to structure scalable Next.js project architecture
Next.js has become a popular framework for building React web applications due to its first-class support for a wide range of tools, CSS modules for styling, TypeScript for type safety, image optimiza...
Introducing Temporal .NET – Deterministic Workflow Authoring in .NET
Temporal is a workflow code that is executed in a durable, reliable, and scalable way. The .NET SDK is now a part of Temporal, allowing you to write workflows in C# and other .NET languages. The .NET ...
Modular Docs - Why Mojo - A backstory and rationale for why we created the Mojo language
Mojo is an innovative and scalable programming model designed to target accelerators and heterogeneous systems. Its mission includes innovations in compiler internals and support for current and emerg...
Passkeys: What they are and how to use them
This article discusses passkeys as a possible alternative to passwords. Passkeys are said to be more secure and easier to use than passwords. Passkeys can be biometric (e.g. fingerprint, face) or cryp...
Release 3.40.0 · metalbear-co/mirrord · GitHub
GitHub has released the version 3.40.0 of its product mirrord. With mirrord, users can automate any workflow, host and manage packages, find and fix vulnerabilities in their codespaces, write better c...
The Amazing AI Super Tutor for Students and Teachers | Sal Khan | TED

AI chatbots like ChatGPT have been feared for the possibility of students using them to cheat on assignments. However, Sal Khan, founder of Khan Academy, argues that AI has the potential to positively...
The Inside Story of ChatGPT’s Astonishing Potential | Greg Brockman | TED

OpenAI has showcased a live demo of its advanced AI tool, ChatGPT. The tool, which combines language processing with powerful AI-generated imagery, is designed to allow seamless communication between ...
Awesome Functional Python
This curated list contains an impressive array of resources related to functional programming in Python, including official documentation, free and non-free books, talks, libraries, and languages. The...
Semantic reconstruction of continuous language from non-invasive brain recordings
A new non-invasive decoder has been introduced to reconstruct continuous language from cortical semantic representations, recorded through functional magnetic resonance imaging. The decoder is capable...
Tool Juggler - Alpha Version
Tool Juggler is a customizable AI assistant tool that allows users to create tools on-the-fly. In this alpha version, users can only work with OpenAI models and are required to have an OpenAI API Key....
Automation Is Hard & We Are Doing It Wrong • Johan Abildskov • GOTO 2022

The speaker, Johan, introduces himself and discusses his experience as a software engineer and author. He believes that while Git is useful, it is working on the wrong level of abstraction to be of mu...
Cloudy - Create a CMS out of your EF Core context
# Cloudy creates a CMS out of your EF Core context. Just create your DbContext, Models, and hook up Cloudy. Configure behavior with UI hints. Cloudy scaffolds the previously mentioned model and shows ...
Boosting Theory-of-Mind Performance in Large Language Models via Prompting
Large language models have shown remarkable success in many tasks, but they still face challenges in complex reasoning. One area of specific interest is theory-of-mind (ToM) reasoning, which involves ...