TechHeap
Tutorials and examples on various frameworks and web development
Pages
(Move to ...)
Home
How to convert code to show it on HTML Blogger
▼
May 09, 2025
How to create a custom table in Microsoft Power apps
›
Below are the steps to create custom tables in Power Apps Step 1: Create a new table Open PowerApps and navigate to the "Table" m...
August 26, 2022
Mutiple ways to programmatically navigate using React router
›
Mutliple ways to navigate between pages in react using react router. React Router v6 useNavigate hook can be used. impo...
June 24, 2021
React JS Interview Questions and topics
›
To evaluate a candidate, recruiters generally asks certain questions so that they can know how much the candidate has hands-on experience a...
June 18, 2021
How to query like joins on 2 collections in mongodb using aggregate keyword
›
To query like JOINS between 2 collections in mongodb, we need to use $aggregate. Lets see the example: I have 2 collections, one is Emp...
October 30, 2019
How to mock third party libraries and functions in jest using react js
›
Jest is a library we use for testing JS code whether it's an Angular application or React JS. Many times we encounter issues while t...
›
Home
View web version