Stable Diffusion Inpainting example with Hugging Face inference Endpoints
A tutorial on using Hugging Face Inference Endpoints to deploy and run Stable Diffusion 2 for AI image inpainting via a custom API.
A tutorial on using Hugging Face Inference Endpoints to deploy and run Stable Diffusion 2 for AI image inpainting via a custom API.
Explores using Postgres 15's new logical decoding row filters with Debezium for efficient change data capture and data privacy.
Discusses the importance of holding managers accountable in tech companies, focusing on metrics like attrition, team performance, and using tools for feedback.
Explains numerical instability in naive softmax and cross-entropy implementations and provides stable alternatives for deep learning.
A guide to CSS border-radius shorthand, longhand, and logical properties for responsive, writing-mode-aware designs.
Explores using Postgres 15's new logical decoding row filters with Debezium for efficient, server-side change data capture filtering.
A guide to creating a custom CrossFade component for transitioning between elements in Material UI (MUI) for React.
A software engineer shares lessons learned from transitioning to a manager role, covering common pitfalls, team size, and promoting from within.
A personal recap of attending the European SharePoint, Office 365, and Azure conference (ESPC 2022) in Copenhagen, focusing on the return to in-person tech events.
A software engineer's perspective on the value and pitfalls of time estimations in software development projects.
A guide to building a simple Dependency Injection container in .NET, explaining IoC and DI concepts with code examples.
A web developer shares his struggle to find new topics for tech tutorials after a long break and asks readers for suggestions.
A compilation of podcast appearances by a Redux maintainer discussing state management, debugging, and React ecosystem topics.
A comprehensive guide to unit testing and mocking in the NestJS framework, covering best practices, examples, and CI/CD integration.
A developer reflects on the benefits of daily writing, his disengagement from Twitter, and shares his recent articles and interesting reads.
Compares autoencoders and diffusers, explaining their architectures, learning paradigms, and key differences in deep learning.
A transcript of Elon Musk's controversial on-stage appearance with Dave Chappelle, correcting media reports about the crowd's reaction.
An overview of open-source tools for annotating time series data, including their features, maintenance status, and use cases.
Explains how to delete a database record in Entity Framework without loading it first, covering both classic and .NET 7+ methods.
A guide to performing basic network connectivity tests using Python's built-in socket library, especially useful in constrained environments like containers.