Kotlin Is More Fun Than Java And This Is a Big Deal
A developer argues that Kotlin's appeal goes beyond utility, emphasizing the joy and emotional value of using a modern programming language compared to Java.
A developer argues that Kotlin's appeal goes beyond utility, emphasizing the joy and emotional value of using a modern programming language compared to Java.
Explores how storytelling makes software principles like Agile and SOLID more memorable and understandable than dry rules alone.
A curated playlist of on-demand DevOps and Developer Productivity sessions from AWS re:Invent 2022, covering tools, best practices, and new services.
Introduces PerfCollectProfiler, a BenchmarkDotNet plugin for profiling .NET applications on Linux and exporting trace data for performance analysis.
A GitHub engineer shares a detailed template for creating an effective extended leave document to ensure smooth work handoffs and business continuity.
Entity Framework 8 introduces raw SQL queries for unmapped types, reducing boilerplate code for developers.
An interview with indie developer Alexander Sandberg on the strategies and preparation behind the successful Product Hunt launch of his time-tracking app, Balance.
Explains strategies to handle nullable reference type warnings when deserializing JSON into C# object models, comparing different approaches and their trade-offs.
An analysis of the pre-commit tool for git hooks, covering its benefits, configuration, and practical drawbacks like dependency duplication.
A developer explains how to automatically post liked items from Feedbin to Mastodon using RSS and IFTTT.
A developer seeks advice on expanding their quiet Mastodon instance's federated timeline, discussing relays and setup options.
A tutorial on implementing a simple, reusable pagination solution for Entity Framework using a PagedList class and extension method.
A technical guide on implementing a .NET profiler in C#, focusing on mapping COM objects to .NET instances and using UnmanagedCallersOnly.
Explores how Amazon CodeCatalyst facilitates team collaboration on software projects, tracking issues and changes through the SDLC.
A guide to correctly destructuring props in Vue's Composition API while maintaining reactivity, with solutions to common pitfalls.
A tutorial on integrating Gleam JS, a compile-to-JavaScript language, with an Elixir Phoenix application to build a frontend.
Explores techniques to optimize inference speed and memory usage for large transformer models, including distillation, pruning, and quantization.
A tutorial on using Makefiles to automate common tasks like building, testing, and deploying server-side Swift projects.
A technical guide on using ClickHouse to export PostgreSQL data to Parquet format for faster loading into Google BigQuery.
A case study on implementing a custom microservice (Chronos) to measure end-to-end latency in a microservice architecture.