Interactive LINQ tutorial, especially for beginners
An interactive LINQ tutorial for C# beginners using a visual marble-based learning tool to understand query operators.
An interactive LINQ tutorial for C# beginners using a visual marble-based learning tool to understand query operators.
Explores OpenAI's new JSON mode for GPT-4 Turbo, demonstrating how to reliably generate valid JSON output with a Ruby code example.
Explores Django 5.0's new GeneratedField feature for database-calculated columns, with a focus on implementation using SQLite.
Explains how to implement the Redux state management pattern in a Blazor application, covering actions, reducers, and side effects.
Explores Java Stream Gatherers, a new API proposed in JEP 461 for creating custom intermediate operations like windowing and folding.
The article details making an email sending job idempotent in a Django SaaS project and parsing inbound emails for journal entries.
Explores a C# technique to allocate class instances on the stack using unsafe code, comparing performance and limitations.
Explains how the software development practice of 'grooming' can be applied to boost productivity in any project by preparing work ahead of time.
Analyzes biases in developer surveys and data sources like State of JS, npm trends, and Stack Overflow to understand true developer sentiment.
Explains C# 8's default interface methods, including how to define private methods within an interface and their usage.
Chrome 119 and Safari 17 now support adding <hr> elements as visual separators within HTML select dropdowns to improve user experience.
Connecting outgoing prompt emails to incoming user journal entries via webhooks, using debugging and logging in production.
A tutorial on integrating TailwindCSS with Blazor, covering setup, configuration, and automating CSS generation during the build process.
A talk from DjangoCon US 2023 covering updates to the official djangoproject.com website and how to contribute to its development.
A biweekly newsletter curating the latest news, tools, and tutorials on mobile automation, covering iOS, Android, and Flutter CI/CD, testing, and development.
A developer's summary of upgrading to .NET 8 Preview 7, RC1, and RC2, covering new warnings, API changes, and performance improvements.
A technical guide to fixing a persistent 'error occurred during host configuration' in vSphere after upgrading vSphere Replication and vCenter.
Explains the concept of Structured Concurrency for robust async code and demonstrates a potential C# implementation using a TaskScope.
A technical guide on fine-tuning the Mistral 7B large language model using QLoRA and deploying it on Amazon SageMaker with Hugging Face tools.
The episode covers DNS configuration, SendGrid email testing, and troubleshooting for a SaaS application deployment.