From 18879b647f016dcf3566fabab171158205881c88 Mon Sep 17 00:00:00 2001 From: Yuri Spiridonov <48239309+YuriSpiridonov@users.noreply.github.com> Date: Mon, 6 Mar 2023 16:55:07 +0100 Subject: [PATCH] part 11 added --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 7057c79..773e588 100644 --- a/README.md +++ b/README.md @@ -94,3 +94,9 @@ This part is about _GraphQL_, Facebook's alternative to _REST API_ for communica This part is about how to build native Android and iOS mobile applications with _JavaScript_ and _React_ using the _React Native_ framework. By developing an entire mobile application from scratch this part gives a good dive into the _React Native_ ecosystem. It covers concepts such as how to render native user interface components with _React Native_, how to create beautiful user interfaces, how to communicate with a server, and how to test a _React Native_ application. - [rate-repository-app](https://github.com/YuriSpiridonov/rate-repository-app) - The app source code. + +### Part 11 - [CI/CD](https://fullstackopen.com/en/part11) + +This part shows and esplains of why you should use _Continuous Integration / Continuous Delivery (CI/CD) system_ and what can it do for you. And how to get started with _[GitHub Actions](https://github.com/features/actions)_. + +- [full-stack-open-pokedex](https://github.com/YuriSpiridonov/full-stack-open-pokedex) - Exercise repository.