Blog Logo
TAGS

Radix UI: Unstyled, Accessible Components for Building Web Apps in React

Radix UI provides unstyled and accessible components that are designed to help developers build high-quality design systems and web apps in React. It offers a range of components, including sliders, p...

Read more...

Rerun: Visualization infrastructure for computer vision.

Use Rerun logging APIs (Python or Rust) to stream and visualize rich data, such as images and point clouds, on the Rerun Viewer. It can be installed through `pip` or `cargo`. Both Python and Rust libr...

Read more...

Samila - A Python Generative Art Generator

Samila is a generative art generator written in Python, which lets you create images based on many thousand points. The position of every single point is calculated by a formula, which has random para...

Read more...

shadcn/ui - Beautifully designed components built with Radix UI and Tailwind CSS

shadcn/ui is a collection of beautifully designed and accessible components built with Radix UI and Tailwind CSS that you can copy and paste into your apps. It is completely free and open source, allo...

Read more...

The Changing World of Java: Vaadins 2023 State of Java in the Enterprise Report and Its Implications

Vaadins recently released State of Java in the Enterprise Report shows the vitality and resurgence of the Java language, while also highlighting the importance of keeping up with version updates and m...

Read more...

Welcome to LangChain - LangChain 0.0.133

LangChain is a powerful platform for developing and integrating natural language models, chat models, prompt templates, vector stores, and much more. Get started with our quickstart guide, and explore...

Read more...

Improvements to auth and identity in ASP.NET Core 8

The ASP.NET Core team is improving authentication, authorization, and identity management (collectively referred to as “auth”) in .NET 8. New APIs will make it easier to customize the user login and i...

Read more...

Improving multi-platform container support

Docker makes it straightforward to build container images that target a specific hardware architecture (Arm and x64). We are encouraging a new pattern for building container images for multiple archit...

Read more...

Neural Networks: Zero To Hero

This course by Andrej Karpathy is a step-by-step guide to building neural networks from scratch, starting with backpropagation and building up to modern deep neural networks like GPT. The focus is on ...

Read more...

Rider 2023.1: Enhanced C# Support, Best-in-class GameDev Features, and Much More!

The latest major update to Rider has just been published! Explore the new 2023.1 version of the cross-platform .NET IDE with enhanced C# support and the best game development features. This update int...

Read more...

Rubbrband: One command to finetune Stable Diffusion models

Rubbrband is a CLI tool that simplifies the process of finetuning Stable Diffusion models. It provides automatic environment setup, dataset cropping, and integration with Automatic1111. Rubbrband also...

Read more...

Upgrading Azure Functions to .NET 7 Isolated Worker Process

Learn how to upgrade your Azure Functions from .NET 6 in-process mode to .NET 7 isolated worker process mode with this guide by Bron Thulke, a web developer. The guide includes key learnings from the ...

Read more...

Using LinuxFxVersion for Linux Function Apps

Learn how to use LinuxFxVersion to improve the performance of your Linux Function Apps in Azure. This article covers key topics such as assembly resolution, configuration settings, and bindings in out...

Read more...

Web Scraping with Python: A Comprehensive Guide + Code

Python is the go-to programming language when it comes to web scraping. In this comprehensive guide, we explore the basics and provide practical tips for using Python to navigate through websites, ext...

Read more...

Andrej Karpathy: Tesla AI, Self-Driving, Optimus, Aliens, and AGI | Lex Fridman Podcast #333

Andrej Karpathy: Tesla AI, Self-Driving, Optimus, Aliens, and AGI | Lex Fridman Podcast #333

Andre Capothy, the former director of AI at Tesla and OpenAI, defines neural networks as a mathematical abstraction of the brain. These networks consist of knobs that are modifiable and trainable, sim...

Read more...

Attention is all you need by Vaswani et al.

The paper Attention is All You Need introduces the Transformer, a model based on attention which revolutionized the field of natural language processing. Unlike previous models, the Transformer relies...

Read more...

16 System Design Concepts for System Design Interviews

In this article, Arslan Ahmad shares 16 essential system design concepts that he wishes he knew before his system design interviews. He simplifies the process by presenting a system design master temp...

Read more...

ASP.NET Core Route Tooling Enhancements in .NET 8

ASP.NET Core is built on routing. Minimal APIs, Web APIs, Razor Pages, and Blazor all use routes to customize how HTTP requests map to your code. In .NET 8, new features are introduced to make routing...

Read more...

Attention Is All You Need

The Transformer is a new simple network architecture based solely on attention mechanisms, dispensing with recurrence and convolutions entirely. Our experiments on two machine translation tasks show t...

Read more...

Automating Solution Architecture with Obsidian and GPT

ArchVault is a knowledge management tool for technical architects that helps bridge the gap between coming up with ideas and designing solutions. In this article, David R Oliver introduces ArchVault a...

Read more...