Tagged articles
12 articles
Page 1 of 1
DevOps Coach
DevOps Coach
Mar 5, 2026 · Backend Development

Why Swift Is Poised to Challenge Go in Server‑Side Development by 2027

Apple’s strategic push to make Swift a full‑stack language is gradually eroding Go’s dominance in cloud‑native backends, as unified iOS‑to‑server development, privacy‑first features, and higher‑paid Swift engineers reshape enterprise infrastructure decisions toward 2027.

AppleBackendSwift
0 likes · 10 min read
Why Swift Is Poised to Challenge Go in Server‑Side Development by 2027
21CTO
21CTO
Mar 2, 2025 · Backend Development

How Swift on Kubernetes Boosted Performance 4× and Cut Costs by 66%

Cultured Code’s case study shows that replacing a Python 2 application with a Swift‑based service running on AWS‑hosted Kubernetes increased average response speed fourfold while reducing compute costs to one‑third, highlighting the appeal and challenges of using Swift for backend development.

Backend DevelopmentCost reductionKubernetes
0 likes · 4 min read
How Swift on Kubernetes Boosted Performance 4× and Cut Costs by 66%
Architect
Architect
Sep 16, 2024 · Backend Development

Seamless Token Refresh in Spring Boot & Axios: Full Implementation Guide

This article explains how to implement invisible token refresh for authentication servers using Spring Boot gateway filters, JWT handling, Axios interceptors, and a client‑side timer, compares client‑ and server‑side approaches, and provides complete code examples and practical recommendations.

AuthenticationJWTSpring Boot
0 likes · 21 min read
Seamless Token Refresh in Spring Boot & Axios: Full Implementation Guide
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Jun 24, 2024 · Backend Development

Understanding Node.js: A Backend Development Overview

This article explains what Node.js is, its role as a JavaScript runtime for server‑side programming, the fundamentals of the B/S architecture, and how browsers, web servers, application servers, and databases interact to deliver static and API services.

B/S ArchitectureBackend DevelopmentNode.js
0 likes · 7 min read
Understanding Node.js: A Backend Development Overview
21CTO
21CTO
Mar 18, 2024 · Backend Development

Why PHP Still Dominates Server‑Side Development in 2024

Despite criticism and a slight market dip, PHP remains the world’s most widely used server‑side language, powered by continuous updates, a massive open‑source community, major corporate adoption, and expanding roles in modern web, IoT, and AI applications.

PHPopen sourceserver-side
0 likes · 6 min read
Why PHP Still Dominates Server‑Side Development in 2024
php Courses
php Courses
Oct 20, 2023 · Backend Development

Advantages of PHP in Modern Web Development

PHP remains a resilient, versatile server‑side language whose active community, regular updates, strong security, seamless database integration, and efficient server‑side scripting deliver fast, dynamic, and interactive web applications, making it a pivotal technology in modern web development.

Web Developmentdatabasesserver-side
0 likes · 4 min read
Advantages of PHP in Modern Web Development
21CTO
21CTO
Sep 16, 2021 · Backend Development

Why PHP Still Dominates Server‑Side Development: Insights from W3Techs Data

A recent W3Techs report shows PHP maintaining roughly 80% market share among server‑side languages over the past decade, despite the rise of alternatives, and sparks debate among developers about the true significance of these statistics.

Web Developmentprogramming languagesserver-side
0 likes · 4 min read
Why PHP Still Dominates Server‑Side Development: Insights from W3Techs Data
NetEase Smart Enterprise Tech+
NetEase Smart Enterprise Tech+
Mar 9, 2021 · Information Security

How Server‑Side Device Fingerprinting Boosts Security and Stability

Device fingerprinting uniquely identifies devices using collected data; this article explains how uniqueness and stability are measured, shows probability‑based calculations for single and combined fields, discusses the shortcomings of client‑side methods, and details a server‑side multi‑algorithm approach that improves security and stability.

Securityanti-frauddecision tree
0 likes · 11 min read
How Server‑Side Device Fingerprinting Boosts Security and Stability
Programmer DD
Programmer DD
Jan 7, 2021 · Information Security

Explore Server‑Side Template Injection Labs: Tornado, Velocity & Freemarker

This article continues a series on server‑side template injection by presenting four hands‑on labs covering Tornado (Python), Velocity (Java), Freemarker (Java) and a Freemarker sandbox‑escape, detailing syntax basics, attack surfaces, exploit payloads, defensive measures, and step‑by‑step exercises.

Freemarkerpayloadserver-side
0 likes · 13 min read
Explore Server‑Side Template Injection Labs: Tornado, Velocity & Freemarker
Node Underground
Node Underground
Mar 1, 2020 · Backend Development

Why Dart Is Gaining Momentum for Server‑Side Development

Based on the 2019 GitHub Octoverse report, JavaScript remains the most active language, but Dart’s contributor growth surged 532%, and this article explores Dart’s modern language features, isolate‑based concurrency, server‑side frameworks like shelf, and its robust tooling, highlighting its potential for backend development.

DARTIsolatesShelf
0 likes · 9 min read
Why Dart Is Gaining Momentum for Server‑Side Development
21CTO
21CTO
Apr 1, 2019 · Backend Development

Why PHP’s JIT Matters: Boosting Performance in PHP 8.0

This article explains how PHP’s upcoming JIT compiler and the PHP 8.0 release aim to improve performance, why the gains are most noticeable in CPU‑bound code, and what developers can expect from these new features.

BackendJITPHP8
0 likes · 6 min read
Why PHP’s JIT Matters: Boosting Performance in PHP 8.0
Qunar Tech Salon
Qunar Tech Salon
Feb 16, 2017 · Backend Development

Building a RESTful API with Perfect in Swift: A Server‑Side Development Guide

This article walks through building a RESTful API using the Perfect framework in Swift, covering framework comparison, environment setup with Docker, project initialization, routing, database integration via MySQL‑Swift, error handling, logging, deployment, and lessons learned from server‑side Swift development.

DockerPerfectRESTful API
0 likes · 18 min read
Building a RESTful API with Perfect in Swift: A Server‑Side Development Guide