How to configure CI/CD for React with GitLab CI

Configuring CI/CD for React with GitLab CI automates testing, building, and deployment integrated with GitLab repositories. With over 12 years of React development experience since 2014 and as the creator of CoreUI, I’ve configured GitLab CI for numerous projects. GitLab CI provides powerful pipeline configuration with YAML files that run stages for test, build, and deploy automatically. This approach integrates CI/CD directly into GitLab with no external services required.

Read More…

How to use GitLab CI for Node.js apps

Using GitLab CI for Node.js applications automates testing, building, and deployment with integrated CI/CD pipelines. As the creator of CoreUI with over 12 years of Node.js experience since 2014, I’ve configured GitLab CI for numerous backend services. GitLab CI provides YAML-based pipeline configuration with stages, jobs, and deployment environments built into GitLab. This approach streamlines development workflow with automated quality checks and deployments.

Read More…

How to use GitLab CI with Git

GitLab CI/CD provides integrated continuous integration and deployment pipelines directly in GitLab repositories, automating workflows based on Git events and repository activity. As the creator of CoreUI, a widely used open-source UI library, I’ve implemented GitLab CI pipelines in enterprise projects throughout my 25 years of development experience. The most effective approach is creating a .gitlab-ci.yml file in the repository root that defines pipeline stages and jobs. This method enables automatic testing, building, and deployment on every Git push with parallel job execution and artifact management.

Read More…
Subscribe to our newsletter
Get early information about new products, product updates and blog posts.
How to check if an element is visible in JavaScript
How to check if an element is visible in JavaScript

How to get element ID in JavaScript
How to get element ID in JavaScript

How to sleep in Javascript
How to sleep in Javascript

How to Add a Tab in HTML
How to Add a Tab in HTML

Answers by CoreUI Core Team