PinnedComponent reusability in AngularComponent reusability is a key concept in web development, it is a known characteristic to measure quality of our code. In addition, the…Mar 18, 20211Mar 18, 20211
Listen for application state change in RxJSThere are a lot of Web APIs available for developers that can be consumed and used for various situations. Page Visibility API is one of…May 9, 2021May 9, 2021
Ionic 5: lazy-loaded modalsThere are various optimization techniques provided and implemented by the Ionic team to ensure best application performance and…Mar 11, 2021Mar 11, 2021
Ionic 5: an insightful appraisalIn this article, I would like to share with you my personal observations about Ionic. My subjective opinion presented below is based on a…Jul 2, 2020Jul 2, 2020
Handle relative time with RxJSOne of my recent tasks was to create a real-time communicator on the back-end side. To be frank, it was a highly demanding task, but I’m…May 29, 2020May 29, 2020
MongoDB: Mastering the art of aggregation (part 3)In this article, you will learn how to easily paginate and sort data in MongoDB. This article will probably be the last article about data…Apr 20, 2020Apr 20, 2020
MongoDB: Mastering the art of aggregation (part 2)In this article I will explore the technique of injecting data from a specific collection into aggregation pipeline by joining two…Apr 14, 2020Apr 14, 2020
MongoDB: Mastering the art of aggregation (part 1)Every developer must always consider and ensure an easy, fast and safe exposure of his application data when building an API. In this case…Apr 8, 2020Apr 8, 2020
Integrate Google API with your Angular applicationIn this article, I will present how to enable and integrate Google API with your application created in Angular and use its…Apr 5, 20201Apr 5, 20201
PM2: Share the same daemon process between multiple usersFew days ago, I encountered a situation in which, being logged into my account on a remote server, I saw completely different node…Feb 24, 20206Feb 24, 20206