Tagged articles
44 articles
Page 1 of 1
Coder Trainee
Coder Trainee
Apr 26, 2026 · Cloud Native

How to Use Nacos Config Center in Spring Cloud Microservices

This article explains why scattered application.yml files cause configuration pain in microservices, introduces Nacos Config Center as a solution for unified, real‑time, environment‑isolated configuration management, and walks through quick setup, API usage, code integration, dynamic refresh, best practices, and common pitfalls.

BootstrapConfiguration ManagementDynamic Refresh
0 likes · 12 min read
How to Use Nacos Config Center in Spring Cloud Microservices
macrozheng
macrozheng
Jun 20, 2025 · Cloud Native

Unlock Nacos 3.0: New Architecture, Deployment Modes, and Embedded Integration

Version 3.0 of Nacos introduces a decoupled architecture with independent console deployment, multiple port configurations, three flexible deployment modes (merged, server, console), a modular bootstrap startup engine, and an embedded integration approach that simplifies microservice governance while enhancing security and performance.

BootstrapDeploymentNacos
0 likes · 8 min read
Unlock Nacos 3.0: New Architecture, Deployment Modes, and Embedded Integration
Java Architecture Diary
Java Architecture Diary
May 16, 2025 · Backend Development

Nacos 3.0 Deep Dive: Decoupled Architecture & Flexible Deployments

This article examines Nacos 3.0’s major architectural overhaul—including console‑service decoupling, independent ports, three deployment modes, a new bootstrap startup engine, and step‑by‑step embedded integration—showcasing how the redesign boosts security, performance, and flexibility for microservice ecosystems.

BootstrapDeploymentNacos
0 likes · 9 min read
Nacos 3.0 Deep Dive: Decoupled Architecture & Flexible Deployments
Architect's Guide
Architect's Guide
Nov 9, 2024 · Frontend Development

Mazer Admin Dashboard Template – Installation, Usage, and UI Overview

This guide introduces the Mazer admin dashboard template built with Bootstrap 5, explains how to install it via direct download or repository cloning, shows dependency installation and local development commands, demonstrates Docker image building, and provides an overview of its UI components with screenshots.

BootstrapDockerInstallation
0 likes · 3 min read
Mazer Admin Dashboard Template – Installation, Usage, and UI Overview
Model Perspective
Model Perspective
Apr 9, 2024 · Fundamentals

Unlocking the Power of Bootstrap: A Practical Guide to Resampling Statistics

Bootstrap, a versatile resampling technique, repeatedly draws samples with replacement from existing data to estimate statistics like means and confidence intervals, offering flexible, distribution-agnostic insights across fields—from education and economics to ecology and finance—illustrated with Python code examples.

Bootstrapconfidence intervalresampling
0 likes · 10 min read
Unlocking the Power of Bootstrap: A Practical Guide to Resampling Statistics
php Courses
php Courses
Feb 20, 2024 · Backend Development

How Laravel Loads Environment Variables During Bootstrap

This article explains Laravel's bootstrapping process for loading environment variables, detailing each step from configuration cache checking to creating a Dotenv instance, parsing the .env file, and handling related exceptions, with code examples illustrating the workflow.

BackendBootstrapEnvironment Variables
0 likes · 9 min read
How Laravel Loads Environment Variables During Bootstrap
Huolala Tech
Huolala Tech
Feb 2, 2024 · Fundamentals

How the Delta Method Improves AB Test Variance Estimation When Units Differ

This article explains why traditional hypothesis‑testing methods can mis‑estimate variance when the splitting unit and analysis unit differ in AB experiments, introduces the Delta Method as an unbiased variance estimator, compares it with Bootstrap and other corrections through simulations and real‑world case studies, and highlights its computational efficiency.

AB testingBootstrapDelta Method
0 likes · 8 min read
How the Delta Method Improves AB Test Variance Estimation When Units Differ
21CTO
21CTO
Feb 1, 2024 · Frontend Development

Top CSS Frameworks to Boost Your UI Development in 2024

Discover the best CSS frameworks for 2024—including Bootstrap, Tailwind, Foundation, Bulma, and UIkit—detailing their key features, integration methods, and code examples, to help developers choose the right toolkit for rapid, responsive, and maintainable front‑end design.

BootstrapCSSReact
0 likes · 12 min read
Top CSS Frameworks to Boost Your UI Development in 2024
php Courses
php Courses
Oct 19, 2023 · Frontend Development

Popular Open-Source CSS Frameworks on GitHub

This article introduces several popular open-source CSS frameworks on GitHub, such as Bootstrap, Foundation, Bulma, Tailwind, UIkit, Milligram, Pure.css, and Tachyons, describing their features, usage, and repository statistics to help developers choose the right tool for efficient web design.

BootstrapCSSGitHub
0 likes · 6 min read
Popular Open-Source CSS Frameworks on GitHub
Sanyou's Java Diary
Sanyou's Java Diary
Oct 16, 2023 · Backend Development

Unveiling the Core Mechanics of Spring Cloud Config Center

This article dissects how Spring Cloud Config Center integrates with Spring Boot, detailing the startup phases, the prepareEnvironment logic, the bootstrap container that fetches remote configurations, and the @RefreshScope mechanism that enables dynamic property refreshes.

BootstrapConfig CenterDynamic Refresh
0 likes · 15 min read
Unveiling the Core Mechanics of Spring Cloud Config Center
php Courses
php Courses
Sep 12, 2023 · Frontend Development

9 Popular Front-End Admin Dashboard Templates Recommended by Veteran Developers

This article introduces nine widely used front-end admin dashboard templates—ranging from Bootstrap‑based solutions to Vue, React, and Angular frameworks—highlighting their key features, GitHub star counts, and demo screenshots to help developers choose the most suitable tool for their projects.

AngularBootstrapReact
0 likes · 5 min read
9 Popular Front-End Admin Dashboard Templates Recommended by Veteran Developers
Python Programming Learning Circle
Python Programming Learning Circle
Jul 31, 2023 · Backend Development

Online Movie Website Built with Python Flask – Project Overview and Setup Guide

This article introduces a beginner‑friendly online movie website project built with Python Flask, detailing its architecture, front‑end and back‑end features, required environment, dependency installation, and deployment steps, complemented by screenshots and a QR code for free Python learning resources.

BootstrapFlaskPython
0 likes · 4 min read
Online Movie Website Built with Python Flask – Project Overview and Setup Guide
php Courses
php Courses
Jun 7, 2022 · Backend Development

How to Set Up a ThinkPHP 6.x Project with Composer, ORM, and Bootstrap UI

This tutorial walks through configuring the development environment, installing Composer, ThinkPHP 6.x, ORM extensions, setting up database credentials, running the built‑in server, and integrating Bootstrap UI components with proper view configuration and sample code snippets.

BootstrapComposerThinkPHP
0 likes · 5 min read
How to Set Up a ThinkPHP 6.x Project with Composer, ORM, and Bootstrap UI
Tencent Cloud Developer
Tencent Cloud Developer
May 24, 2022 · Backend Development

Three Advanced Go Techniques: Minimal Runtime, JIT Compilation, and Bootstrap

The article demonstrates three advanced Go techniques—eliminating the standard runtime by custom entry points, building a simple Python JIT compiler that translates bytecode to optimized machine code, and bootstrapping the Go compiler itself via AST‑to‑LLVM translation—offering practical code examples that reveal compiler internals.

AssemblyBootstrapGo
0 likes · 21 min read
Three Advanced Go Techniques: Minimal Runtime, JIT Compilation, and Bootstrap
Top Architect
Top Architect
Jan 6, 2022 · Backend Development

Quick Guide to Setting Up the RuoYi SpringBoot + Bootstrap Backend Management System

This article introduces the RuoYi SpringBoot‑Bootstrap backend management framework, explains its key features, and provides step‑by‑step instructions—including downloading, importing, configuring the database, and launching the application—so developers can quickly deploy a full‑featured admin system.

BootstrapJavaRuoYi
0 likes · 6 min read
Quick Guide to Setting Up the RuoYi SpringBoot + Bootstrap Backend Management System
Alimama Tech
Alimama Tech
Oct 13, 2021 · Artificial Intelligence

Bootstrap Methods for Statistical Inference in AB Testing

The article explains how the non‑parametric Bootstrap resampling method provides a practical, computationally efficient way to perform statistical inference in AB testing—especially with small samples, skewed data, or ratio metrics—by generating confidence intervals and hypothesis tests via repeated sampling, outperforming traditional approaches.

AB testingBootstrapData Science
0 likes · 9 min read
Bootstrap Methods for Statistical Inference in AB Testing
MaGe Linux Operations
MaGe Linux Operations
May 29, 2021 · Backend Development

How to Style Django Forms with Widgets and Bootstrap

This tutorial explains what Django widgets are, shows how to customize form fields with CSS classes and attributes, and demonstrates both simple Form and ModelForm examples that integrate Bootstrap styling for a polished, functional user interface.

BootstrapDjangoForms
0 likes · 5 min read
How to Style Django Forms with Widgets and Bootstrap
JavaScript
JavaScript
May 11, 2021 · Frontend Development

What’s New in Bootstrap 5? Key Features and Improvements Explained

Bootstrap 5 has officially launched with its first stable 5.0.0 release, introducing a redesigned logo, dropping support for older browsers, removing jQuery, updating to Popper V2, enhancing dropdowns, modals, tooltips, adding new components like offcanvas, accordion, tables, RTL support, a revamped utility API, and numerous performance and grid layout improvements.

BootstrapCSSJavaScript
0 likes · 3 min read
What’s New in Bootstrap 5? Key Features and Improvements Explained
Laravel Tech Community
Laravel Tech Community
Jan 20, 2021 · Frontend Development

Bootstrap 4.6.0 Released with Major Updates and Migration to Hugo

Bootstrap 4.6.0 has been released, introducing customClass support for tooltips and popovers, a new .navbar-nav-scroll class for mobile navigation, accessibility improvements, updated documentation built on Hugo, darker dropdown items, better form‑validation tooltip alignment, and fixed file‑input overflow issues.

BootstrapDocumentationHugo
0 likes · 3 min read
Bootstrap 4.6.0 Released with Major Updates and Migration to Hugo
Laravel Tech Community
Laravel Tech Community
Jun 19, 2020 · Frontend Development

Bootstrap 5 Alpha Released: Major Changes and New Features

Bootstrap 5 Alpha introduces a jQuery‑free core, drops Internet Explorer support, revamps the documentation UI, adds CSS custom properties, expands the grid system and utilities, and brings numerous enhancements to forms, colors, and overall developer experience.

BootstrapCSSDocumentation
0 likes · 6 min read
Bootstrap 5 Alpha Released: Major Changes and New Features
Laravel Tech Community
Laravel Tech Community
Apr 15, 2020 · Backend Development

Laravel Pagination: Using Query Builder, Eloquent, Simple Pagination, and Custom Views

This guide explains how Laravel's paginator integrates with the query builder and Eloquent ORM, shows basic and simple pagination methods, demonstrates manual paginator creation, customizing URIs, appending parameters, converting results to JSON, and customizing pagination views, all with code examples compatible with Bootstrap.

Backend DevelopmentBootstrapEloquent
0 likes · 10 min read
Laravel Pagination: Using Query Builder, Eloquent, Simple Pagination, and Custom Views
21CTO
21CTO
Feb 24, 2020 · Frontend Development

How to Replace jQuery in Bootstrap Projects with Vue.js

This article explains why jQuery is unnecessary when using Vue.js with Bootstrap, shows how to replace Bootstrap's jQuery plugins with vue-strap or custom Vue components, and provides complete code examples for tabs and modal dialogs.

BootstrapVuefrontend
0 likes · 7 min read
How to Replace jQuery in Bootstrap Projects with Vue.js
macrozheng
macrozheng
Jan 9, 2020 · Backend Development

Unlock High‑Performance Networking: Understanding Netty’s Core Architecture

This article explains how Netty, an asynchronous event‑driven framework built on Java NIO, powers high‑throughput RPC systems by detailing its core components, data handling with ByteBuf, and practical client‑server examples, offering developers a clear roadmap for building efficient distributed services.

AsynchronousBootstrapByteBuf
0 likes · 17 min read
Unlock High‑Performance Networking: Understanding Netty’s Core Architecture
Java Captain
Java Captain
Jul 4, 2019 · Frontend Development

Top 10 Open‑Source Admin Dashboard UI Frameworks for Web Development

This article presents a curated list of ten popular, free, open‑source admin dashboard UI frameworks—such as AdminLTE, vue‑Element‑Admin, Tabler, and others—detailing their GitHub stars, repository links, core technologies, and visual screenshots to help developers quickly choose a suitable backend control panel solution.

BootstrapUI frameworkVue
0 likes · 4 min read
Top 10 Open‑Source Admin Dashboard UI Frameworks for Web Development
Java Captain
Java Captain
Dec 12, 2018 · Backend Development

Configuring Spring MVC with JSP, JSTL, Custom Tags, and JavaScript for a Seckill Application

This tutorial demonstrates how to configure Spring MVC in a Java web project by modifying web.xml, creating DispatcherServlet, implementing controllers and DTOs, setting up JSP pages with Bootstrap, handling JSTL date formatting using custom tags for Java 8 LocalDateTime, and integrating modular JavaScript for a seckill (flash sale) application.

BootstrapCustom TagsJSP
0 likes · 17 min read
Configuring Spring MVC with JSP, JSTL, Custom Tags, and JavaScript for a Seckill Application
360 Quality & Efficiency
360 Quality & Efficiency
May 23, 2018 · Mobile Development

Understanding Appium: A Cross‑Platform Mobile Automation Framework

This article introduces Appium, an open‑source mobile automation framework that enables cross‑platform testing of native, hybrid, and mobile web apps by abstracting device interactions through third‑party engines, WebDriver API, sessions, and desired capabilities, and includes practical code examples.

AppiumBootstrapDesired Capabilities
0 likes · 5 min read
Understanding Appium: A Cross‑Platform Mobile Automation Framework
Tencent IMWeb Frontend Team
Tencent IMWeb Frontend Team
Aug 27, 2017 · Frontend Development

Top Front-End & Tech News This Week: React License, Bootstrap 4, Node.js 8.4, Android Oreo

This weekly roundup delivers the latest front‑end and tech updates, covering Ma Huateng's digital manufacturing insights, React's license controversy, Bootstrap 4 Beta, Node.js 8.4, ESLint 4.5, .NET Core 2, Android Oreo, Puppeteer, the Agile Beach conference, and a new Google Play Store feature.

BootstrapReactWeb Development
0 likes · 6 min read
Top Front-End & Tech News This Week: React License, Bootstrap 4, Node.js 8.4, Android Oreo
ZhiKe AI
ZhiKe AI
Mar 9, 2017 · Backend Development

Key Components of a Netty Application

The article outlines the core components of Netty—Bootstrap/ServerBootstrap, EventLoop, EventLoopGroup, ChannelPipeline, Channel, Future/ChannelFuture, ChannelInitializer, and ChannelHandler (Inbound and Outbound)—explaining their roles in configuring, handling I/O, and processing data within a non‑blocking, event‑driven network application.

BootstrapChannelHandlerChannelPipeline
0 likes · 3 min read
Key Components of a Netty Application
Art of Distributed System Architecture Design
Art of Distributed System Architecture Design
May 15, 2015 · Frontend Development

Comparative Analysis of 16 Front‑End Development Frameworks and Selection Guidance

The article reviews and compares sixteen popular front‑end frameworks—including Bootstrap, jQuery UI, Dojo, Mootools, YUI, and Chinese alternatives like Kissy and Qwrap—highlighting their features, strengths, and drawbacks, and then offers practical recommendations for choosing the most suitable framework for desktop, mobile, or intranet projects.

BootstrapComparisonDojo
0 likes · 8 min read
Comparative Analysis of 16 Front‑End Development Frameworks and Selection Guidance