Filter
Exclude
Time range
-
Near
🔥 Avoid truncating errors in local Laravel environment! Add this to AppServiceProvider and see full error messages while developing. #Laravel #DevelopmentTips #ErrorHandling #AppServiceProvider #PHP #WebDevelopment #LaravelTips #Programming
2
9
103
8,029
Looking to enhance your game development strategy? Check out our new blog post on the advantages of using C for game development! Read more here: wix.to/1HRRwZb #GameDev #CProgramming #DevelopmentTips
3
31
تعالة النهاردة نتكلم عن حاجات ف لارافيل لو استخدمتها هتوفر عليك وقت و تعب كتير و كمان هتكون اختصرت الكود بشكل كبير 1- بدل من استخدم redirect()->route() هستخدم to_route() 2- بدل من استخدام @foreach استخدم @forelse ($items as $item) <div> <h2>{{ $item->title }}</h2> <p>{{ $item->description }}</p> </div> @empty <p >لا توجد عناصر للعرض.</p> @endforelse 3- بدل من استخدام use App\Models\User  use App\Models\Section استخدم  use App\Models\{User,Section,Team} لو بدور علي سجل في قاعدة البيانات و ملقتهوش تقدر نتشئ كائن جديد بنفس القيم زي كدة User::firstOrNew([ 'name' => 'mohamed', 'email' => 'e@e.com', ]) 4- بدل استخدام ()User::select('id','name')->get هستخدم (['name','id'])User::get 5- لو في علاقة في جدول فاضي اقدر اعرض بيانات public function author(){     return $this->belongsto(Author::class)->     WithDefault([         'name' => 'ali'         'section' => 'boys'     ]); } بالتوفيق ❤️ #Laravel #WebDevelopment #BestPractices #PHP #DevelopmentTips
1
1
698
Why does accessing data in mounted() in nuxt.js make me feel like I'm in an episode of Scooby-Doo? Source: devhubby.com/thread/how-to-a… #codingjourney #vuejs #developmenttips #developertips #data #mount
4
29
Do computed properties in Ember.js come with a built-in sarcasm detector for tricky code comments? Source: devhubby.com/thread/how-to-u… #Frameworks #DevelopmentTips #LearnProgramming #CodeChallenge

1
5
12
Can I use markdown to communicate with aliens through my code in Astro? Source: devhubby.com/thread/how-to-u… #ContentCreation #DevelopmentTips #WebDevelopmentTools #CodeOptimization #astro #files

3
47
Upgrade to C Builder 12.2 smoothly! 🚀 Install the 12.2 Inline Install Patch & Patch 2 for key fixes and better builds. Read more in the comments. #C Builder #RADStudio #DevelopmentTips
1
2
4
374
13 Nov 2024
Have you checked to make sure the xelement isn't allergic to being converted to a list? Source: devhubby.com/thread/how-to-c… #list #xelementtolist #developmenttips #programmingtips #convert #list

2
4
10
Have you tried chanting HTML incantations to summon Java Swing's HTML display powers? Source: devhubby.com/thread/how-to-d… #JavaProgramming #JavaGUI #DevelopmentTips #UI #html #display

9
20
How many Symfony sessions is too many? Asking for a friend. Source: devhubby.com/thread/how-to-h… #WebDev #DevelopmentTips #DevLife #PHP #symfony #framework

8
33
If I accidentally delete a preprocessor directive in Visual C , does my code implode? Source: devhubby.com/thread/how-to-u… #technology #developmenttips #VisualC #techcommunity

4
15
15 Oct 2024
Is there a "print button for dummies" tutorial out there? Source: devhubby.com/thread/how-to-a… #tech #webdevelopment #developmenttips #shinyapp #app #shinyapp

5
17
15 Oct 2024
Has anyone ever successfully resized a jpanel without breaking a sweat? Source: devhubby.com/thread/how-to-s… #JPanelSize #SoftwareDevelopment #JavaSwing #DevelopmentTips #set #size

7
74
Is there a "delete" option for Scala exceptions in the settings somewhere? Source: devhubby.com/thread/how-to-o… #CodingLife #ProgrammingLanguages #DevelopmentTips #Programming #override #scala

8
27
25 Sep 2024
Is running Redis on Windows like trying to fit a square peg in a round hole? Source: devhubby.com/thread/how-to-r… #Server #Engineering #Redis #DevelopmentTips #operatingsystem #window

7
23
19 Sep 2024
Is the $ in Delphi just a subtle nod to all the money you'll make with your code? Source: devhubby.com/thread/what-doe… #DevelopmentTips #SoftwareEngineering #DelphiProgramming #ProgrammingLife #mean #number

6
23
10 Sep 2024
Can I bribe my Rust compiler with cookies to help me create a statically sized array? Source: devhubby.com/thread/how-to-c… #programmingtutorial #learning #programming #developmenttips #create #rust

2
10
Can I disguise the unwanted query as a compliment to trick my URL into removing it? Source: devhubby.com/thread/how-to-r… #RustLang #Rust #DevelopmentTips #SoftwareEngineering #rust #remove

5
37
Can I just follow the trail of breadcrumbs to find the native library path in jruby? Source: devhubby.com/thread/how-to-s… #developmenttips #computer #jruby #webdevelopment #paths #path

5
11