Let's Try This Again
A developer announces the return of his personal blog after five years, promising tech highlights, rants, and stories not suited for corporate channels.
A developer announces the return of his personal blog after five years, promising tech highlights, rants, and stories not suited for corporate channels.
A data scientist shares their workflow using the {drake} R package to manage dependencies and ensure reproducibility in long-term machine learning projects.
Highlights new features in Swift 5.3, including Swift Package Manager updates and language enhancements like multiple trailing closures.
A software developer shares practical tips and personal experiences for successfully working from home, based on two years of remote work.
Explores versatile uses of Single Message Transformations (SMTs) in Kafka Connect for data format conversion, filtering, routing, and more.
Explores versatile uses of Single Message Transformations (SMTs) in Kafka Connect for data format conversion, filtering, routing, and more.
A brief introduction to using Dapper, a popular micro-ORM, for database operations in ASP.NET Core applications.
A tutorial on updating items in a React list using state management, including useState and useReducer hooks.
Explains how to use the Aggregate Pattern in Domain-Driven Design with EF Core to handle concurrency and enforce domain invariants like order line limits.
A tutorial on adding items to a list in React using the useState Hook and controlled input fields.
A tutorial on removing items from a list in React using state management and the filter method.
A tutorial on building a React Native app with Expo to track quarantine days, covering custom fonts, date pickers, and Moment.js.
Tips for improving writing effectiveness, including organization with headers and using images, with examples from tech documentation.
Explains the PHP array_chunk function, demonstrating how to split arrays into segments and use it for statistical calculations like weekly averages.
A newsletter discussing the importance of code analysis in software development, automation, and security checks.
A developer uses Test Driven Development to fix a bug in a Django app, writing a test, fixing the code, and refactoring.
A technical guide on measuring web performance when cookie consent popups are present, covering synthetic testing and RUM tools.
Guide to syncing Visual Studio Code settings, extensions, and key bindings between Mac and Windows using the Settings Sync extension.
A student's blog about their Google Summer of Code 2020 project to improve the QuTiP quantum physics Python library's data layer.
A list of critical C# performance pitfalls and code patterns to avoid, drawn from real-world production issues at Criteo.