Skip to main content

5 posts tagged with "CI/CD"

The CI/CD tag archive includes a wide range of articles and tutorials that provide in-depth knowledge about continuous integration and deployment.

View All Tags

React Native and Expo Updates: September 2026

· 8 min read
Full Stack Developer

The September 2026 mobile-development baseline is clearer than it was earlier this year. React Native 0.87 advances native build requirements and makes the Strict TypeScript API the default. Expo SDK 57 provides a separate, slightly earlier React Native baseline. Google Play's target API deadline now affects new app submissions and updates.

This briefing separates those facts so production teams can plan upgrades without treating every ecosystem release as one migration.

React Native and Expo ecosystem updates across architecture, observability, builds, and store policy

Continuous Integration for React Native Apps with Fastlane and GitHub Actions

· 10 min read
Mobile Developer

continuous integration on react native apps

Continuous integration for React Native should do more than run npm test. A useful pipeline protects every pull request, builds signed release artifacts from clean commits, keeps secrets out of the repository, and makes app store submission repeatable.

Angular and GitLab CI/CD: Streamlining Your Workflow

· 8 min read
Engineering Team

In this tutorial, we will explore how to streamline your Angular development workflow using GitLab CI/CD. We will start by explaining what Angular is and what GitLab CI/CD is. Then, we will guide you through the process of setting up GitLab CI/CD, building Angular projects, implementing continuous integration, and deploying your application using GitLab CI/CD. We will also cover some best practices to optimize your workflow. By the end of this tutorial, you will have a clear understanding of how to use Angular and GitLab CI/CD together to streamline your development process.

Angular and Continuous Deployment: Streamlining Delivery

· 9 min read
Engineering Team

In this tutorial, we will explore how to streamline the delivery process for Angular applications using continuous deployment. We will start by understanding what Angular is and what continuous deployment entails. Then, we will discuss the benefits of continuous deployment and how it can improve the software development cycle. Next, we will dive into the implementation details, including setting up a CI/CD pipeline, automated testing, version control, and deployment strategies. We will also cover best practices for streamlining delivery, such as code reviews, feature flags, monitoring and rollbacks, and incremental updates. Additionally, we will address the challenges and considerations of managing dependencies, ensuring compatibility, and handling rollbacks. Finally, we will conclude with case studies from Company A, which successfully implemented continuous deployment, and Company B, which learned valuable lessons from their experience.

Angular and Jenkins: Continuous Integration and Deployment

· 8 min read
Engineering Team

In this tutorial, we will explore how to implement continuous integration and deployment (CI/CD) for Angular applications using Jenkins. We will start by understanding the concepts of continuous integration and deployment, and then proceed to set up Jenkins for our Angular projects. We will also configure Angular for CI/CD and explore build automation, unit testing, code quality checks, and automated builds. Finally, we will discuss deployment strategies, best practices, and conclude with some key takeaways.

Practical product notes

Get the next useful guide

Occasional tutorials, product resources, and lessons from building and launching software.