Tag

Mixin

0 views collected around this technical thread.

Test Development Learning Exchange
Test Development Learning Exchange
Dec 30, 2024 · Backend Development

Using Mixins in Django REST Framework to Extend View Functionality

This article explains how to use Django REST Framework mixins to extend view functionality, providing step‑by‑step code examples for list, retrieve, create, update, delete, custom authentication, permissions, versioning, conditional rendering, and custom exception handling.

APIDRFDjango
0 likes · 12 min read
Using Mixins in Django REST Framework to Extend View Functionality
Inke Technology
Inke Technology
Sep 27, 2023 · Mobile Development

Master Flutter Routing with Mixins: Modular, Interceptable, Scalable

This article explores Flutter's routing system, classifying route types, demonstrating component, named, and generated routes, and introduces a mixin‑based modular router architecture that enables decoupled module registration, route interception, URL‑based navigation, and annotation‑driven code generation to improve maintainability and scalability.

FlutterMixinRouting
0 likes · 22 min read
Master Flutter Routing with Mixins: Modular, Interceptable, Scalable
37 Mobile Game Tech Team
37 Mobile Game Tech Team
Jan 29, 2021 · Frontend Development

Master Vue.js Mixins: Reuse Code and Simplify Component Logic

This article explains what Vue.js mixins are, how they merge component options, demonstrates their behavior with code examples, and shows practical use cases such as shared download logic to reduce redundancy across multiple components.

Component ReuseJavaScriptMixin
0 likes · 11 min read
Master Vue.js Mixins: Reuse Code and Simplify Component Logic
Qunar Tech Salon
Qunar Tech Salon
Jan 4, 2019 · Frontend Development

Advanced Sass Techniques: Mixins, %placeholder Selectors, and ES6‑like Features

This article explores advanced Sass techniques, comparing mixins and %placeholder selectors, demonstrating best and bad practices, and highlighting ES6‑like features such as interpolation, rest parameters, and @each loops, with code examples to help frontend developers write more efficient and maintainable stylesheets.

CSSMixinPlaceholder
0 likes · 8 min read
Advanced Sass Techniques: Mixins, %placeholder Selectors, and ES6‑like Features
Qunar Tech Salon
Qunar Tech Salon
Aug 1, 2018 · Frontend Development

Understanding JavaScript Asynchronous Patterns and Core Language Features for React Native Development

This article provides a comprehensive guide for mobile developers on JavaScript fundamentals such as callback hell, Promises, async/await, the arguments object, call and apply methods, mixins, and prototype inheritance, illustrating each concept with clear explanations and practical code examples to improve React Native coding practices.

CallApplyJavaScriptMixin
0 likes · 16 min read
Understanding JavaScript Asynchronous Patterns and Core Language Features for React Native Development