Blog Archives

Creating a Database Using MongoDB

MongoDB is one of the most sought-after NoSQL databases. The open-source cloud platform has helped thousands of developers and data scientists manage large volumes of data with JSON documents and flexible schemas. And according to VentureBeat’s cloud revenue growth report, MongoDB

Posted in Tutorials Tagged with: ,

How I manage WordPress websites with Git, GitHub and Local

A documentation of how I manage my WordPress websites using Git, GitHub and Local (by Flywheel / WP Engine). I am not claiming that this is the best way for everyone. But this works beautifully for me.

Posted in WordPress Tagged with: , , ,

SEO and Web Development in the medical world! Let’s take a look

In this modern era, no one can deny importance of technology, which has developed to great heights. Social media, website designing and website development have gained so much priority, that now we cannot expect our living without all these advancements.

Posted in Guest Posts Tagged with: , ,

2018 Web Design Trends Every Good Designer Should Know

Every year, certain trends associated with web design head into the forefront. Beginning in 2016, a major shift took place that significantly impacted web design, a trend that will continue to come to fruition in 2018. In 2016, mobile device

Posted in Guest Posts Tagged with: , ,

Remove Website Field From WordPress Comment Form

Remove the website / URL field in WordPress comment form. /** * Remove webiste field from WordPress comment form * * Removes the website field when comments form is displayed with comment_form() * * @since 1.0 */ function velocity_remove_comment_form_website_field( $fields

Posted in WordPress Tagged with: , , ,