Skip to content

Instantly share code, notes, and snippets.

View gpmontt's full-sized avatar

gpmontt gpmontt

  • Germany
  • 00:37 (UTC -12:00)
View GitHub Profile
@gpmontt
gpmontt / AdbCommands
Created December 8, 2025 08:59 — forked from Pulimet/AdbCommands
Adb useful commands list
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.

Push Based Architecture With Rxjs

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

Push Based Architecture With Rxjs!

There are 2 types of architectures one is Pull Based the second one is Push Based. I will explain you how can we leverage RxJS BehaviorSubject to establish Push Based Architecture. In Design Patterns book we have Observer Design Pattern that is exactly what I mean by Push Based Architecture.

@gpmontt
gpmontt / .md
Last active January 9, 2022 13:01
example rules with clock, timers and switch(PIR)

Rules Tasmota

Activete Rule Before Dawn and At Dust

  • activate switch button as pushbutton
switchmode1 2; <- 
rule1 
  on switch1#state do backlog power1 1; RuleTimer1 30 endon  
@gpmontt
gpmontt / docker_compose_cheatsheet.md
Last active September 27, 2019 07:45 — forked from jonlabelle/docker_compose_cheatsheet.md
Docker Compose Cheatsheet

Quick reference for Docker Compose commands and config files

author: Jon LaBelle date: April 7, 2019

Basic config example

@gpmontt
gpmontt / ditaa
Created May 10, 2019 13:54
ditaa instruction
# docker container for ditaa
Author: (chai2010/ditaa-docker)[https://github.com/chai2010/ditaa-docker]
## Usage
```
# create txt file
$ cat << EOF > simple.txt
+--------+ +-------+ +-------+
| | --+ ditaa +--> | |