Baixing.com Technical Team
Author

Baixing.com Technical Team

A collection of the Baixing.com tech team's insights and learnings, featuring one weekly technical article worth following.

33
Articles
0
Likes
31
Views
0
Comments
Recent Articles

Latest from Baixing.com Technical Team

33 recent articles
Baixing.com Technical Team
Baixing.com Technical Team
Oct 9, 2017 · Frontend Development

Mastering WeChat Mini Program Development with the MINA Framework

This article introduces the MINA framework for WeChat Mini Programs, covering its view and logic layers, responsive data binding, page management, core components, API usage, project structure, runtime behavior, and provides a step‑by‑step guide to building a functional expense‑tracking mini‑app with full code examples.

Data BindingFrontendmina-framework
0 likes · 12 min read
Mastering WeChat Mini Program Development with the MINA Framework
Baixing.com Technical Team
Baixing.com Technical Team
Sep 11, 2017 · Artificial Intelligence

How Do Search Engines Decode User Intent? Exploring Query Extension Techniques

This article explains how modern search engines identify precise and broad user intents, examines real‑world query examples, and details extension modules such as synonym, pinyin, and correction that enhance query understanding using algorithms like Aho‑Corasick, Hidden Markov Models, and Levenshtein distance.

Information RetrievalQuery ExpansionSearch
0 likes · 10 min read
How Do Search Engines Decode User Intent? Exploring Query Extension Techniques
Baixing.com Technical Team
Baixing.com Technical Team
Aug 28, 2017 · Frontend Development

Master Server‑Side Rendering with Nuxt.js: A Quick Start Guide

Learn how Nuxt.js extends Vue.js to provide seamless server‑side rendering, from installation and project scaffolding to directory structure, rendering flow, middleware, asyncData handling, routing conventions, and configuration tips, enabling SEO‑friendly, high‑performance web applications.

JavaScriptNuxt.jsServer-side Rendering
0 likes · 15 min read
Master Server‑Side Rendering with Nuxt.js: A Quick Start Guide
Baixing.com Technical Team
Baixing.com Technical Team
Aug 28, 2017 · Frontend Development

Updated Vue.js Form Example: Corrected Code for External Elements

A correction notice clarifies that the previous Vue.js form configuration article contained an error in the 'Implementation – External Elements' section, providing the updated HTML snippet and explaining that Vue.js slots should be used as child elements within components, with an apology to readers.

ComponentFormHTML
0 likes · 2 min read
Updated Vue.js Form Example: Corrected Code for External Elements
Baixing.com Technical Team
Baixing.com Technical Team
Aug 21, 2017 · Frontend Development

How to Build Configurable, Dynamic Forms in Vue.js

This article explains how to create flexible, schema‑driven web forms using Vue.js, covering requirements definition, backend data injection, component architecture, functional controls, event handling, and validation logic to replace traditional server‑rendered forms.

Component ArchitectureDynamic FormsVue.js
0 likes · 14 min read
How to Build Configurable, Dynamic Forms in Vue.js
Baixing.com Technical Team
Baixing.com Technical Team
Aug 18, 2017 · Frontend Development

Master Cross-Domain Communication with easyXDM: Full Guide & Code Samples

This article explains why switching iframe pages to HTTPS broke automatic resizing due to cross-origin restrictions, introduces the easyXDM library as a comprehensive solution, and provides step‑by‑step code examples for parent‑child communication, protocol selection, multi‑iframe handling, and debugging techniques.

JavaScriptcross-domaineasyXDM
0 likes · 15 min read
Master Cross-Domain Communication with easyXDM: Full Guide & Code Samples
Baixing.com Technical Team
Baixing.com Technical Team
Aug 17, 2017 · Frontend Development

What Is Frontend Development? A Beginner’s Guide to Web Basics

This article, adapted from a university‑level front‑end lecture, explains what front‑end development is, how browsers render pages, the layered architecture of HTML, CSS, and JavaScript, and the modern tools and practices that turn static markup into interactive web applications.

FrontendHTMLJavaScript
0 likes · 15 min read
What Is Frontend Development? A Beginner’s Guide to Web Basics