Blog

How to use if else conditions in laravel blade view or for html code?

Hello, thanks for checking out here! Here is the quick and short answer with the examples: Example 1 <img src="@if($category->image)…

3 years ago

If Laravel created_at or updated_at SQL error, what to do?

Hello, welcome to my random post. Quick to elaborate, what I was doing what I found it right to fix.…

3 years ago

Taking Random Angular Quiz, Got Results – Jat

Hello, welcome and thanks to visit here to read my this short random post. I was looking to take a…

3 years ago

Tips & Tricks how they do it in laravel, now we can too do it

In day of my learning on PHP Laravel building application from scratch with googling help and docs. How to foreach…

3 years ago

How to add Buy me coffee script dynamically into React application or Javascript

Stumble upon in the search of adding Buy me coffee script into react application land to the following wonderful hook…

4 years ago

How to play with Graphql playground for Mutation’s?

Okay, well I was also looking for solution to this and here it is: Mutation example of adding employee using…

4 years ago

angular ng serve command throws error: An unhandled exception occurred: Project does not exist

If you facing with such problem, you may refer to following link for the solution. I have posted this question…

4 years ago

Fix PUTTY keyboard-interactive authentication password message prompt or access denied error or alternative to connect to SSH with PUTTY

If you are struggling to connect to your server from windows using PUTTY software try this from installation folder path…

6 years ago

Binding JSON data dynamically from ajax/promise/observable request to pug template

I was struggling to loop over ajax response to pug, with a lot of scratching head on google and Github,…

6 years ago

how to solve basic development issues and steps to getup application working

These are the random solution to the issues, faced while developing the application in front-end and these are just the…

6 years ago