Blog Logo
TAGS

The Impact of chatGPT talks (2023) - Capstone talk with Dr Stephen Wolfram (Wolfram Research)

The Impact of chatGPT talks (2023) - Capstone talk with Dr Stephen Wolfram (Wolfram Research)

Stephen Wolfram from Wolfram Research, the founder and president of the company, is the final speaker of the day. He obtained his PhD in physics from Caltech at the age of 20 and has worked extensivel...

Read more...

The Looming Demise of the 10x Developer: Why an Era of Enthusiast Programmers is Coming to an End

I’ve recently been telling anyone who will listen that I am excited to be on the precipice of using Sorbet to write a type-checked edition of Mocktail that has the potential to unlock productivity wor...

Read more...

Warnings with latest version from SponsorLink

Hey team, I appreciate the effort, and really like Moq, thank you for creating it! In one project, I just did a dependency update and noticed that I get MOQ101 warnings when building in Visual Studio,...

Read more...

Welcome to the Age of ‘Foomscrolling’

The online frenzies that followed LK-99 and ChatGPT reveal a resurgent techno-optimism—and a shared longing for a new technology that will free us from human limits. The floaty rock, LK-99, a room-tem...

Read more...

Tailwind Connect 2023 — Keynote

Tailwind Connect 2023 — Keynote

In this text, the speaker reflects on their approach to writing CSS in the past and how it led to unmaintainable code. They describe how they started consuming content on writing CSS and came across a...

Read more...

GPT Synthesizer

# GPT Synthesizer **Collaboratively implement an entire software project with the help of an AI.** GPT-Synthesizer walks you through the problem statement and explores the design space with you throug...

Read more...

NonEmpty catamorphism by Mark Seemann

The universal API for generic non-empty collections, with examples in C# and Haskell. This article explores the concept of catamorphisms and how they can be used to digest data structures into potenti...

Read more...

Effect: Next-Generation Typescript

Effect: Next-Generation Typescript

Ethan introduces a TypeScript library in this video that aims to make it easier for developers to create complex applications. He acknowledges the flaws in JavaScript and the challenges it presents, e...

Read more...

An Extendable Obsidian Publish alternative using Next.JS

Publish your Obsidian Notes with a highly customizable Next.JS blog starter template. Features: Supports most Obsidian syntax (e.g. Link Previews, Links, etc.). Uses obsidian-export. URLs are based on...

Read more...

Graphic Design for Software Engineers and Architects

As engineers, we often use technical diagrams that can be difficult for others to understand. Graphic design can make these diagrams clean and visually appealing, improving communication and comprehen...

Read more...

Introducing code referencing for GitHub Copilot

Make more informed decisions about the code you use with the private beta of GitHub Copilot. This update includes code referencing and a filter to detect code suggestions matching public code on GitHu...

Read more...

An in-depth guide to Dapr workflow patterns in .NET

After covering Dapr workflow basics in the previous article, let’s take a look at the different application patterns that can be used with Dapr workflow and .NET. The patterns covered in this post are...

Read more...

Rider 2023.2: Better C# Support, UX/UI Enhancements, AI-Powered Features, and More

A new major update for Rider has been released, featuring better C# support with new inspections, context actions, and formatting options. The UX/UI has been enhanced with a reworked Build tool window...

Read more...

[![NuGet](https://img.shields.io/nuget/v/erroror.svg)](https://www.nuget.org/packages/erroror) [![Build](https://github.com/amantinband/error-or/actions/workflows/build.yml/badge.svg)](https://github.com/amantinband/error-or/actions/workflows/build.yml) [![publish ErrorOr to nuget](https://github.com/amantinband/error-or/actions/workflows/publish.yml/badge.svg)](https://github.com/amantinband/error-or/actions/workflows/publish.yml) [![GitHub contributors](https://img.shields.io/github/contributors/amantinband/error-or)](https://GitHub.com/amantinband/error-or/graphs/contributors/) [![GitHub Stars](https://img.shields.io/github/stars/amantinband/error-or.svg)](https://github.com/amantinband/error-or/stargazers) [![GitHub license](https://img.shields.io/github/license/amantinband/error-or)](https://github.com/amantinband/error-or/blob/main/LICENSE) A simple, fluent discriminated union of an error or a result.

A simple, fluent discriminated union of an error or a result. `dotnet add package ErrorOr` - [Give it a star ⭐!](#give-it-a-star-) - [Getting Started](#getting-started) - [Single Error](#single-error)...

Read more...

AudioCraft: A simple one-stop shop for audio modeling

Imagine a professional musician being able to explore new compositions without having to play a single note on an instrument. Or an indie game developer populating virtual worlds with realistic sound ...

Read more...

The Past, Present, and Future of Data Architecture

A journey through time and the introduction to data mesh. Becoming a data-driven organization remains one of the top strategic goals of many companies. Data-driven means placing data at the center of ...

Read more...

Building Scalable Serverless Applications: Hosting .NET Minimal APIs with Google Cloud Functions

In today’s fast-paced digital landscape, developers are constantly seeking efficient ways to build and deploy applications that are scalable, cost-effective, and require minimal maintenance. The combi...

Read more...

Europe turns its new $1.5 billion space telescope on, and happily it works

Nearly one month after launching into space, a European telescope has begun taking its first images and data of the Universe. And to the delight of scientists at the European Space Agency, everything ...

Read more...

Origin of correlated isolated flat bands in copper-substituted lead phosphate apatite

A recent report of possible room temperature superconductivity in Cu-substituted apatite has sparked interest in understanding high-temperature superconductivity. Density functional theory calculation...

Read more...

Outbox pattern with session per request

The outbox pattern ensures that some actions are going to happen if and only if some other set of actions succeeds first. The most common implementation is a transactional outbox. Here, actions, expre...

Read more...