BLog
Want to Learn About Marketing?
Marketing without money and marketing action plan
Marketing is always a challenge and nightmare for the person, who are coming from IT/programming/technical backgrounds. Software developer needs to think critically for solving different types of real-life problem. It is known as “problem solving attitude”, which...
ফ্রিল্যান্সিং ক্যারিয়ারে সফলতা পেতে একজন অন্যকে সহযোগীতা করি।
বাংলাদেশে শিক্ষিত কিংবা কমশিক্ষিত জনগোষ্টীর মধ্যে ধীরে ধীরে ফ্রিল্যান্স জব জনপ্রিয় হচ্ছে। মার্কেটে পর্যাপ্ত জব না থাকা, জব থাকলেও প্রতিযোগিতা বেশী থাকা, জবের স্যালারী অনুযায়ী খরচ বেশী হওয়া, শহুরে যানজট ইত্যাদি কারনে এই পেশায় ঝুকছে সবাই। বিগত দিনগুলোতে freelancer.com,...
Incorrect datetime value: ” for column ‘deleted_at’ at row 1
Recent days i am working with my live project when i face any problem in my web application, i have to download the whole database and then restoring it to localhost. But facing a lots of problem, like ERROR 1292 (22007) at line 3236: Incorrect datetime value: '' for...
ফাইভার কিওয়ার্ড এনালাইসিস টুল, খুব সহযে দারুন সব গিগ তৈরী করুন।
ফাইভার মার্কেটপ্লেস কি? ফাইভার মার্কেটপ্লেস আমাদের কাজ খোজার পদ্ধতি বদলে দিয়েছে। প্রচলিত মার্কেটপ্লেস গুলোতে ক্লায়েন্ট তার প্রয়োজনের কথা জানিয়ে পোস্ট করেন, ফ্রিল্যান্সাররা তাদের পোর্টফোলিও, বাজেট এবং কাজটি করতে কত সময় লাগবে সেটা জানিয়ে বিড করেন। ক্লায়েন্ট এই বিডগুলো...
save new line on database and parse in laravel blade
I was trying to save post with newlines. I see the post is being saved and newlines are shown in post edit page. But when i show the post it removes all the spaces and shows all text together. it is a simple trick. When we show the data on blade/view we have to call...
laravel-logger, Invalid argument supplied for foreach()
jeremykenedy/laravel-logger, Invalid argument supplied for foreach() protected function shouldLog($request){foreach (config('LaravelLogger.loggerMiddlewareExcept') as $except) {if ($except !== '/') {$except = trim($except, '/');}if ($request->is($except)) {return...