Blogs



Linux ls command and it's options
Linux ls command and it's options

Linux में ls command का use directories या directory contents को list करने के लिए किया जाता है। By default यह सभी visible files और directory को lis... Learn more

Linux uname command Example | Linux get OS Info
Linux uname command Example | Linux get OS Info

linux में uname command का use system information को print करने के लिए किया जाता है। uname के साथ कई commands होती है जैसे uname --kernel-name, un... Learn more

Linux Basic Commands With Examples In Hindi - Part 1
Linux Basic Commands With Examples In Hindi - Part 1

linux commands को linux shell में execute करते हैं , basically shell एक program है जो users से command receive करता है और इसे OS को process करने के... Learn more

What is Linux In Hindi
What is Linux In Hindi

Linux कोई Operating System नहीं है। यह एक सिर्फ एक Kernel है जो कि GNU (GNU's Not Unix ) के साथ मिलकर Operating System बनता है। Learn more

Linux chmod File Permission
Linux chmod File Permission

Files की ownership और permissions का concept Linux ने UNIX और MINUX से inherit किया है । Linux में normally 3 types के users होते हैं जिनके लिए हम ... Learn more

How to setup MongoDB In Laravel : Laravel with MongoDB
How to setup MongoDB In Laravel : Laravel with MongoDB

Hot to setup MongoDB In Laravel : Laravel with MongoDB Learn more

Laravel MySQL Best Pratice : Laravel Tips And Tricks
Laravel MySQL Best Pratice : Laravel Tips And Tricks

laravel में हम chunk , chunkById , pluck etc कई सारे functions का use करके हम extra time बचा सकते हैं। इस blog में कुछ ऐसी tips और tricks के बारे म... Learn more

Features of Laravel 9 : What is new in Laravel 9
Features of Laravel 9 : What is new in Laravel 9

Laravel 9 कई नए features जैसे minimum PHP v8.0 version, controller route groups, a refreshed default Ignition error page, Symfony mailer integratio... Learn more

what are callback functions in JavaScript
what are callback functions in JavaScript

Callback Functions वो function होते हैं जो किसी दूसरे function में as an arguments pass किये जाते हैं। और जिस function में ये pass किये जाते हैं उन... Learn more

PHP Import CSV File
PHP Import CSV File

php में CSV file को , file handling function like : fopen() , fread(), csvread() की help से easily read कर सकते हैं। Learn more