Welcome to Release - Release
Welcome to Release, a platform that simplifies development by making the creation of environments easy. With Release, you can easily manage environments for your team, from simple applications to comp...
# JobSpy Scraper
Scrapes job postings from LinkedIn, Indeed, ZipRecruiter and returns jobs with title, location, company, and other data. Provides JWT authorization. Includes endpoints for jobs and their parameters. T...
Graph of Thoughts: Solving Elaborate Problems with Large Language Models
We introduce Graph of Thoughts (GoT): a framework that advances prompting capabilities in large language models (LLMs) beyond those offered by paradigms such as Chain-of-Thought or Tree of Thoughts (T...
Modular: $100M raised to fix AI infrastructure for developers
Modular has recently raised $100 million in new funding to further enhance its AI infrastructure for developers. The funding, led by General Catalyst and backed by existing investors GV, SV Angel, Gre...
Big Techday 23: React + Reflex: Harmonizing TypeScript and Haskell with FRP [EN] - Ryan Trinkle
![Big Techday 23: React + Reflex: Harmonizing TypeScript and Haskell with FRP [EN] - Ryan Trinkle](https://img.youtube.com/vi/gKpWF6J9hMM/0.jpg)
The speaker, Ryan Trinkel, is a founding partner at Obsidian Systems, a consultancy specializing in functional reactive programming and Haskell. He studied computer science and law at Harvard and has ...
GPT-3.5 Turbo fine-tuning and API updates
Fine-tuning for GPT-3.5 Turbo is now available, giving developers the ability to customize models for their use cases. Early tests show that a fine-tuned version of GPT-3.5 Turbo can match or outperfo...
From order to chaos: Anti-patterns in Unity software design
Unity is undeniably a powerful game engine, but there’s a disheartening trend I can’t ignore: Too many projects developed with Unity end up in a complete mess. In the Unity project graveyard, many ven...
Microsoft is bringing Python to Excel
Microsoft is bringing popular programming language Python to Excel, allowing users to manipulate and analyze data from Python directly within the Excel environment. The integration does not require ad...
Software Architects are building on Centuries of Architectural Discipline
After my son was accepted to architecture design school, I became fascinated with the connection between designing physical structure and designing complex software. Of course, there are unique aspect...
Best Observability Tools for Microservices
Microservices architecture has become popular among developers due to its scalability and flexibility. This article discusses 10 observability tools tailored explicitly for microservices architectures...
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...
Rich Domain Model with DDD/TDD (Reviewed)
Through my journey of building Domain Models I had good and bad experiences that today I share with you to save a few hours of your development time. These are opinionated approaches that I follow whe...
Create a Movie Database
Minimal Documentation Creating a movie database is a crucial step in managing film-related information efficiently. This JSON structure aims to provide guidance on how to design such a database with ...
Introducing Predictive Debugging: A Game-Changing Look into the Future
With the introduction of debugging tools, software developers were empowered to interactively investigate the control flow of software programs to find bugs in live environments. At JetBrains, we’ve a...
AI tooling for Java developers with SK | Semantic Kernel
Every system needs to be able to add AI to its workflow to empower the users to complete their task much faster. The Semantic Kernel team and community have been working hard to create a Java based ke...
Google DeepMind CEO Demis Hassabis on ChatGPT, AI, LLMs, and more - The Verge
Today, I’m talking to Demis Hassabis, the CEO of Google DeepMind, the newly created division of Google responsible for AI efforts across the company. Google DeepMind is the result of an internal merge...
Announcing turmoil | Tokio - An asynchronous Rust runtime
Today, we are happy to announce the initial release of turmoil, a framework for developing and testing distributed systems. Testing distributed systems is hard. Non-determinism is everywhere (network,...
Modular CSS Layout for Obsidian
# Modular CSS Layout for Obsidian This is a repository for modular CSS layout hack for use with [Obsidian.md](https://obsidian.md/). Its meant to complement/assist Community Theme, focusing solely on...
Obisidiosaurus: Convert Obsidian Markdown Notes to Docusaurus Static Site Builder
Obsidiosaurus is a converter that allows for a better experience writing and maintaining Obsidian markdown notes with Docusaurus. It offers documentation, blog, multiple blogs, localisation i18n, mult...
StranglerFigApplication - Legacy Rehab and Application Architecture
When rewriting an important system, the Strangler Fig Application metaphor offers a gradual approach, reducing risk and allowing new value to appear earlier. By gradually creating a new system around ...