Aiken | A modern smart contract platform for Cardano
Aiken is a modern smart contract platform for Cardano that offers functionalities like custom types, recursion, modules, and generics. It is built for easy programming with a pure functional programmi...
opshin - Smart Contract Implementation Using a Subset of Valid Python
Opshin is a smart contract implementation for Cardano written in a strict subset of valid Python. The project aims to build a compiler that ensures that a program is a valid Python program and that th...
3 common DevOps antipatterns and cloud native strategies
Explore how GitHub and cloud native strategies can help you address common DevOps pipeline and team antipatterns. When implemented well, DevOps practices can transform how application teams deliver bu...
C4 Model: Communicating and Visualizing Software Architecture
The C4 Model provides a standard set of abstractions to describe the static structure of a software system. By using containers, components, and code, the C4 Model allows for creating maps of code and...
Running a fully automated YouTube channel on a Raspberry Pi
Amir Ali Hashemi, an AI student, recently received a Raspberry Pi from his mother and decided to use it to run a fully automated YouTube channel. He spent three years studying AI and felt confident in...
Guide to Projections and Read Models in Event-Driven Architecture
In this article, Oskar Dudycz explains the significance of projections in event sourcing and how they allow the interpretation of a set of facts. He also highlights how data exploration, together with...
Eliminate Your STRINGLY-Typed Obsession with Semantically Strong C# Code
Do you find yourself tired of dealing with STRINGLY-typed values in your .NET code? Have you heard of the Primitive Obsession anti-pattern and want to put an end to this suffering? In this article, we...
Getting Started With Property-Based Testing in Python With Hypothesis and Pytest - Semaphore
This tutorial is about property-based testing, a testing philosophy where tests check that results satisfy certain properties. We will be using Python, pytest, and Hypothesis. By going through this tu...
Arch - High-performance C# based Archetype & Chunks (ECS) for game development and data-oriented programming
# Arch Arch is a high-performance C# based Archetype & Chunks [Entity Component System](https://www.wikiwand.com/en/Entity_component_system) (ECS) for game development and data-oriented programming. ...
Arch.Extended - Extension Package with Utilities and New Features
Arch.Extended is a comprehensive extension package that enhances the functionality of Arch by providing numerous utilities and introducing several new features. The package is designed to make the use...
Conventional Commits - A lightweight convention on top of commit messages
The Conventional Commits specification provides an easy set of rules for creating an explicit commit history, which makes it easier to write automated tools on top of. It dovetails with SemVer, by des...
Debug Flask/FastAPI App in Docker with PyCharm
Learn how to debug Flask/FastAPI apps in Docker using PyCharm. Follow the steps to clone the flask project, open it in Pycharm, check prerequisites, configure Docker and Docker Compose, and run the ap...
Debugging a Containerized Django App in PyCharm
Developing your Django app in Docker can be very convenient. Running Django in Docker can create some problems and make what was once easy difficult. In this tutorial, well look at how PyCharm comes t...
GPT+WolframAlpha+Whisper - a Hugging Face Space by JavaFXpert
This Space on Hugging Face features the GPT, WolframAlpha, and Whisper models and is created by JavaFXpert. The Space includes datasets, documentation, and solutions. The space is running the ont4 app...
Hugging Face - The AI community building the future.
Build, train and deploy state-of-the-art AI models with Hugging Face, the reference open-source in machine learning. With over 90,094 stars and more than 5,000 organizations using Hugging Face, we emp...
LangChain: Building Applications with LLMs through Composability
LangChain is a library designed to assist developers in building applications through the use of large language models (LLMs) and composability. It provides a standard interface for building chains of...
Python Docker Tutorials
Learn how to use Docker for Python development with this repository accompanying talks given by the author at the Docker Community All Hands. The talks cover two examples - Dockerizing a Python script...
Exploring the Model-Binding Logic of Minimal APIs
In this post, Andrew Lock delves into the code behind the model-binding logic of minimal APIs. He takes us through the key steps involved in creating the RequestDelegate for an ASP.NET Core applicatio...
Async React with NextJS 13
React Native async support is here and you can get your hands on it with NextJS 13 beta. In this article, Swizec Teller explains how to use async React with NextJS 13, how to easily handle async data ...
Breaking Big Applications into Small Applications
Modern software is increasingly complex, inflexible, and too minimalist. In this article, Erik Engheim reflects on the reasons for this and offers solutions on how to break big applications into small...