Latest articles
On the fast track with SMS
Susan Strumbo, 01. Feb 2024
How to become a trainer – Behind the scenes with Laura
Susan Strumbo, 29. Nov 2023
Between office and blast furnace - Steven’s job
Susan Strumbo, 28. Nov 2023
Diversity at SMS digital – Jianwei’s Insights
Susan Strumbo, 22. Nov 2023
A glimpse into the Growth DRIVErs Program with Nicole
Susan Strumbo, 16. Nov 2023
Working at SMS digital: Interview with Philipp
Susan Strumbo, 13. Nov 2023
Tim’s career path at SMS digital
Susan Strumbo, 19. Oct 2023
How to decode the black box of deep learning models
Maximilian Christ, 04. Oct 2023
Democratizing machine learning with a no-code platform
Dr. Ir. Cedric Schockaert, 12. Sep 2023
Authors
More articles
Tracking emissions with Viridis Carbon
Susan Strumbo, 22. Aug 2023
Enhancing Data Science Skills in a Software Company
Alice Idem, 22. Jun 2023
Simple application of smart sensors in a small section mill
Joachim Nagelmann, 13. Jun 2023
Two PhD students pave the way for the future of the blast furnace
Dr. Ir. Cedric Schockaert, 15. May 2023
A day in the life of a product manager at SMS digital
Alice Idem, 02. May 2023
How we are taking a design-driven development approach to build a valuable and cutting-edge manufacturing execution system
Edda Müller, 22. Mar 2023
1e2e:
2 working_directory: ~/build
3 machine: true
4 environment:
5 TZ: 'Europe/Berlin'
6 steps:
7 - restore_cache:
8 key: repo-{{ .Environment.CIRCLE_SHA1 }}
9 - restore_cache:
10 key: build-{{ .Environment.CIRCLE_SHA1 }}
11 - restore_cache:
12 key: packages-{{ checksum "yarn.lock" }}-{{ .Environment.CIRCLE_SHA1 }}
13 - run: docker info
14 - run: docker login -u "${DOCKER_USERNAME}" -p "${DOCKER_PASSWORD}"
15 - run: sudo chmod -R 777 /home/circleci/build/logs .
16 - run:
17 name: run ci-runner
18 # This file contains the commands to launch Smart Alarm and the E2E image
19 command: |
20 ./docker/e2e/ci-runner.sh ${CIRCLE_BRANCH}
21 - store_artifacts:
22 path: cypress_output/videos
23 - store_artifacts:
24 # If you configure Cypress nicely, it will create screenshots automatically, which you can store in circleci
25 path: cypress_output/screenshots
26 - store_test_results:
27 path: cypress_output/results
28 - store_test_results:
29 path: test-results
E2E testing in a controlled and isolated environment
Lekealem Asong, 08. Dec 2022
How our workshop results helped us beat the Escape Room
Edda Müller, 21. Nov 2022
Diversity at SMS digital - asking our CEO
Alice Idem, 03. Nov 2022
Work insight: Developing a sequence-planning algorithm to solve a real-world problem
Dr. Ivan Bleskov, 16. Aug 2022
Secure workloads with the cloud
Sascha Lewandowski, 01. Aug 2022
The experience of Gerdau Ouro Branco in digitalizing energy and resources management
Madita Bayer, 08. Jul 2022
Integrating MLflow into ultralytics/YOLOv5
Hossein Alizadeh Moghaddam, 06. Jul 2022
Data versioning and data pipelines with dvc
Dr. Christoph Kirmse, 10. Jun 2022
Create custom toast components with React
Uzochukwu Eddie Odozi, 02. Jun 2022
3D Models in React Web Applications
Steven Sklorz, 10. May 2022
Machine Learning Engineering for Production (MLOps)
Maximilian Christ, 27. Apr 2022
Today's parameters for recognition in UX and UI design for software solutions
UI/UX Design Team, 29. Mar 2022
How to get in at SMS digital as a developer
Madita Bayer, 18. Mar 2022
Rapid prototyping of data science apps
Carsten Andreas Klein, 05. Nov 2021
A day in the the life of a software developer: Interview with Gulnara Ibragimova
Madita Bayer, 19. Oct 2021
A day in the life of a data scientist: Interview with Lena Bruszies
Madita Bayer, 10. Sep 2021
One year with E2E tests – A recap
Simone Schäfer, 09. Aug 2021