Tag

cloud

1 views collected around this technical thread.

360 Tech Engineering
360 Tech Engineering
Jun 4, 2025 · Information Security

Security Risk Assessment and Governance for Model Context Protocol (MCP) Ecosystem

This article systematically analyzes the security threats of the Model Context Protocol (MCP) ecosystem—including supply‑chain poisoning, backdoors, tool‑description injection, malicious updates, cloud‑service abuse, installer vulnerabilities, and open‑source risks—and proposes concrete governance measures and early‑stage implementations to help enterprises secure MCP deployments and operations.

AIMCPModel Context Protocol
0 likes · 18 min read
Security Risk Assessment and Governance for Model Context Protocol (MCP) Ecosystem
DataFunTalk
DataFunTalk
May 18, 2025 · Artificial Intelligence

OpenAI Codex AMA Highlights: Cloud Sandbox, TypeScript CLI, Multilingual Plans, and Future Vision

In a one‑hour Reddit AMA, OpenAI's Codex team outlined their cloud‑first strategy, TypeScript‑based CLI, upcoming multilingual bindings, integration with the future GPT‑5 model, pricing, security sandbox, best‑practice recommendations, and a ten‑year roadmap toward a unified AI‑driven software development agent.

AICLICodex
0 likes · 6 min read
OpenAI Codex AMA Highlights: Cloud Sandbox, TypeScript CLI, Multilingual Plans, and Future Vision
Architect's Guide
Architect's Guide
May 18, 2025 · Backend Development

Integrating DeepSeek AI with a WeChat Public Account: A Step‑by‑Step Backend Tutorial

This tutorial walks beginners through obtaining a DeepSeek API key, setting up an Alibaba Cloud ECS instance, configuring the server and WeChat public platform, installing required Python dependencies, editing configuration files, and finally running the chatbot so the public account can interact with the DeepSeek large‑language model.

APIDeepSeekPython
0 likes · 12 min read
Integrating DeepSeek AI with a WeChat Public Account: A Step‑by‑Step Backend Tutorial
DevOps Cloud Academy
DevOps Cloud Academy
Apr 8, 2025 · Cloud Computing

Integrating Jenkins and Terraform for Automated Cloud Infrastructure Management

This article explains how to combine Jenkins pipelines with Terraform to automate the provisioning, configuration, and lifecycle management of AWS cloud resources, offering a practical DevOps workflow that enhances efficiency, reliability, and scalability through Infrastructure as Code and CI/CD practices.

AWSAutomationIaC
0 likes · 10 min read
Integrating Jenkins and Terraform for Automated Cloud Infrastructure Management
DataFunTalk
DataFunTalk
Mar 4, 2025 · Artificial Intelligence

Roundtable: How AI Is Changing Enterprise – Insights from Box CEO Aaron Levie and Panel

In this roundtable, moderator Garry and guests including Box CEO Aaron Levie discuss the current AI revolution, the role of model companies, opportunities for startups, pricing models, enterprise adoption, security concerns, and the broader economic impact of AI on businesses and society.

AIAI adoptionStartups
0 likes · 9 min read
Roundtable: How AI Is Changing Enterprise – Insights from Box CEO Aaron Levie and Panel
Code Mala Tang
Code Mala Tang
Feb 7, 2025 · Artificial Intelligence

How to Access DeepSeek’s Full‑Power Model for Free: Platforms & API Guide

This guide walks you through multiple ways to use DeepSeek’s full‑capacity model—including direct web platforms and step‑by‑step API integration with Tencent Cloud, ByteDance Volcano Engine, and Alibaba Cloud Bailei—so you can get fast, free AI responses without hitting common pitfalls.

AIAPIDeepSeek
0 likes · 10 min read
How to Access DeepSeek’s Full‑Power Model for Free: Platforms & API Guide
Code Mala Tang
Code Mala Tang
Feb 6, 2025 · Artificial Intelligence

Why DeepSeek’s Explosive Growth Is Redefining AI, Cloud, and Chip Ecosystems

Within just 20 days of launch, DeepSeek has amassed over 20 million daily active users, secured support from China’s four major cloud providers and leading global chip makers, and sparked a wave of AI ecosystem development that highlights both market potential and technological collaboration across the industry.

AIChinaDeepSeek
0 likes · 7 min read
Why DeepSeek’s Explosive Growth Is Redefining AI, Cloud, and Chip Ecosystems
Efficient Ops
Efficient Ops
Jan 20, 2025 · Operations

12 Essential Operations Roles Every Tech Team Needs

Operations is the backbone of modern digital services, and this article breaks down twelve distinct roles—from implementation and system ops to DevOps, big‑data, security, and cloud—explaining their core responsibilities and how they keep online platforms reliable, efficient, and secure.

DevOpsSystem Administrationcloud
0 likes · 7 min read
12 Essential Operations Roles Every Tech Team Needs
DevOps
DevOps
Jan 16, 2025 · Operations

Infrastructure as Code (IaC) in DevOps: Solving Modern Operations Challenges

This article explains how Infrastructure as Code (IaC) addresses the inefficiencies of traditional operations, improves collaboration between development and operations, and provides practical steps for implementing IaC within a DevOps workflow to achieve automation, consistency, and faster software delivery.

AutomationDevOpsIaC
0 likes · 10 min read
Infrastructure as Code (IaC) in DevOps: Solving Modern Operations Challenges
Top Architecture Tech Stack
Top Architecture Tech Stack
Dec 26, 2024 · Operations

GitLab Discontinues Service for China Mainland, Macau, and Hong Kong and Advises Migration to JiHu

GitLab announced that it will cease providing GitLab.com accounts to users in mainland China, Macau and Hong Kong, offering a 60‑day migration window to the locally‑operated JiHu platform and prompting widespread discussion about data integrity, compliance, and the future of open‑source development in the region.

DevOpsGitLabMigration
0 likes · 7 min read
GitLab Discontinues Service for China Mainland, Macau, and Hong Kong and Advises Migration to JiHu
DevOps
DevOps
Dec 22, 2024 · Artificial Intelligence

Key Takeaways from Satya Nadella’s Interview on AI, Cloud, and Microsoft’s Future Strategy

In an 85‑minute interview, Microsoft CEO Satya Nadella discusses the company’s AI‑first cloud vision, the emergence of AI application servers, stateful AI tools, the shift away from traditional search, browser competition, and strategic approaches to model training, hardware supply, and operational leverage.

AIInterviewMicrosoft
0 likes · 8 min read
Key Takeaways from Satya Nadella’s Interview on AI, Cloud, and Microsoft’s Future Strategy
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Nov 11, 2024 · Backend Development

Step-by-Step Guide to Deploying a Small Web Application to Alibaba Cloud with Frontend Packaging and Backend Setup

This article provides a comprehensive tutorial on configuring front‑end resource bundling, adjusting server settings, building and uploading SpringBoot back‑end modules, creating deployment scripts, managing environment‑specific properties, and implementing a Baidu Tieba hot‑search crawler, enabling a complete end‑to‑end cloud deployment.

DeploymentSpringBootbackend
0 likes · 16 min read
Step-by-Step Guide to Deploying a Small Web Application to Alibaba Cloud with Frontend Packaging and Backend Setup
Python Programming Learning Circle
Python Programming Learning Circle
Nov 1, 2024 · Backend Development

Designing a Python SDK for Cloud TTS Services: Critique and Refactoring of Volcengine's SDK

This article examines the shortcomings of Volcengine's Python TTS SDK, proposes a cleaner design using request interceptors or Auth objects, demonstrates refactored code examples with the Tetos library, and explains how to integrate signing logic into standard HTTP clients for more maintainable backend development.

SDKbackendcloud
0 likes · 10 min read
Designing a Python SDK for Cloud TTS Services: Critique and Refactoring of Volcengine's SDK
Python Programming Learning Circle
Python Programming Learning Circle
Sep 28, 2024 · Operations

Essential Skills for Becoming a Successful DevOps Engineer

The article outlines the key competencies a DevOps engineer must master—including programming, Linux system knowledge, configuration management, infrastructure-as-code, CI/CD tools, networking and security, monitoring, and cloud services—to guide readers on building a comprehensive skill set for effective DevOps practice.

DevOpsInfrastructure as CodeLinux
0 likes · 5 min read
Essential Skills for Becoming a Successful DevOps Engineer
Architecture and Beyond
Architecture and Beyond
Aug 30, 2024 · Information Security

Comprehensive Security Strategy for SaaS Startups: External and Internal Measures

This guide outlines a complete security strategy for SaaS startups, covering external threats such as network attacks and data leaks, as well as internal risks like access control, host protection, code safety, log management, and third‑party integration, providing practical solutions and best‑practice recommendations.

External ThreatsInternal ControlsSaaS
0 likes · 20 min read
Comprehensive Security Strategy for SaaS Startups: External and Internal Measures
Architect's Guide
Architect's Guide
Aug 28, 2024 · Backend Development

Creating an Enterprise OSS Object Storage Spring Boot Starter Based on Amazon S3

This article provides a step‑by‑step guide to building a Spring Boot starter that abstracts OSS object‑storage services via the Amazon S3 protocol, covering project setup, Maven dependencies, configuration properties, template interfaces, implementation, auto‑configuration, packaging, and testing.

Amazon S3JavaOSS
0 likes · 17 min read
Creating an Enterprise OSS Object Storage Spring Boot Starter Based on Amazon S3
Efficient Ops
Efficient Ops
Aug 5, 2024 · Operations

Thanos vs VictoriaMetrics: Which Prometheus Long‑Term Storage Wins?

This article compares Thanos and VictoriaMetrics as Prometheus long‑term storage solutions, evaluating their architectures, write and read paths, reliability, data consistency, performance, scalability, high‑availability, and cost to help you choose the best fit for your monitoring stack.

MonitoringPrometheusThanos
0 likes · 17 min read
Thanos vs VictoriaMetrics: Which Prometheus Long‑Term Storage Wins?
Java Tech Enthusiast
Java Tech Enthusiast
Aug 4, 2024 · Cloud Native

Deploy Web-based IntelliJ IDEA on a Cloud Server Using Docker

This guide walks you through configuring Docker mirrors, installing JDK and Maven, setting permissions, and using Docker Compose to launch a web‑based IntelliJ IDEA container on a cloud server, then accessing it via port 8887 for browser‑based Java development.

DevOpsDockerTutorial
0 likes · 6 min read
Deploy Web-based IntelliJ IDEA on a Cloud Server Using Docker
IT Services Circle
IT Services Circle
Aug 3, 2024 · Backend Development

Understanding API Gateways: Core Functions and Popular Products

This article explains what an API gateway is, outlines its core functions such as routing, load balancing, security, rate limiting, aggregation and caching, and reviews ten popular gateway solutions—including Amazon API Gateway, Kong, Apigee, NGINX, Tyk, MuleSoft Anypoint, Azure API Management, IBM API Connect, Kubernetes‑native options, and Traefik—highlighting their key features and typical use cases.

API GatewayKubernetesMicroservices
0 likes · 5 min read
Understanding API Gateways: Core Functions and Popular Products
Architecture Development Notes
Architecture Development Notes
Jul 14, 2024 · Backend Development

Inside Netflix’s Tech Stack: How They Power Billions of Streams

This article breaks down Netflix’s comprehensive technology stack—from mobile and web front‑ends to microservices, data storage, streaming pipelines, and CI/CD tools—showcasing how the platform delivers seamless, high‑performance video experiences to billions of users worldwide.

MicroservicesNetflixStreaming
0 likes · 8 min read
Inside Netflix’s Tech Stack: How They Power Billions of Streams