Skip to content

Commit

Permalink
part 11 added
Browse files Browse the repository at this point in the history
  • Loading branch information
YuriSpiridonov committed Mar 6, 2023
1 parent 758581b commit 18879b6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 18879b6

Please sign in to comment.