What is DuckDuckGo & Who Uses This Alternative Search Engine?

Hundreds of millions of people have switched over to the alternative search engine. Unlike Google, DuckDuckGo does not store your IP address. It also uses Apple Maps for map functionality. Its zero-click info allows you to find information without clicking links. In addition to removing all of the clutter from the search results, DuckDuckGo also… Continue reading What is DuckDuckGo & Who Uses This Alternative Search Engine?

TypeScript and JavaScript

TypeScript JavaScript A typed language that catches compilation errors early on You can find out errors during runtime Suitable for large projects as it improves code maintainability and readability As more code is added, becomes difficult to test and debug, thus JS is suitable for small projects Superset of JS, i.e., features like object-orientation, type-checking,… Continue reading TypeScript and JavaScript

Difference of Item Level and Body Level Discount Apply In Sales Order

Scenario: You might regard Item Level Discounts to be the same as Order Level Discounts in NetSuite, however, they are different and follows a different workflow. Here is an explanation on the difference between the two. Solution: Item Level Discounts:  Item level Discounts applies the Discount on the price of the individual line item. This… Continue reading Difference of Item Level and Body Level Discount Apply In Sales Order

Row Indexing in WordPress

It may be important to determine the row number of a Repeater or Flexible Content field (index). His function accomplishes this without the requirement for a special $i++ counter. Returns the current row index within a have_rows() loop. Method : This example demonstrates how to use this function to output unique ID’s into each row’s wrapper. This… Continue reading Row Indexing in WordPress