top of page
Search


Simplest Way to reload data using RxJS
Most of the time, we have to load data from the server. To perform the action client usually sends requests along with predefined data....

The Tech Platform
Apr 22, 2022


Outbox Pattern in .Net
What’s the Outbox Pattern? A reliable way of saving state to your database and publishing a message/event to a message broker. Why do you...

The Tech Platform
Apr 22, 2022


How to Use chgrp (Change Group Ownership) Command in Linux
In Linux, each file and directory is associated with a user and group owner to decide which user and group can read, write and execute...

The Tech Platform
Apr 22, 2022


What is Web Application Testing? Techniques and Tools
Web application testing is a process of testing web-based applications to ensure that they meet functional, security, and performance...

The Tech Platform
Apr 21, 2022


How to Integrate BoldSign into Your ASP.NET Core Application
BoldSign is a web application that enables users to sign documents digitally and allows you to send documents for e-signatures from...

The Tech Platform
Apr 21, 2022


Top Open-Source Projects
Open-source software is computer software that is released under a license in which the copyright holder grants users the rights to use,...

The Tech Platform
Apr 21, 2022


Implement Pagination in ASP.NET MVC
Pagination is a common requirement in web applications that deal with large amounts of data. In ASP.NET MVC, pagination can be...

The Tech Platform
Apr 21, 2022


What is Domain-Centric Architecture?
Conway establishes that system designs are a true reflection of how an organization is structured, if an organization has a silo...

The Tech Platform
Apr 21, 2022


How to use Stream allMatch() and anyMatch() function in Java?
Stream allMatch: We often run into problems where we need to check a condition on a list of values. To give an example, let’s say there’s...

The Tech Platform
Apr 20, 2022


Angular State Management with NgRx
This guide aims on understanding why you may need local or global state management as well as get you started with NgRx which is a...

The Tech Platform
Apr 20, 2022
bottom of page
