CoderFunda
  • Home
  • About us
    • Contact Us
    • Disclaimer
    • Privacy Policy
    • About us
  • Home
  • Php
  • HTML
  • CSS
  • JavaScript
    • JavaScript
    • Jquery
    • JqueryUI
    • Stock
  • SQL
  • Vue.Js
  • Python
  • Wordpress
  • C++
    • C++
    • C
  • Laravel
    • Laravel
      • Overview
      • Namespaces
      • Middleware
      • Routing
      • Configuration
      • Application Structure
      • Installation
    • Overview
  • DBMS
    • DBMS
      • PL/SQL
      • SQLite
      • MongoDB
      • Cassandra
      • MySQL
      • Oracle
      • CouchDB
      • Neo4j
      • DB2
      • Quiz
    • Overview
  • Entertainment
    • TV Series Update
    • Movie Review
    • Movie Review
  • More
    • Vue. Js
    • Php Question
    • Php Interview Question
    • Laravel Interview Question
    • SQL Interview Question
    • IAS Interview Question
    • PCS Interview Question
    • Technology
    • Other

31 October, 2023

CUDA Compute SM Throughput improvement for multiple loops

 Programing Coderfunda     October 31, 2023     No comments   

I'm interested in exploring different approaches to enhance the Compute (SM) Throughput of a CUDA code. It would be great to discuss with individuals having a good understanding of CUDA optimizations. To ensure a fruitful exchange and better...
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

30 October, 2023

Is there a way to use awk to count the number of rows between 2 flags and input that number into a specific field?

 Programing Coderfunda     October 30, 2023     No comments   

I have a set of data that consists of seismic wave travel times and their corresponding information (i.e. source that produced the wave and the time for that wave arriving at each geophone along the spread). I am trying to format the data to...
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

29 October, 2023

I am new in springboot, i am getting error while working on sts

 Programing Coderfunda     October 29, 2023     No comments   

I am using Jpa repository in the code, and my code looks like this. com.example.demo -> package com.example.demo; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import...
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Disable Jupyter Notebook cell only for whole notebook run

 Programing Coderfunda     October 29, 2023     No comments   

I don't know if it is possible, but I have a Jupyter notebook where I'd like to disable some cells in case of a whole run. That is, 'Run All' would jump over these cells and not trigger them, but they could still be used if ran alone (e.g....
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

28 October, 2023

what do you do with model names, etc when the project is not in english?

 Programing Coderfunda     October 28, 2023     No comments   

I'm working on a project to manage specific legal orders in a country where english is not the language. Although it's possible to translate some names in english, it becomes a little weird in some situations. For example a law requires to compile a form, it's weird if I translate the name of the form from the original language name into english,...
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

27 October, 2023

cross-table query but filter doesn't works

 Programing Coderfunda     October 27, 2023     No comments   

I have two table,custom(click to show picture) gateway(click to show picture). custom.gateway_id's (pk) value is set as gateway.id When i give a parameter(ex: 1 )The query is intended to retrieve data from CustomModelSerielPort where CustomModelSerielPort.gateway_id...
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

26 October, 2023

Laravel + vue jwt auth

 Programing Coderfunda     October 26, 2023     No comments   

Used this (https://blog.logrocket.com/implementing-jwt-authentication-laravel-9/) tutorial to setup my backend, getting the user as well as the token itself after login. But how can/should I store it? Is there any good tutorial that is handling that all in the frontend? Any articles to read that you can suggest? Really want to learn to work with jwt...
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

25 October, 2023

AI foot tracking model

 Programing Coderfunda     October 25, 2023     No comments   

I am a student doing a graduation project. I urgently need to deal with this model (I am attaching a link). I've never worked with python and AI. Please help me understand how to run this model. I really need. Thank you a href="https://github.com/OllieBoyne/FIND#model-downloadshttps://github.com/OllieBoyne/FIND#model-downloadsbr...
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

24 October, 2023

How to completely overwrite previous print with a new one? [duplicate]

 Programing Coderfunda     October 24, 2023     No comments   

I have to print a progress status, so update a print with a new one. I read many post that says you have to use "\r", so I tried this: print(string, end="\r", flush=True). The problem is that when the previous printed string is bigger than...
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

how would you approach baselining models and all of their relations?

 Programing Coderfunda     October 24, 2023     No comments   

I've been tasked with one of the more challenging things I've had to do in my 18 years+ career and as I try to wrap my head around the best approach to solve this, I thought I would ask here as well to see if I can gain anything from outside perspectives. Hopefully this is allowed, I know it speaks of a specific problem, but it's also a general...
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

23 October, 2023

🚀Introducing ims-laravel-admin-starter: Your Hassle-Free Laravel Admin Panel & API Starter Kit🚀

 Programing Coderfunda     October 23, 2023     No comments   

Hey there, fellow developers! I'm excited to share with you an open-source project that can supercharge your web development journey. ims-laravel-admin-starter is a purpose-built Admin panel and API starter application, skillfully crafted with the robust Laravel 10 framework and Filament 3. The primary goal? To make your local development setup...
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

22 October, 2023

VSCode IntelliSense autocomplete suddenly stopped working with node modules

 Programing Coderfunda     October 22, 2023     No comments   

I'm trying to make a steam bot with JS, and IntelliSense does not work. I have my SteamUser object declared: const SteamUser = require("steam-user"); const client = new SteamUser() It recognizes the logOn function: But IntelliSense...
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Can't run jupyter using docker compose with nginx

 Programing Coderfunda     October 22, 2023     No comments   

i am trying to run python script on jupyter using docker compose but can't connect to python kernel and this is my docker compose file which running on ubuntu vm : services: jupyter: container_name: jupyter image: jupyter/scipy-notebook ...
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

21 October, 2023

offset formula / dynamic range in Google sheets

 Programing Coderfunda     October 21, 2023     No comments   

I need to set a dynamic range/offset formula in order to track only the last 5 inputs in to separate fields (for each person). Each month I am adding 1 new row for each person (2 new rows in total), so the range of the last 5 inputs should...
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

20 October, 2023

Outlook Showing in Process even after closing - C#

 Programing Coderfunda     October 20, 2023     No comments   

I am writing a code to such that I will get a trigger when ever outlook opens Process[] processlist = System.Diagnostics.Process.GetProcessesByName("OUTLOOK"); if (processlist.Count() > 0) { MessageBox.Show("Outlook Opened"); } Works...
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

19 October, 2023

Conditionally Assert Throwing An Exception in Pest

 Programing Coderfunda     October 19, 2023     No comments   

--- Pest recently added the throwsUnless() method in Pest v2.24 to conditionally verify an exception if a given boolean expression evaluates to false. This method is the counterpart to the throwIf() method, which conditionally verifies...
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

18 October, 2023

Write Single Page Applications using Laravel Splade

 Programing Coderfunda     October 18, 2023     No comments   

--- Laravel Splade, created by by Pascal Baljet, is a super easy way to build single-page applications (SPA) using Laravel Blade templates. Splade makes it easy to create modern, dynamic web applications that are a joy to use. Splade...
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

17 October, 2023

Inertia and React or Vue

 Programing Coderfunda     October 17, 2023     No comments   

Hi just checking your thoughts on whether to learn React or Vue, I want to learn React as it may be better to find work and it has a larger ecosystem but my issue is is there are not a lot of tuts for Laravel and React with Inertia, do you have any recomendations for tuts? Also, what are your guys thoughts on Vue vs React with Laravel? Here is the...
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

16 October, 2023

Weekly /r/Laravel Help Thread

 Programing Coderfunda     October 16, 2023     No comments   

Ask your Laravel help questions here. To improve your chances of getting an answer from the community, here are some tips: * What steps have you taken so far? * What have you tried from the documentation? * Did you provide any error messages you are getting? * Are you able to provide instructions to replicate the issue? * Did you provide a...
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

15 October, 2023

Laravel 9 Upgrade: Write Operations Now Overwrite Existing Files

 Programing Coderfunda     October 15, 2023     No comments   

Per the v9 upgrade guide, "write operations such as put, write, and writeStream now overwrite existing files by default." I'm not exactly sure what "overwriting existing files" means in this context. From what I've observed, Storage::put() operates the same way on both Laravel 8 and 9. That is, if the file exists, then put() replaces that file's...
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

14 October, 2023

Copy and fill column from datagridview to another VBNET

 Programing Coderfunda     October 14, 2023     No comments   

I want to copy and divide data from the "range" column in dgv1 to dgv2, I have tried this code but it still doesn't work as I want. Any suggestions? thanks.. dgv1 to dgv 2 Dim column As New DataGridViewTextBoxColumn Dim newCol As Integer...
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

13 October, 2023

How do you handle small actions?

 Programing Coderfunda     October 13, 2023     No comments   

If you have a pretty basic web app, you will probably have only CRUD. However, as things start to get bigger, you might have a lot of components and each component might have a lot of actions. For exemple, a blog post might have a "Publish" button. But you might want to "Unpublish". And then you might want to just update the publication date. I...
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Since when did Laravel fill ONLY database fields into a Model?

 Programing Coderfunda     October 13, 2023     No comments   

I recently upgraded a Laravel application and came across some strange bugs. It turns out, the fill() method on models doesn't fill all fields anymore! Yes, I'm aware of the $fillable and $guarded properties. In my model I don't have fillable set and have guarded set to ['id', 'created_at', 'updated_at']. So it should fill any properties except those...
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

12 October, 2023

Compiler Not Recognized (GCC for Visual Studio Code)

 Programing Coderfunda     October 12, 2023     No comments   

Despite installing the compiler and adding the path to my user environment variable path, the compiler isn't recognized when I test it by checking the version through terminal on VS or command prompt. For some reason, the path changes...
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

11 October, 2023

Laravel Breeze with Volt Functional API

 Programing Coderfunda     October 11, 2023     No comments   

--- The Laravel team released the Livewire + Volt functional stack for Breeze. This increases the Breeze offering to six stack variations, offering a tremendous amount of freedom to stacks that are emerging in the Laravel ecosystem: ...
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

10 October, 2023

R - In a for loop iterating through columns df[[i]] if a data frame, how do I print the name of column df[[i]] for each loop?

 Programing Coderfunda     October 10, 2023     No comments   

I'm trying to use a for-loop to iterate through the columns of a data frame, and for each loop print out the name of the column on each loop before the operation is performed (namely checking if there are missing values for that column). I...
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

09 October, 2023

AWS Glue Python Shell Upgrade Boto3 Library without Internet Access

 Programing Coderfunda     October 09, 2023     No comments   

I need to use a newer boto3 package for an AWS Glue Python3 shell job (Glue Version: 1.0). The default version is very old and hence all the API's does not work For eg pause_cluster() and resume_cluster() does not work in AWS Glue Python...
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

08 October, 2023

compact(): Undefined variable $pesanan_details

 Programing Coderfunda     October 08, 2023     No comments   

My error compact(): Undefined variable $pesanan_details Line 138 experienced an error and a red notification on that line return view('checkout.check_out', compact('pesanan','pesanan_details')); Controller controller/PesananController ...
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

How to create a customized Error using TypeScript and node.js?

 Programing Coderfunda     October 08, 2023     No comments   

I am new to TypeScript and now working on a personal project, developing an API using TypeScript + node.js + Express. What I want to do is to create a customized Error that contains some extra properties over the built-in Error. For instance,...
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

07 October, 2023

Manage a User's Browser Sessions in Laravel

 Programing Coderfunda     October 07, 2023     No comments   

submitted by /u/TouristDramatic8295 [link] [commen...
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

06 October, 2023

Reshape data from wide to long (Creating Panel Data)

 Programing Coderfunda     October 06, 2023     No comments   

I downloaded data from data stream Refinitiv. The data is in wide format which resulted in too many variables (761). I only want to form 8 variables. How can I do that in Stata? enter image description here I wrote this syntax reshape...
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Configure and Display a Schedule of Opening Hours in PHP

 Programing Coderfunda     October 06, 2023     No comments   

--- Opening Hours is a PHP package by Spatie to query and format a set of business operating hours. You can use it to present the times per day and include exceptions for things like holidays and other days off on a given year-specific...
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

05 October, 2023

searching a list in a list model in flutter

 Programing Coderfunda     October 05, 2023     No comments   

I have been working on a LLM-like very simple project in Flutter. I need to find a string list, for example "what is my lecture score" in a list data. But the order doesn't matter. If my search finds the "what", "is", "my", "lecture", "score"...
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Laravel 10.26 Released

 Programing Coderfunda     October 05, 2023     No comments   

--- This week, the Laravel team released v10.26 with a search feature for the Artisan vendor:publish command, array cache expiry updates, more. This week was a smaller release, but we get an excellent vendor:publish update that makes...
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Why I choose Inertia over Livewire

 Programing Coderfunda     October 05, 2023     No comments   

Hi, back when Livewire was first announced I gave it a try. I was excited, but I felt like the way it's hydrated doesn't fulfill my needs. Then I found Inertia and got excited again. Even tho it doesn't allow me to use Laravel's helpers I feel like I have full control and that's what I need. Now that Livewire v3 came about, it looks much better and...
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

04 October, 2023

I want to have the Fibonacci sequence returned with commas between the numbers

 Programing Coderfunda     October 04, 2023     No comments   

def get_fibonacci_sequence(num: int) -> str: ''' Function to return string with fibonacci sequence >>> get_fibonacci_sequence(0) '' >>> get_fibonacci_sequence(1) '0' >>> get_fibonacci_sequence(9) '0,1,1,2,3,5,8,13,21' ...
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

03 October, 2023

Unfinalize tool

 Programing Coderfunda     October 03, 2023     No comments   

https://laravel-news.com/unfinalize ​ I think this tool is useful either for poorly designed libraries or for users who aren't fully aware of the library's capabilities. What are your thoughts? submitted by /u/leoshina [link] [commen...
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

02 October, 2023

Error when calling a function having a record with float fields as an arg using `function:call` method

 Programing Coderfunda     October 02, 2023     No comments   

isolated function mockFunction(record {|string operation; float operand1; float operand2;|} input) returns string{ return "mockFunction scuccessful"; } public function main() returns error? { string input = "{\"operation\":\"ADDITION\",\"operand1\":23.0,\"operand2\":43.0}"; ...
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

01 October, 2023

MariaDB Encryption at rest - provide key from app

 Programing Coderfunda     October 01, 2023     No comments   

In the past, I use Sybase anywhere db as my db server. I can encrypt the whole db with password, and from my application, i provide password inside connection string to gain access to server. I want to use the same / similar scenario with...
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg
Newer Posts Older Posts Home

Meta

Popular Posts

  • Spring boot app (error: method getFirst()) failed to run at local machine, but can run on server
    The Spring boot app can run on the online server. Now, we want to replicate the same app at the local machine but the Spring boot jar file f...
  • Log activity in a Laravel app with Spatie/Laravel-Activitylog
      Requirements This package needs PHP 8.1+ and Laravel 9.0 or higher. The latest version of this package needs PHP 8.2+ and Laravel 8 or hig...
  • Failed to install 'cordova-plugin-firebase': CordovaError: Uh oh
    I had follow these steps to install an configure firebase to my cordova project for cloud messaging. https://medium.com/@felipepucinelli/how...
  • Step-by-step guide to linking gnuplot to Octave within Virtual Studio Code (VSC)
    I am aware of a number of previous questions (here, here and here for example) pointing out to the need to modify a file named .octaverc. ...
  • Laravel auth login with phone or email
          <?php     Laravel auth login with phone or email     <? php     namespace App \ Http \ Controllers \ Auth ;         use ...

Categories

  • Ajax (26)
  • Bootstrap (30)
  • DBMS (42)
  • HTML (12)
  • HTML5 (45)
  • JavaScript (10)
  • Jquery (34)
  • Jquery UI (2)
  • JqueryUI (32)
  • Laravel (1017)
  • Laravel Tutorials (23)
  • Laravel-Question (6)
  • Magento (9)
  • Magento 2 (95)
  • MariaDB (1)
  • MySql Tutorial (2)
  • PHP-Interview-Questions (3)
  • Php Question (13)
  • Python (36)
  • RDBMS (13)
  • SQL Tutorial (79)
  • Vue.js Tutorial (68)
  • Wordpress (150)
  • Wordpress Theme (3)
  • codeigniter (108)
  • oops (4)
  • php (853)

Social Media Links

  • Follow on Twitter
  • Like on Facebook
  • Subscribe on Youtube
  • Follow on Instagram

Pages

  • Home
  • Contact Us
  • Privacy Policy
  • About us

Blog Archive

  • September (100)
  • August (50)
  • July (56)
  • June (46)
  • May (59)
  • April (50)
  • March (60)
  • February (42)
  • January (53)
  • December (58)
  • November (61)
  • October (39)
  • September (36)
  • August (36)
  • July (34)
  • June (34)
  • May (36)
  • April (29)
  • March (82)
  • February (1)
  • January (8)
  • December (14)
  • November (41)
  • October (13)
  • September (5)
  • August (48)
  • July (9)
  • June (6)
  • May (119)
  • April (259)
  • March (122)
  • February (368)
  • January (33)
  • October (2)
  • July (11)
  • June (29)
  • May (25)
  • April (168)
  • March (93)
  • February (60)
  • January (28)
  • December (195)
  • November (24)
  • October (40)
  • September (55)
  • August (6)
  • July (48)
  • May (2)
  • January (2)
  • July (6)
  • June (6)
  • February (17)
  • January (69)
  • December (122)
  • November (56)
  • October (92)
  • September (76)
  • August (6)

Loading...

Laravel News

Loading...

Copyright © 2025 CoderFunda | Powered by Blogger
Design by Coderfunda | Blogger Theme by Coderfunda | Distributed By Coderfunda