Author: therichpost

  • Node With Laravel

    , ,

    Hello to all, welcome to therichpost.com. In this post, I am sharing one simple working Node With Laravel working example. In this working example, I am fetching the data from Laravel Rest Api with the help of Node Http Request Client. Laravel and Node Js both are in top charts and both are in high command…

    node_laravel
  • Woocommerce Custom Search With Select Query

    ,

    Hello to all, welcome to therichpost.com. In this post, I will tell you, Woocommerce Custom Search  With Select Query. WordPress is the best CMS and Woocommerce is the best Ecommerce Plugin. Woocommerce Custom Search  With Select Query, this is very basic thing but sometime, it is difficult to develop easy things so I am sharing this…

    woocommerce
  • Best Practices – WordPress Plugin Making Part 2

    ,

    Hello to all, welcome to therichpost.com. In this post, I will continue with, Best Practices – WordPress Plugin Making Part 2. Here is the first part : Best Practices WordPress Plugin Making In this plugin making code, I am creating page in wordpress admin pages section during plugin activation and I think, this is awesome. In this…

    Best_Practices_-_Wordpress_Plugin_Making
  • Node JS Routing And Render Html File

    Hello to all, welcome to therichpost.com. In this post, I will tell, Node JS Routing And Render Html File. Routing is very important part of every website or application.  With time, everything changes, like today is world of single page application, which makes Javascript on the top. Today I will discuss, Node Js Routing and Render…

    node_routing
  • Nodejs – Fullcalendar Working Example

    ,

    Hello to all, welcome to therichpost.com. In this post, I will tell you, Nodejs – Fullcalendar Working Example. You can see in my blog, I have implemented FullCalendar in many JS-Frameworks and today, I am going to this in Nodejs. Here is the working  Picture:     Here is the working and tested code, here you…

    nodejs-fullcalendar
  • Node Js – Send Mail From Localhost

    In this post, I will tell you,  Node Js – Send Mail From Localhost. In this post, I am sending mail in node js from localhost with npm nodemailer package and Mailgun. For Mailgun setup, first you need to create account on Mailgun and after create account, you need to add below information(Showing in first screenshot) into…

    nodejs check file
  • Node Js – Routing Simple and Easy with Express

    ,

    Hello to all, welcome to therichpost.com. In this post, I will tell, Node Js – Routing Simple and Easy with Express. Now a days, I am learning node js and What I do learn about node js, I share on my blog. Nodejs is an open-source server environment which runs Javascript on the server and Express is…

    Node Js - Routing Simple and Easy with Express
  • Node Js – Fetch Mysql Data With Nodejs

    ,

    Hello to all, welcome to therichpost.com. In this post, I will do, Node Js – Fetch Mysql Data With Nodejs. Working with nodejs seems everything easy. Before starting working with nodejs, I felt, It will be difficult but now it seems easy and friendly. I am fetching mysql data with node js, with making connection with…

    Node Js - Fetch Mysql Data With Nodejs
  • Node Js – Reading File Simple Example

    Hello to all, welcome to therichpost.com. In this post, we will do, Node Js – Reading File Simple Example. Nodejs is an open-source server environment which runs Javascript on the server. I was just practicing node js and I liked it very much and seems interesting so that is why, I am sharing code on my blog.…

    nodejs
  • Best Practices – WordPress Plugin Making

    ,

    Hello to all, welcome to therichpost.com. In this post, I will tell, Best Practices – WordPress Plugin Making. WordPress is the top CMS in the world and I personally like it very much. Today I am going to tell, how wordpress plugin will make with proper wordpress standards. In this post, I will create plugin folder-> …

    How to add custom meta title and meta description in Wordpress?