I was trying to figure out how to remove product category slug in WooCommerce (eg: remove /product-category/ ) from my URLs category and I just couldn’t seem to remove it. For eg: https://tistook.com/product-category/frock I just wanted to be https://tistook.com/frock Finally,…
Expand +Year: 2020
Angular Forms: Template Driven and Reactive Forms
Angular Forms: Angular Forms are the most important block of any application to collect the data from the users or visitors. Developing forms requires design skills as well as framework support for two way data binding, error handling, validation. Also…
Expand +Flutter vs. React Native – What to Choose as Beginner?
Maybe you’d like to more quickly create apps? And with cross-platform growth, to minimise costs, but you’re not sure which technology to choose? There are several types of solutions, but the most common one right now is to build compiled…
Expand +Get Free Live Breaking News & Blog Articles Using REST API in PHP
We live in an on-demand atmosphere, so it’s really frustrating to be not able to get the correct news quickly. Live News API data is updated every minute, so your application’s blog posts will be up-to-date and in real time.…
Expand +How to Draw Route Path on Map using Google Maps Direction API in PHP
In this article, you will learn about How to Draw Route Path between two locations on Map using Google Maps Direction API in PHP. You can easily display maps on the website using Google Maps API and point the location using…
Expand +Set and Get Data in Cookies with JavaScript
What are Cookies? A cookie is a small data file that your browser saves on your computer, allowing it to be accessed later. You might have experienced the advantages of cookies, whether you’re aware of it or not. For instance,…
Expand +How to Use *ngIf else, then directive in Angular
There is always a moment where you have to compare between two entities where creating your Angular application or any other application. These entities can be variables or array objects. The theory of comparison has helped to break down a…
Expand +Integrate Real-Time and Historical Stock Market Data API with PHP
What is Market Data API? The marketstack Data API offers the easy-to-use JSON API that delivers worldwide stock markets from 72 global stock exchanges. If you want to Integrate and display real-time and historical data from stock exchanges on your…
Expand +Decorator in Angular?
Decorators are a TypeScript feature, and they are implemented as functions. The decorator name begins with @ symbol followed by bracket and arguments, whereas decorators are only functions in TypeScript. Decorators are functions simply return functions. These functions supply metadata…
Expand +How to upgrade Node.JS to the latest version
In this article, we’ll cover all methods of how to upgrade NodeJs to Latest version in Linux Os, Ubuntu Os, Windows 7, 8, 10, and Mac Osx using NPM (Node Package Manager) and NVM (Node Version Manager). And finally, we…
Expand +