Development Articles

Browse articles in this category

10 Topics
23 Articles
3 Pages
Important MySQL Commands
MySQL

Important MySQL Commands

Important MySQL commands reference: essential queries for database management. Master CRUD operations, joins, indexing, and administration tasks effic...
C
Chris
397 views
Dec 28, 2020
Why Flutter Uses Dart?
Flutter

Why Flutter Uses Dart?

Why does Flutter use Dart? Explore the language choice behind Google's UI framework. Learn about JIT/AOT compilation, hot reload, and Dart's unique ad...
C
Chris
1 views
Dec 26, 2020
The Mac Terminal Commands Cheat Sheet
MacOS

The Mac Terminal Commands Cheat Sheet

Mac Terminal Commands Cheat Sheet: quick reference for essential macOS terminal operations. Navigate, manage files, and control your Mac from the comm...
C
Chris
0 views
Dec 24, 2020
20 Linux commands every sysadmin should know
CentOS

20 Linux commands every sysadmin should know

20 essential Linux commands every sysadmin must know. From file management to process control, master the terminal tools for effective server administ...
C
Chris
1 views
Dec 24, 2020
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
4 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
312 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
307 views
Aug 07, 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
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
5 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
11 views
May 09, 2019