DevOpsAccelerate Android App Delivery via Bitrise CI/CD PipelinesBitrise is a collection of tools and services that we'll use during the following lines to automate an Android App delivery.
Software EngineeringDifference between RxJS Observable, Subject, and BehaviorSubjectUnderstanding the difference between Observable, Subject, and BehaviorSubject is important while building Reactive Apps using RxJS, which this article intends to outline.
Solutions ArchitectureLift And Shift Cloud Migration Manual for AWS ElasticBeanstalkThe Lift And Shift (Rehosting) approach is applied by updating a few configuration files while taking into consideration the PAAS model, in which we are only responsible for the App and its data, with the infrastructure being handled by the Cloud provider.
Cheat SheetGit Cheat SheetGit is a free and open-source distributed version control system that's responsible for tracking file changes to facilitate collaborative work with others. This cheat sheet features the most important and commonly used Git commands for easy reference.
Software EngineeringCustom State Management Architecture using RxJSRxJS implementation of a custom store useful in some specific cases to add reactivity to your DOM elements without adding many batteries to your code.