Development Articles

Browse articles in this category

9 Topics
22 Articles
3 Pages
Getting Started with Sphinx
Search Engine

Getting Started with Sphinx

Getting Started with Sphinx: comprehensive guide to the powerful full-text search engine. Setup, configuration, and indexing for fast database searche...
C
chris
0 views
Dec 22, 2020
Bubble Sort
Algorithm

Bubble Sort

Bubble Sort demystified: the simple comparison-based sorting algorithm. Understand how it works, its O(n²) complexity, and why it's great for learning...
C
chris
28 views
Aug 12, 2019
Counting Sort
Algorithm

Counting Sort

Counting Sort explained: a linear O(n) sorting algorithm perfect for integers within a known range. Learn implementation, use cases, and when to apply...
C
chris
25 views
Aug 07, 2019
Understanding The Objective-C Runtime
Objective C

Understanding The Objective-C Runtime

Deep dive into Objective-C runtime features. Understand message sending, method swizzling, and dynamic capabilities that power macOS and iOS developme...
C
chris
0 views
May 21, 2019
React Native vs Flutter — Which is preferred for you?
Flutter

React Native vs Flutter — Which is preferred for you?

React Native vs Flutter: comprehensive comparison of top cross-platform frameworks. Analyze performance, development experience, and which to choose f...
C
chris
1 views
May 20, 2019
Obtain SSL Certificates From The Let‘s Encrypt ACME Server
SSL

Obtain SSL Certificates From The Let‘s Encrypt ACME Server

Get free SSL certificates from Let's Encrypt using the ACME protocol. Secure your websites with HTTPS at no cost through this automated certificate au...
C
chris
1 views
May 15, 2019
Publish a Binary iOS Framework in Swift using CocoaPods
CocoaPods

Publish a Binary iOS Framework in Swift using CocoaPods

CocoaPods 是 Objective-C 和 Swift 项目最流行的依赖管理工具。本指南涵盖创建二进制框架分发、podspec 配置、发布到私有或公共仓库的完整流程。无论你是想内部共享还是开源项目,都能找到实用的发布策略和最佳实践。...
C
chris
2 views
May 13, 2019
Yii2 url format path
Yii

Yii2 url format path

Yii2 提供两种 URL 解析方式:美观 URL 和传统 URL。美观 URL 使用 pathinfo 解析如/post/123,传统 URL 使用查询参数如?r=post/view&id=123。本文详解如何配置 Yii2 URL 规则,打造干净、SEO 友好的 URL 结构,提升网站专业度和搜...
C
chris
0 views
May 09, 2019
Vim tips: The basics of search and replace
Vim

Vim tips: The basics of search and replace

Master Vim's search and replace functionality. Learn essential commands, patterns, and tips to efficiently find and modify text in the powerful termin...
C
chris
5 views
May 09, 2019
Installing Java 8 on CentOS 7
Java

Installing Java 8 on CentOS 7

Install Java 8 (JDK/JRE) on CentOS 7 with this comprehensive tutorial. Covers multiple installation methods, environment setup, and verification steps...
C
chris
11 views
May 07, 2019