Blog Logo
TAGS

GitHub - domn1995/dunet: C# discriminated union source generator

GitHub - domn1995/dunet: C# discriminated union source generator. Skip to content. Toggle navigation. Sign up. Product. Actions. Automate any workflow. Packages. Host and manage packages. Security. Fi...

Read more...

Socket.IO on Azure - Study Findings and Scaling Support

Thank you for your interest in the user study on improving Socket.IO support on Azure. Read our findings on how Azure can help with scaling out Socket.IO apps easily. Learn about the variety of app sc...

Read more...

Support running on M1 Macs [Python]

Hey, I am running into issues with python azure function under VSCode. FYI the same example I have run without issues on an Intel mac.

Read more...

Turbo 8 is dropping TypeScript

By all accounts, TypeScript has been a big success for Microsoft. Ive seen loads of people sparkle with joy from dousing JavaScript with explicit types that can be checked by a compiler. But Ive never...

Read more...

Mojo🔥 - It’s finally here!

Since our launch of the Mojo programming language on May 2nd, more than 120K+ developers have signed up to use the Mojo Playground and 19K+ developers actively discuss Mojo on Discord and GitHub. Toda...

Read more...

Map Camp: Weird Mapping - How to Create a Revolution

Dave Anderson spoke at Map Camp on How to Create a Revolution. The event includes talks and workshops about mapping techniques used in organizations. The session discussed mapping essential elements f...

Read more...

What OpenAI Really Wants

The young company sent shock waves around the world when it released ChatGPT, but that was just the start. The ultimate goal: Change everything. Yes. Everything. Sam Altman, CEO of OpenAI, is at the c...

Read more...

Mac Setup for Web Development [2023]

I bought the MacBook Pro from 2022 after having used the MacBook Pro 2015 for the last years. The last months have been super exciting and I am up running working efficiently on my personal and profes...

Read more...

OpenTF: An OSS tool for building, changing, and versioning infrastructure

# OpenTF - Manifesto: [opentf.org](https://opentf.org) - About the OpenTF fork: [opentf.org/fork](https://opentf.org/fork) - Join our Slack community! **Important Note: This repository is currently a...

Read more...

puck - The self-hosted, drag and drop editor for React

# puck The self-hosted, drag and drop editor for React. - 🖱️ **Drag and drop**: Visual editing for your existing React component library - 🌐 **Integrations**: Load your content from a 3rd party head...

Read more...

Well All Have AI Assistants Soon, Google AI Cofounder Says

Mustafa Suleyman, the cofounder of Googles AI division, told CNBC that everybody will have their own AI-powered personal assistant that could serve as on-demand help in various aspects of their lives ...

Read more...

Beyond Anemic Domain Models: Bridging the Gap Between Data and Behavior

In this article, Rico Fritzsche discusses the importance of Domain-Driven Design (DDD) and how it can overcome the limitations of Anemic Domain Models. DDD emphasizes blending data and behavior to cre...

Read more...

Complex Software is an Occupational Health Hazard!

!Complex Software is an Occupational Health Hazard! # Whaally.Domain [![NuGet Badge](https://img.shields.io/nuget/v/Whaally.Domain)](https://www.nuget.org/packages/Whaally.Domain) The goal of the `Wh...

Read more...

Entities and Aggregates: The Heart of Domain-Driven Design Explained

First of all, if you just stumbled across this article without having read the predecessor, I highly recommend taking a look at my previous article, Beyond Anemic Domain Models: Bridging the Gap Betwe...

Read more...

How to Implement Domain-Driven Design: Common Mistakes You Should Avoid

In today’s chapter of my Domain-Driven Design journey, I want to dive into how we structure our code. This topic holds a special place for me. You see, when code grows, it can easily become a jumbled ...

Read more...

Obsidian 1.4 Desktop (Public) - Properties and Two-Factor Authentication

This update introduces Properties, a simple and durable way to add tags, links, dates, and other metadata to your notes. The core plugins Search, Templates, and Backlinks have all received upgrades to...

Read more...

The Pain and the Poetry of Python

The ecosystem of tools for packaging, testing, distributing, and testing Python projects is overwhelming, especially if you’re coming to Python from other languages. In this post, we’ll survey the evo...

Read more...

Whats up Python? New packaging proposal, Python in Excel, a piano in the terminal...

Microsoft announces Python support in Excel. Single file script deps declaration: a new pyproject.toml compatible proposal. Bumping security for pypi: 2FA now activated and one more hire. Milestones: ...

Read more...

Mapper Contexts & Supercontexts: Decoupling Domain-Specific and Domain-Generic Bounded Contexts

You’re building a new system and two members of your team propose alternative architectures for sending notifications. The first developer proposes a push model: bounded contexts should instruct the n...

Read more...

CI/CD

CI/CD is a project that focuses on continuous integration and continuous deployment. It utilizes various GitHub actions workflows for tasks such as publishing, CI, and documentation building. The late...

Read more...