Blog - Page 28

Stay updated with the latest insights, trends, and best practices in digital marketing and web development.

Filter by Category

Blog Posts

Featured image for Regex to find the four sequential characters in PHP
Drupal
1 min read

Regex to find the four sequential characters in PHP

Need to check if a string contains four sequential characters or consecutive characters/strings or identical letters/numbers/string/characters in PHP then following regex and code can be useful for you. I tested it with following code and regex is generated from https://regex101.com/r/W2wbFc/1 https://regex101.com/r/lH8oP1/3 https://regex101.com/r/oAAjto/1 https://regex101.com/r/Xbe1gH/1

Read more
Featured image for OpenCart API documentation to create, read, query, update, and upsert
Featured
4 min read

OpenCart API documentation to create, read, query, update, and upsert

The OpenCart API allows your application to access current data within OpenCart through the API, several common operations can be performed. Operations include: create — Creates with the specified parameters.For example, you can add products to the cart as given by OpenCart API post request of products or product_id at/index.php?route=api/cart/add read — Retrieves information about the specified [...]

Read more
NextJs local Github Vercel flow
Javascript
6 min read

Host your NextJs project for free, local to GitHub to hosting, continuous deployment setting

In this post, we are showing you how to create and host the NextJs project for free with GitHub flow to hosting and add your domain name. The NextJs is a react framework that is production-ready, pre-rendered, and light-weight apps, the Jamstack(JavaScript, APIs, and markup stack), SEO-friendly, PWAs, and mobile-ready. We set up a GitHub [...]

Read more