Extracurricular Activities I Turned My Cats Into a Codex Pet I would bring my cats everywhere with me if I could. So, I used codex-pets.net to turn my two tabby cats into a custom Codex Pet.
C# Prevent Lost Updates in EF Core: Optimistic vs. Pessimistic Concurrency If multiple users can edit the same record, you need to decide how your system handles that. If you don’t, EF Core decides for you.
C# How to Choose Among Class, Record, and Struct in C# Class, Record, and Struct: Walk through how these types are commonly used in C#, how they differ, and learn to choose among them.
Flutter Here’s How I Built a Virtual Pet App in Flutter Building a reliable app in Flutter starts with managing state. What better way to practice than by building a cute, virtual pet?
Flutter Which State Management Approach is Right for Your Flutter App? Let's look at why state management matters for stability and team productivity and how to choose the best fit for your project.
C# Sliding Window in C#: A Reusable and Efficient Approach When working with collections in C#, you may need to process elements in fixed-size, overlapping groups, referred to as a "sliding window."
TypeScript Enhancing Payload CMS: Implement S3 Versioning Support Depending on your needs, the default S3 adapter in the Payload Plugin Cloud Storage package may fall short in several ways.
Web Apps Embed Payload CMS 3.0 Admin UI in Your Next.js App Here's how to integrate Payload CMS 3.0 beta with a Next.js application and embed the Payload CMS Admin UI in your Next.js web application.
Development From WebAnnotations to COCO: Optimize Datasets for Machine Learning Converting WebAnnotation format to COCO format for machine learning models using annotations and object detection.
Objective-C Auto-scroll to Latest Entries in UITableView Using Objective-C Here, I'll share a concise solution to implement autoscroll functionality in UITableViews, ensuring users stay engaged with dynamic content.
Flutter Customize Flutter’s Adaptive Scaffold for a Seamless Cross-Platform Experience The importance of adaptive and responsive design for user experience and customizing Flutter's open source Adaptive Scaffold widget.