Data Science & Developer Roadmaps with Chat & Free Learning Resources

Implementing the pipeline with GitLab

 Software Architecture with C plus plus

Throughout this chapter, we will use popular open source tools to build a full CI/CD pipeline consisting of gating mechanisms, automated deployment, and also showing the concepts of infrastructure aut...

Read more at Software Architecture with C plus plus | Find similar documents

GitLab Triage Bot

 Analytics Vidhya

Over the past few months we have been moving projects over to GitLab. For the most part this process has been pretty smooth. Of course, no tool is going to have everything you need to completely…

Read more at Analytics Vidhya | Find similar documents

Trending GitLab Data in Prometheus

 Analytics Vidhya

At work we switched over to GitLab earlier this year and through that we have had to migrate from a few different tools and processes and have tried to centralize on GitLab as much as possible. I…

Read more at Analytics Vidhya | Find similar documents

GitHub

 Codecademy

GitHub (GH) is a UI-based version control platform that runs on Git . It offers many services including version control, static website hosting, open-source software (OSS) projects, and much more. Git...

Read more at Codecademy | Find similar documents

E2E tests with Gitlab CI services

 Level Up Coding

This will be a slightly shorter article. In this article, I will show you how I’ve managed to do some end-to-end testing with Gitlab CI services. I’m building a browser-based multiplayer game called…

Read more at Level Up Coding | Find similar documents

General Git Workflow

 Towards Data Science

Git is the most general used code version track tool that probably every developer uses it, and no matter you use Github, Gitlab, or Bitbucket, as long as you want to share your code or learn from…

Read more at Towards Data Science | Find similar documents

New Features of GitLab From the Last Quarter of 2021

 Better Programming

In this article, you will learn about the most important features of GitLab 14.4 (October), 14.5 (November) and 14.6 (December). 🤗

Read more at Better Programming | Find similar documents

Automate Changelog Generation with GitLab

 Better Programming

Let GitLab API do the boring stuff Continue reading on Better Programming

Read more at Better Programming | Find similar documents

GitLab CI/CD How-to

 Level Up Coding

To be an engineer these days, it’s almost impossible to not get intimate with Git; a total game changer for distributed version control. Of course, it wasn’t always that way. I did a portion of my…

Read more at Level Up Coding | Find similar documents

Semantic Versioning and Release Automation on GitLab

 Level Up Coding

How to automate releases of your GitLab project with semantic versioning and changelog generation

Read more at Level Up Coding | Find similar documents

JupyterLab for complex Python and Scala Spark projects

 Towards Data Science

JupyterLab is an awesome piece of technology for prototyping and self-documenting research. But can you use it for projects that have a big codebase? The notebook workflow was a big improvement for…

Read more at Towards Data Science | Find similar documents

Git

 Full Stack Python

Git is an implementation of the source (version) control concept. Learn more about Git and source control on Full Stack Python.

Read more at Full Stack Python | Find similar documents