Recent content by caparadc

  1. C

    Facebook Integration for Android Studio project

    Hello po good afternoon po itatanong ko lang po and pahelp po sana ako kung paano iset sa live yung facebook developer nag try po kase ako ilagay sya sa mobile app po namin login as Facebook kaso dipo gumagana sa ibang phone lumalabas po kase app not active. Salamat po
  2. C

    C# C# Maui .net

    var mongoClient = new MongoClient("mongodb+srv://adbcd:0cd4r4@cluster0.4jhaesp.mongodb.net/?retryWrites=true&w=majority"); ito yung Mongo Client string ko pero ang lumalabas na error ay [DOTNET] Error during admin insertion: The list of configured name servers must not be empty. (Parameter...
  3. C

    C# C# Maui .net

    Hello, sinubukan kopo pag aralan at gumawa po ng mobile app sa Maui .net with Mongodb pero tama naman po yung connectionString ko pero ito po yung error ano po kaya yung error dito? [DOTNET] Error during admin insertion: The list of configured name servers must not be empty. (Parameter...
  4. C

    PHP Laravel - (pahelp)

    public function showCurrentAdmit($room) { $patients = Patient::where('room', $room)->get(); if($patients !== null && !$patients->isEmpty()) { return view('patients.index', compact('patients', 'room')); } else { return "No patients found for the...
  5. C

    PHP Laravel - (pahelp)

    count(): Argument #1 ($value) must be of type Countable|array, null given ito po yung error after kopo lagyan ng
  6. C

    PHP Laravel - (pahelp)

    sinubukan kona po kaso error po din po
  7. C

    PHP Laravel - (pahelp)

    hello po kumuha po ako ng side project thesis system po kaso dito po sa part na to yung error ito po yung connection sa web.php Route::controller(PatientController::class)->prefix('patients')->group(function () { Route::get('index/{room}', 'showCurrentAdmit')->name('patients.show'); }); and...
  8. C

    LF Work Frontend Web Developer

    yun nga po eh kaso ang experience ko palang po is yung sa bootcamp ko sa kodego
  9. C

    LF Work Frontend Web Developer

    nag tatry po kase ako sa indeed saka sa linkedIn po weh eh puro bachelor po ang palaging hanap eh kaya po palagi po ako narireject
  10. C

    LF Work Frontend Web Developer

    Maraming salamat po sa info paano po pala sir yung sinasabi niyo po na 70/30 po ang hatiaan?
  11. C

    LF Work Frontend Web Developer

    pag aralan kopo di ko papo kase masyado alam yung kalakaran sa freelance po eh
  12. C

    LF Work Frontend Web Developer

    I am 3rd year College and I am need work po for my tuition yung programming po na ginagamit kopo is html, css(bootstrap) javascript and i know po the basics of reactJS and php and laravel po for backend po ito po yung portfolio kopo Aljayve | Overview and github po Aljayve21 - Overview
  13. C

    Help ReactJS Portfolio

    Salamat po
  14. C

    Help ReactJS Portfolio

    Hello i'm a inspiring programming nag sisimula pa lang po pwede po bang irate itong gawa kong portfolio? and ano pa po kaya na pwede kong i improve maraming salamat po ito po ang link Aljayve | Overview
Back
Top