Tag

GitHub Actions

0 views collected around this technical thread.

DevOps
DevOps
Feb 24, 2025 · Artificial Intelligence

AI‑Powered Full‑Stack Development with DeepSeek and ClinePRO: A 12× Efficiency Case Study

During the Chinese New Year break the author used DeepSeek and AISE ClinePRO to build a complete full‑stack product in only 20 hours, demonstrating a twelve‑fold productivity boost over traditional development while showcasing AI‑driven code generation, multilingual support, automated documentation, and DevOps integration.

AI codingClinePRODeepSeek
0 likes · 17 min read
AI‑Powered Full‑Stack Development with DeepSeek and ClinePRO: A 12× Efficiency Case Study
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Sep 16, 2024 · Operations

Introduction to CI/CD and GitHub Actions for Android Projects

This article explains the fundamentals of continuous integration and continuous deployment, introduces GitHub Actions as a CI/CD platform, and provides a step‑by‑step guide with sample workflow files and code snippets for automating Android builds, testing, and releases.

CI/CDDevOpsGitHub Actions
0 likes · 9 min read
Introduction to CI/CD and GitHub Actions for Android Projects
Code Mala Tang
Code Mala Tang
Sep 2, 2024 · Backend Development

How to Publish a Fully Production‑Ready npm Package from Scratch

This step‑by‑step guide shows how to initialize a Git repository, configure TypeScript, Prettier, Vitest, CI with GitHub Actions, set up package metadata, use Changesets for versioning, and finally build and publish a production‑ready npm package.

GitHub ActionsTypeScriptci
0 likes · 19 min read
How to Publish a Fully Production‑Ready npm Package from Scratch
Code Mala Tang
Code Mala Tang
Aug 29, 2024 · Backend Development

How to Publish a Fully Production‑Ready TypeScript Package to npm

This step‑by‑step guide shows how to create, configure, test, and publish a TypeScript npm package using Git, Prettier, tsup, Vitest, GitHub Actions CI, and Changesets for versioning and release automation.

GitHub ActionsTypeScriptci
0 likes · 25 min read
How to Publish a Fully Production‑Ready TypeScript Package to npm
DevOps Cloud Academy
DevOps Cloud Academy
Jun 14, 2024 · Operations

Introduction to GitHub Actions and Docker Image Synchronization Using GitHub Actions

This article introduces GitHub Actions as a CI/CD tool, explains how to synchronize Docker images to domestic registries, and provides step‑by‑step workflow examples and personal practice for automating image sync with YAML configuration and secret management.

CI/CDDockerGitHub Actions
0 likes · 9 min read
Introduction to GitHub Actions and Docker Image Synchronization Using GitHub Actions
DevOps Engineer
DevOps Engineer
Mar 28, 2024 · Operations

Understanding and Using GitHub Reusable Workflows

This article explains what GitHub Reusable Workflows are, outlines step‑by‑step how to create and invoke them across repositories, provides example YAML code, shares seven best‑practice recommendations, and compares them with Jenkins Shared Libraries to help teams improve CI/CD automation.

CI/CDGitHub ActionsJenkins
0 likes · 7 min read
Understanding and Using GitHub Reusable Workflows
macrozheng
macrozheng
Mar 19, 2024 · Backend Development

What’s New in IntelliJ IDEA 2024.1 EAP 5? Boost Your Spring & Backend Workflow

IntelliJ IDEA 2024.1 EAP 5 introduces a suite of enhancements—including richer Spring, Quarkus, and Micronaut support, smarter Spring Bean autocompletion, improved HTTP Client with PKCE and Netty, and advanced GitHub Actions assistance—designed to streamline backend development, debugging, and CI/CD workflows.

Backend DevelopmentGitHub ActionsHTTP Client
0 likes · 7 min read
What’s New in IntelliJ IDEA 2024.1 EAP 5? Boost Your Spring & Backend Workflow
DevOps Engineer
DevOps Engineer
Feb 19, 2024 · Operations

cpp-linter-action v2.9.0 Introduces Pull Request Review Capability

The cpp-linter-action tool, a GitHub Action for C/C++ linting, has been updated to version 2.9.0 adding a Pull Request Review feature that posts suggestions directly in PRs, along with other functionalities such as Annotations, Thread Comments, and Step Summaries.

C++GitHub ActionsPull Request Review
0 likes · 8 min read
cpp-linter-action v2.9.0 Introduces Pull Request Review Capability
DevOps Cloud Academy
DevOps Cloud Academy
Feb 17, 2024 · Operations

Implementing Reusable GitHub Actions Workflows for Scalable CI at McDonald's

McDonald's engineering team built a fast, reliable, and flexible continuous integration system by leveraging reusable GitHub Actions workflows, centralizing CI code, defining a golden‑path pipeline, balancing developer autonomy, and adding observability across multilingual microservices, improving productivity and maintainability.

CI/CDGitHub ActionsMicroservices
0 likes · 7 min read
Implementing Reusable GitHub Actions Workflows for Scalable CI at McDonald's
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Dec 5, 2023 · Frontend Development

Building a Customizable Image Generation Tool with Node‑Canvas and Full‑Stack Deployment

This article walks through the conception, implementation, and deployment of a highly configurable image‑generation CLI tool built with node‑canvas, covering the npm package design, command‑line usage, custom font handling, a React‑based visual website, backend services, CI/CD with GitHub Actions, and server setup.

DeploymentGitHub ActionsImage Generation
0 likes · 35 min read
Building a Customizable Image Generation Tool with Node‑Canvas and Full‑Stack Deployment
DevOps Engineer
DevOps Engineer
Dec 4, 2023 · Information Security

Applying the SLSA Framework to Build, Sign, Publish, and Verify Python Packages on GitHub

This article demonstrates how to apply the SLSA (Supply chain Levels for Software Artifacts) framework to the Python ecosystem by building clean packages, generating provenance statements, uploading them to PyPI, and verifying the package origin using GitHub Actions and the slsa‑verifier tool.

GitHub ActionsProvenancePython
0 likes · 10 min read
Applying the SLSA Framework to Build, Sign, Publish, and Verify Python Packages on GitHub
NetEase Yanxuan Technology Product Team
NetEase Yanxuan Technology Product Team
Mar 13, 2023 · Frontend Development

OSSA: Open Source Journey and Best Practices for a Taro UI Component Library

Over two years, NetEase Yanxuan built and open‑sourced OSSA, a Taro UI component library created to unify multi‑platform mini‑program development, detailing why Taro was chosen, the challenges of enterprise‑grade reliability and community building, and how automated CI/CD, documentation, MIT licensing, and contributor guides enable sustainable open‑source growth.

ChangeSetsGitHub ActionsMIT License
0 likes · 17 min read
OSSA: Open Source Journey and Best Practices for a Taro UI Component Library
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Nov 23, 2022 · Frontend Development

Setting Up Changesets and GitHub Actions for CI/CD in a Frontend Monorepo Utility Library

This article walks through configuring @changesets in a pnpm-managed monorepo, automating versioning and changelog generation, adding GitHub Actions for CI/CD and documentation deployment, and outlines contribution guidelines for a frontend utility library, illustrating the full open‑source workflow.

CI/CDChangeSetsGitHub Actions
0 likes · 14 min read
Setting Up Changesets and GitHub Actions for CI/CD in a Frontend Monorepo Utility Library
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Jun 27, 2022 · Operations

Getting Started with CI/CD for Frontend Projects Using GitHub Actions

This comprehensive guide explains how to set up continuous integration and continuous deployment (CI/CD) for a front‑end Vite‑React‑TypeScript project using GitHub Actions, covering basic concepts, workflow configuration, code linting, testing, release management, deployment to an Nginx server, status badges, email notifications, rollback mechanisms, and end‑to‑end testing.

CI/CDDockerGitHub Actions
0 likes · 33 min read
Getting Started with CI/CD for Frontend Projects Using GitHub Actions
DevOps Engineer
DevOps Engineer
Nov 30, 2021 · Operations

Automating GitHub Profile README Updates with GitHub Actions and Repository Dispatch

This guide explains how to set up a GitHub Actions workflow that automatically fetches the latest blog posts via RSS and updates the special README.md of a same‑named GitHub profile repository, using scheduled runs and repository_dispatch events triggered by a curl command.

CI/CDGitHub ActionsREADME
0 likes · 7 min read
Automating GitHub Profile README Updates with GitHub Actions and Repository Dispatch
DevOps Cloud Academy
DevOps Cloud Academy
Nov 16, 2021 · Operations

Publishing Packages to GitHub Packages with GitHub Actions

This guide explains how to use GitHub Packages as a unified package registry and demonstrates step‑by‑step how to configure npm, create a workflow file, and automatically publish a Node.js package to GitHub Packages via GitHub Actions whenever a new release is created.

CI/CDDevOpsGitHub Actions
0 likes · 4 min read
Publishing Packages to GitHub Packages with GitHub Actions