Ajit Bohra

Color Palatte Block For WordPress Gutenberg

We are gearing up for upcoming changes to WordPress and as a part of it we have been playing around with Gutenberg.  We are in process of planning migration of some of the old client website & our own properties to Gutenberg. Currently, we are using Gutenberg on our own internal portal for quickly documenting  & sharing project specific details. In all this, we have identified our needs for some custom blocks of which some are under development. Of them all, one block we wished was to quickly create and share color palettes right from the Gutenberg. The initial version…

Gymie - Laravel Based Application

Gymie, A Laravel Based Gym Management System Is Now Open Source

Today we are happy to open source Gymie, a Laravel based gym and club management system we built some time back. It has an interesting backstory to share how it came to life. We had never planned to actually build it, rather it started as a side project. We had an intern we had been mentoring and to help him understand and learn Laravel better we picked it as a real-life case study to work on. It was based on our experience with local gym management how they have been handling things. With regular brainstorming session and development, it started taking shape…

EasyEngine - Easy Peasy VPS

EasyEngine – Easy Peasy VPS Setup

For most people hosting a website on shared servers/hosting is common, as its quick, easy & you have people over the call to support you with issues and queries. Its fair enough if you have basic website and application with decent traffic. But when it grows there is need to scale for better performance and uptime. Cloud hosting can help you spin your own flexible and affordable hosting. We currently use DigitalOcean for our hosting needs because its awesome. VPS / Cloud Hosting? Cloud hosting is a simple and affordable way to spin your own server. It’s flexible to customize and scale as per…

Handy WordPress Plugins

Handy WordPress Plugins For Developers – Part 4

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…

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.…

Handy WordPress Plugins

Handy WordPress Plugins For Developers – Part 2

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 lot on our various projects. We are sharing them in series of articles cover 5 plugins in each post along with scenarios when we used them. [well] Note: These plugins…

Why Laravel

We often get queries from clients or fellow devs like why Laravel? What can you build with Laravel? Oh, but why don’t we use “CodeIgniter or CakePHP” for that or Why not .NET ? The above could be because of 2 main reasons: 1. Half or no research about Laravel 2. A rigid thought process that is stuck with using same tried and tested technologies/frameworks & isn’t ready to adapt to the fast-paced growth of web technologies. No worries if that’s the case with your IT advisor. We have got your back, read along & at the end, you will…

Laravel package to get list of installed packages and dependencies

Laravel Package To Get List Of Installed Packages And Dependencies

Laravel Decomposer, a laravel package to get list of installed packages and dependencies in your Laravel app along with their version numbers in a neat simple way just by the hit of a single route. You might be thinking the same can be achieved by typing a composer command, right? But here’s what you actually need to do to type that composer command: Open terminal Log into the server Oops! forgot the server credentials? Go back to Evernote & copy the credentials Back to the terminal & complete logging in Browse to the project directory Type the long composer command…

Handy WordPress Plugins

Handy WordPress Plugins For Developers – Part 1

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 a lot 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…