April
LUBUs Highlights April 2017

LUBUS Highlights April 2017

[well]Working towards standardizing our workflow to work on things in a more disciplined manner [/well] Here’s a list of few things we have been doing recently that might be of your interest or help: Most of our existing client are either on VPS (Virtual Private Server) or are about to be moved. For the upcoming projects, we would standardize this for all upcoming projects to eradicate common issues/concerns raised by client mostly performance issues which are common on shared hosting. This will help us deliver better and also improve our workflow. Currently, all our projects are proudly powered by DigitalOcean. Ping us if…

Handy WordPress Plugins

Handy WordPress Plugins For Developers – Part 3

At LUBUS, we have been fortunate enough to work on different kind of projects which has helped us learn & explore WordPress. We try our best to avoid using plugins for every other requirement which can be simply implemented with few lines of code. But there are scenarios when plugins come in handy. For us, these plugins are tools & utilities which help us perform tasks during development. These plugins have been helping us on our various projects. We are sharing them in series of articles covering 5 plugins in each post along with scenarios when we used them. [well] Note: These plugins are…

WP Query Console – Quickly Test WordPress Queries

It’s common while working on theme and plugin development, it involves working with WordPress queries. Most common way to test is ‘var_dump( )’ to test the output or refresh the page and see the output but then we thought of creating a handy script long back to make it less boring. Idea was to have something like SQL clients kind of thing so that we can write the query and see the output. Recently we converted it into a WordPress plugin called “WP Query Console” which is available on plugin directory. You can quickly install it right away from your dashboard.…

LUBUS Highlights March 2017

[well] Like every month, last month also our team spent sometime in giving back to the community. Also, we spent hours in polishing few of our products. [/well] Here’s a list of few things we have been doing recently that might be of your interest or help: We have been using the simple script to debug/test WordPress queries. We thought to convert it into handy plugin & share it as OpenSource GPL plugin. We released “WP Query Console” which is available on WordPress plugin directory to install it quickly in your WordPress dashboard. Same is available on GitHub to explore the…