Tagged articles
16 articles
Page 1 of 1
Programmer DD
Programmer DD
Dec 28, 2020 · Operations

How to Install and Use Cerebro for Easy Elasticsearch Cluster Management

This guide explains what Cerebro is, how to install it (including binary and Docker options), how to run it on Linux, macOS, and Windows, and how to use its UI to connect to an Elasticsearch node, view cluster overviews, manage shards, and execute DSL queries.

AngularJSCerebroCluster Management
0 likes · 5 min read
How to Install and Use Cerebro for Easy Elasticsearch Cluster Management
Architect's Tech Stack
Architect's Tech Stack
Jan 13, 2020 · Backend Development

Integrating Activiti Workflow Engine with Spring Boot: Configuration, Code Samples, and Usage

This article explains how to integrate the Activiti BPMN 2.0 workflow engine into a Spring Boot application, covering Maven dependencies, data source and Activiti configuration, Spring MVC setup, Java code for starting, approving, and querying leave requests, as well as a simple AngularJS front‑end for task management.

ActivitiAngularJSSpring Boot
0 likes · 10 min read
Integrating Activiti Workflow Engine with Spring Boot: Configuration, Code Samples, and Usage
21CTO
21CTO
Apr 28, 2019 · Mobile Development

Master Ionic with AngularJS: Step‑by‑Step Mobile App Guide

This comprehensive tutorial walks you through building a mobile app with AngularJS and Ionic, covering core Angular features, Ionic installation, project scaffolding, routing, controllers, services, filters, data binding, and inter‑page communication, all illustrated with clear code examples and screenshots.

AngularJSAngularJS ServicesIonic
0 likes · 17 min read
Master Ionic with AngularJS: Step‑by‑Step Mobile App Guide
21CTO
21CTO
Feb 6, 2019 · Backend Development

Why Choose the MEAN Stack for Your Next Web Project?

This article explains the MEAN stack—MongoDB, Express.js, AngularJS, and Node.js—detailing each component, comparing it with LAMP/LNMP, and highlighting its JavaScript‑centric, cost‑effective, open‑source advantages for modern web development.

AngularJSExpress.jsJavaScript
0 likes · 7 min read
Why Choose the MEAN Stack for Your Next Web Project?
MaGe Linux Operations
MaGe Linux Operations
Nov 15, 2018 · Mobile Development

How to Build a Simple Ionic App for ES & Zabbix Metrics with Chart.js

This tutorial walks through creating a lightweight Ionic mobile app that visualizes Elasticsearch and Zabbix performance data using Chart.js, covering environment setup, a Flask proxy, page structure, data fetching with AngularJS, and common pitfalls, all illustrated with code snippets and screenshots.

AngularJSChart.jsFlask Proxy
0 likes · 6 min read
How to Build a Simple Ionic App for ES & Zabbix Metrics with Chart.js
21CTO
21CTO
Oct 19, 2017 · Backend Development

How to Bridge Frontend and REST API with Spring Cloud Zuul Proxy

This tutorial demonstrates how to use Spring Cloud Zuul as a proxy to connect a frontend AngularJS application with a separate REST API, addressing CORS and same‑origin restrictions, configuring Maven, routing, custom filters, and testing the integration.

AngularJSCORSSpring Boot
0 likes · 7 min read
How to Bridge Frontend and REST API with Spring Cloud Zuul Proxy
21CTO
21CTO
Dec 9, 2015 · Backend Development

How Worktile Built a Scalable MEAN Stack with Real‑Time Messaging

This article explains how Worktile’s team collaboration platform combines a single‑page AngularJS front‑end with Node.js, Redis, MongoDB, and ejabberd XMPP services to achieve cross‑platform access, native‑like interactions, and high‑performance real‑time updates for over 100,000 teams.

AngularJSMEAN stackNode.js
0 likes · 10 min read
How Worktile Built a Scalable MEAN Stack with Real‑Time Messaging
Art of Distributed System Architecture Design
Art of Distributed System Architecture Design
Aug 7, 2015 · Frontend Development

How Qiniu Built a Robust Front‑End Testing Workflow with Karma, Jasmine, and Sinon

This article details Qiniu's evolution from no testing to a comprehensive front‑end testing strategy using Selenium, Karma, Jasmine, AngularJS, and Sinon, covering early challenges, unit‑test design, tool configuration, mock data handling, and the tangible benefits for code quality and maintenance.

AngularJSJasmineKarma
0 likes · 12 min read
How Qiniu Built a Robust Front‑End Testing Workflow with Karma, Jasmine, and Sinon
Architect
Architect
Jul 30, 2015 · Backend Development

Technical Architecture of Worktile: SPA Design, Service Stack, and Real-time Messaging

Worktile’s architecture combines a single‑page AngularJS front‑end with a Node.js/Express backend, leveraging MongoDB, Redis, and ejabberd for real‑time messaging, illustrating how SPA design, modular services, and long‑connection techniques enable a stable, high‑performance team collaboration platform.

AngularJSMongoDBNode.js
0 likes · 11 min read
Technical Architecture of Worktile: SPA Design, Service Stack, and Real-time Messaging
Art of Distributed System Architecture Design
Art of Distributed System Architecture Design
Mar 8, 2015 · Frontend Development

AngularJS vs ReactJS vs Polymer: Key Techniques for 2015 Front‑End Framework Selection

This article compares AngularJS, ReactJS, and Polymer by examining their initial implementations, core data‑binding mechanisms, component models, and application architectures such as FLUX, offering practical insights for developers choosing a front‑end framework in 2015.

AngularJSComponent ArchitectureFlux
0 likes · 14 min read
AngularJS vs ReactJS vs Polymer: Key Techniques for 2015 Front‑End Framework Selection
MaGe Linux Operations
MaGe Linux Operations
Feb 27, 2015 · Operations

Automating Web Code Deployments with Git, Rsync, and Tornado

This article describes how a Linux operations team streamlined frequent web code releases by building a web‑based deployment system that combines Git for version control, Rsync for synchronization, and Python/Tornado for backend services, eliminating manual intervention and improving efficiency.

AngularJSDeployment AutomationGit
0 likes · 7 min read
Automating Web Code Deployments with Git, Rsync, and Tornado