parent
568a357b97
commit
2fccb646b6
121 changed files with 6226 additions and 40 deletions
@ -1,11 +0,0 @@ |
|||||||
# Microservices |
|
||||||
|
|
||||||
Microservices are an architectural approach to software development that allows the creation of a distributed application from deployable services that allow communication through a well-defined API. Being a solution to monoliths. |
|
||||||
|
|
||||||
Visit the following resources to learn more: |
|
||||||
|
|
||||||
- [@article@Introduction to microservices](https://developer.ibm.com/learningpaths/get-started-application-modernization/intro-microservices/introduction/) |
|
||||||
- [@official@Microservice Patterns and Resources by Chris Richardson](https://microservices.io/index.html) |
|
||||||
- [@article@Microservices AntiPatterns and Pitfalls - Mark Richards](https://www.oreilly.com/content/microservices-antipatterns-and-pitfalls/) |
|
||||||
- [@article@Building Microservices, 2nd Edition - Sam Newman](https://samnewman.io/books/building_microservices_2nd_edition/) |
|
||||||
- [@feed@Explore top posts about Microservices](https://app.daily.dev/tags/microservices?ref=roadmapsh) |
|
@ -1 +0,0 @@ |
|||||||
# Analytics |
|
@ -1,13 +0,0 @@ |
|||||||
# Reactive and Functional programming |
|
||||||
|
|
||||||
Functional programming is a programming paradigm designed to handle pure mathematical functions. This paradigm is totally focused on writing more compounded and pure functions. |
|
||||||
|
|
||||||
Reactive programming describes a design paradigm that relies on asynchronous programming logic to handle real-time updates to otherwise static content. It provides an efficient means -- the use of automated data streams -- to handle data updates to content whenever a user makes an inquiry. |
|
||||||
|
|
||||||
Visit the following resources to learn more: |
|
||||||
|
|
||||||
- [@video@Learning Functional Programming](https://youtube.com/watch?v=e-5obm1G_FY) |
|
||||||
- [@article@Functional Programming with JavaScript](https://www.telerik.com/blogs/functional-programming-javascript) |
|
||||||
- [@article@What is Functional Programming?](https://www.freecodecamp.org/news/functional-programming-in-javascript/) |
|
||||||
- [@article@What is Reactive Programming?](https://www.techtarget.com/searchapparchitecture/definition/reactive-programming) |
|
||||||
- [@feed@Explore top posts about General Programming](https://app.daily.dev/tags/general-programming?ref=roadmapsh) |
|
@ -1,11 +0,0 @@ |
|||||||
# PWA |
|
||||||
|
|
||||||
Progressive Web Apps (PWAs) are websites that are progressively enhanced to function like installed, native apps on supporting platforms, while functioning like regular websites on other browsers. |
|
||||||
|
|
||||||
Visit the following resources to learn more: |
|
||||||
|
|
||||||
- [@article@Progressive Web Apps for Beginners](https://www.freecodecamp.org/news/what-are-progressive-web-apps/) |
|
||||||
- [@article@Learn PWA](https://web.dev/learn/pwa/) |
|
||||||
- [@article@MDN Web Docs: Progressive Web Apps ](https://developer.mozilla.org/en-US/docs/Web/Progressive_web_apps/) |
|
||||||
- [@video@Build a Progressive Web App](https://www.youtube.com/watch?v=sFsRylCQblw) |
|
||||||
- [@feed@Explore top posts about PWA](https://app.daily.dev/tags/pwa?ref=roadmapsh) |
|
@ -1 +0,0 @@ |
|||||||
# Certifications |
|
@ -1 +0,0 @@ |
|||||||
# Agile scrum |
|
@ -0,0 +1,9 @@ |
|||||||
|
# Functional Programming |
||||||
|
|
||||||
|
Functional programming is a programming paradigm designed to handle pure mathematical functions. This paradigm is totally focused on writing more compounded and pure functions. |
||||||
|
|
||||||
|
Visit the following resources to learn more: |
||||||
|
|
||||||
|
- [@video@Learning Functional Programming](https://youtube.com/watch?v=e-5obm1G_FY) |
||||||
|
- [@article@Functional Programming with JavaScript](https://www.telerik.com/blogs/functional-programming-javascript) |
||||||
|
- [@article@What is Functional Programming?](https://www.freecodecamp.org/news/functional-programming-in-javascript/) |
@ -0,0 +1,14 @@ |
|||||||
|
# GitHub |
||||||
|
|
||||||
|
GitHub is a provider of Internet hosting for software development and version control using Git. It offers the distributed version control and source code management functionality of Git, plus its own features. |
||||||
|
|
||||||
|
Visit the following resources to learn more: |
||||||
|
|
||||||
|
- [@opensource@GitHub Website](https://github.com) |
||||||
|
- [@article@GitHub Documentation](https://docs.github.com/en/get-started/quickstart) |
||||||
|
- [@video@What is GitHub?](https://www.youtube.com/watch?v=w3jLJU7DT5E) |
||||||
|
- [@video@Git vs. GitHub: Whats the difference?](https://www.youtube.com/watch?v=wpISo9TNjfU) |
||||||
|
- [@video@Git and GitHub for Beginners](https://www.youtube.com/watch?v=RGOj5yH7evk) |
||||||
|
- [@video@Git and GitHub - CS50 Beyond 2019](https://www.youtube.com/watch?v=eulnSXkhE7I) |
||||||
|
- [@article@How to Use Git in a Professional Dev Team](https://ooloo.io/project/github-flow) |
||||||
|
- [@feed@Explore top posts about GitHub](https://app.daily.dev/tags/github?ref=roadmapsh) |
@ -0,0 +1,12 @@ |
|||||||
|
# Microservices |
||||||
|
|
||||||
|
Microservice architecture is a pattern in which highly cohesive, loosely coupled services are separately developed, maintained, and deployed. Each component handles an individual function, and when combined, the application handles an overall business function. |
||||||
|
|
||||||
|
Visit the following resources to learn more: |
||||||
|
|
||||||
|
- [@official@Pattern: Microservice Architecture](https://microservices.io/patterns/microservices.html) |
||||||
|
- [@article@What is Microservices?](https://smartbear.com/solutions/microservices/) |
||||||
|
- [@article@Microservices 101](https://thenewstack.io/microservices-101/) |
||||||
|
- [@article@Primer: Microservices Explained](https://thenewstack.io/primer-microservices-explained/) |
||||||
|
- [@article@Articles about Microservices](https://thenewstack.io/category/microservices/) |
||||||
|
- [@feed@Explore top posts about Microservices](https://app.daily.dev/tags/microservices?ref=roadmapsh) |
@ -0,0 +1,7 @@ |
|||||||
|
# Reactive Programming |
||||||
|
|
||||||
|
Reactive programming describes a design paradigm that relies on asynchronous programming logic to handle real-time updates to otherwise static content. It provides an efficient means -- the use of automated data streams -- to handle data updates to content whenever a user makes an inquiry. |
||||||
|
|
||||||
|
Visit the following resources to learn more: |
||||||
|
|
||||||
|
- [@article@What is Reactive Programming?](https://www.techtarget.com/searchapparchitecture/definition/reactive-programming) |
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue