×
Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by whitelisting our website.
Hey There,

I'm Sanjoy
a Full Stack Developer & Solopreneur.

I build software—but more importantly, I build systems that survive real-world complexity. I’m a father, a problem-solver, and a full-stack developer with 16+ years of experience turning messy ideas into structured, scalable products. After a decade in this field, one thing is clear: Projects don’t fail because of bad code. They fail because of unclear thinking and poor structure. That’s the gap I focus on.

Let's start a discussion Download CV

Blog

How to print query or debug queries in Laravel

We often need to debug large queries in Laravel. And laravel have built-in functions almost for everything. Here is a simple query in laravel for example. $data = User::where(‘status’, 1) ->select(‘name’, ‘username’, ‘email’, ‘password’) ->get();   but we want to see the sql query. So we have to use toSql() in the place of get() […]

Sublime Text Editor – User Preference Setting

If you working in any editor, you would like to set the environment as you want. And in Sublime Text you can set your preferences in a easy way. – Go to Preferences > Settings – User  and put the below preferences. You can also tweak the settings by blocking/unblocking the setting by double front […]

WordPress or WooCommerce user manual on adding categories and products

How to add Categories? ———————- Mouse Hover Product Click on the Category, you will get a form Just fill up teh below fields – Name: Type the category name – Slug: no need to fill it, leave it – Parent: Select is your category is a sub category> Otherwise leave it. – Description: Type a […]

Photoshop like interface(Shortcuts & Icons) of GIMP on Ubuntu/Linux

I was a windows user and recently transfer to Linux (Ubuntu). I try GIMP on Ubuntu as an alternative of Photoshop, but facing some issues, bcoz the interface is not exactly like Photoshop and I need a quick solution. So, I google and find a GIMP Photoshop Tweaks and here it is.. and Here is the […]

Update (custom) XAMPP/WAMP/LAMP default landing page layout

We are building website and applications on localhost and I use XAMPP package on Linux for my local development.   After installing Xampp, we always get a default home page from Xampp and most of the time we don’t need that. Basically before writing this article I always delete all items of htdocs/www folder, but […]

Laravel 5.1: Unsupported operand types (FatalErrorException in …)

Ok. When I am upgrading my application from Laravel 5.0 to 5.1 I get an falat error that this showing “Unsupported operand types”   What did I do on Laravel 5.0: I add two array with in + operator, and that is the problem. So, I looking for solution and get this on Laracast $item_list […]

Laravel 5 tricks (rough for me)

I need these few thing when I am working on Laravel 5. You can add more by comment..   How to install packages by composer ————————————————– adding a package: composer require vendor_name/package_name removing a package: composer remove vendor_name/package_name adding form and html package: —————————– composer require illuminate/html for pdf package (reporting: generating pdf): ——————————————- composer […]

2014 in review

The WordPress.com stats helper monkeys prepared a 2014 annual report for this blog. Here’s an excerpt: A San Francisco cable car holds 60 people. This blog was viewed about 2,900 times in 2014. If it were a cable car, it would take about 48 trips to carry that many people. Click here to see the […]

Joomla! 3 installation freezes at creating database table

After long time I try to install Joomla and it is Joomla 3.3.0 and face a problem as like you. All things are ok but its taking too much time during database table creation. And here is the solution To solve this go to Your joomla folder\installation\sql\mysql and open Joomla.sql file find the term “ENGINE=InnoDB” […]

Wordpress Social Share Plugin powered by Ultimatelysocial