author: Jon LaBelle date: April 7, 2019
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # docker container for ditaa | |
| Author: (chai2010/ditaa-docker)[https://github.com/chai2010/ditaa-docker] | |
| ## Usage | |
| ``` | |
| # create txt file | |
| $ cat << EOF > simple.txt | |
| +--------+ +-------+ +-------+ | |
| | | --+ ditaa +--> | | |
title: Push Based Architecture with RxJS tags: angular, rxjs, javascript, angularjs, tutorial, typescript, observables, rxjs observables, Push Based Architecture with RxJS, state management, behavior subject description: Make Reactive Applications
There are 2 types of architectures one is
Pull Basedthe second one isPush Based. I will explain you how can we leverageRxJS BehaviorSubjectto establishPush Based Architecture. In Design Patterns book we haveObserver Design Patternthat is exactly what I mean byPush Based Architecture.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Hi All! | |
| I've recently launched a tool that wraps many of the commands here with a user interface. This desktop application is currently available for macOS. There's a roadmap outlining planned features for the near future. | |
| Feel free to request any features you'd like to see, and I'll prioritize them accordingly. | |
| One of the most important aspects of this application is that every command executed behind the scenes is displayed in a special log section. This allows you to see exactly what’s happening and learn from it. | |
| Here's the link to the repository: https://github.com/Pulimet/ADBugger | |
| App Description: | |
| ADBugger is a desktop tool designed for debugging and QA of Android devices and emulators. It simplifies testing, debugging, and performance analysis by offering device management, automated testing, log analysis, and remote control capabilities. This ensures smooth app performance across various setups. |
