Skip to content

SRE School

    • Title: Top 20 Best DevOps Tutorials to Accelerate Your Career
  • Top Gradle Training with Certification Hyderabad
    Uncategorized

    Top Gradle Training with Certification Hyderabad

  • Gradle Training Chennai – Industry Expert-Led Sessions
    Uncategorized

    Gradle Training Chennai – Industry Expert-Led Sessions

  • Hands-On Gradle Training Program in Bangalore for Developers
    Uncategorized

    Hands-On Gradle Training Program in Bangalore for Developers

  • Become GCP Certified in Kolkata – Professional Training
    Uncategorized

    Become GCP Certified in Kolkata – Professional Training

  • Golang Gin Web Development – Certified Training Course in Pune
    Uncategorized

    Golang Gin Web Development – Certified Training Course in Pune

  • Mumbai Golang with Gin Certification Training Program
    Uncategorized

    Mumbai Golang with Gin Certification Training Program

  • Professional Golang with Gin Training in Kolkata
    Uncategorized

    Professional Golang with Gin Training in Kolkata

  • Flutter Multiple Select dropdown list
    dropdown, Flutter

    Flutter Multiple Select dropdown list

    Dharmendra Kumar, Senior Software Engineer & Co founder at MyhospitalNow

    October 3, 2023

    how to use a multiple select drop-down list with the same design? I utilised the (flutter_custom_selector) plugin, but I need…

  • Envoy raise Class ‘Barryvdh\Debugbar\ServiceProvider’ not found?
    Uncategorized

    Envoy raise Class ‘Barryvdh\Debugbar\ServiceProvider’ not found?

    Dharmendra Kumar, Senior Software Engineer & Co founder at MyhospitalNow

    October 2, 2023

    Error Solution: Go to composer.json and add this  code “barryvdh/laravel-debugbar”: “^3.2”, Step 2: Composer update Problem is solved

  • C:\xampp\htdocs\example app10\config\cache.php:92
    Uncategorized

    C:\xampp\htdocs\example app10\config\cache.php:92

    Dharmendra Kumar, Senior Software Engineer & Co founder at MyhospitalNow

    October 1, 2023

    Error C:\xampp\htdocs\example-app10\vendor\laravel\framework\src\Illuminate\Foundation\Application.php:261 Solution: Go to config\cache.php file and update latesh laravel 10 cache.php file

  • “Connection for controluser as defined in your configuration failed” with phpMyAdmin in XAMPP
    Uncategorized

    “Connection for controluser as defined in your configuration failed” with phpMyAdmin in XAMPP

    Dharmendra Kumar, Senior Software Engineer & Co founder at MyhospitalNow

    September 25, 2023

    Error: connection for controluser as defined in your configuration failed. phpmyadmin xampp mysqli::real_connect(): (hy000/1045): access denied for user ‘pma’@’localhost’ (using…

  • Your project requires a newer version of the Kotlin Gradle plugin. (Android Studio)
    Uncategorized

    Your project requires a newer version of the Kotlin Gradle plugin. (Android Studio)

    Dharmendra Kumar, Senior Software Engineer & Co founder at MyhospitalNow

    September 22, 2023

    Error: Solution: Step 1: Go to this https://kotlinlang.org/docs/gradle.html and find latesh version. Step 2: Copy this latesh version and past…

  • Flutter Error – Project require a newer version of kotlin Gradle plugin
    Uncategorized

    Flutter Error – Project require a newer version of kotlin Gradle plugin

    Dharmendra Kumar, Senior Software Engineer & Co founder at MyhospitalNow

    September 21, 2023

    Error Solution: Update Flutter Kotlin version to latest To solve “newer version of kotlin gradle plugin”, Simple you need to…

  • Flutter Run Failure [INSTALL_FAILED_OLDER_SDK] Requires newer sdk version #33 (current version is #30)
    Uncategorized

    Flutter Run Failure [INSTALL_FAILED_OLDER_SDK] Requires newer sdk version #33 (current version is #30)

    Dharmendra Kumar, Senior Software Engineer & Co founder at MyhospitalNow

    September 19, 2023

    Error Solution: Go to build.gradle file and change Version

  • Most Popular YouTube Channel for Software Engineers DevOps, SRE, DevSecOps, AIOps, MLOps … ‘FREE Tutorials’
    AIOps, DevOps, DevSecOps, MLOps, SRE, YouTube

    Most Popular YouTube Channel for Software Engineers DevOps, SRE, DevSecOps, AIOps, MLOps … ‘FREE Tutorials’

    Dharmendra Kumar, Senior Software Engineer & Co founder at MyhospitalNow

    September 19, 2023

    1. DevOpsSchool (https://www.youtube.com/@TheDevOpsSchool) Software engineers interested in DevOps, SRE, DevSecOps, AIOps, MLOps, DataOps, Kubernetes, AWS, Azure, Python, Google Cloud, and…

  • How to Make Navigation from One Screen to Other in Flutter.
    Flutter, Form, Navigator

    How to Make Navigation from One Screen to Other in Flutter.

    Dharmendra Kumar, Senior Software Engineer & Co founder at MyhospitalNow

    September 18, 2023

    Simply follow the steps below to navigate from one screen to the next:- Step 1: Create two new files with…

  • [SOLVED] Unhandled Exception: Navigator operation requested with a context that does not include a Navigator.
    App, Flutter, Navigator, Unhandled

    [SOLVED] Unhandled Exception: Navigator operation requested with a context that does not include a Navigator.

    Dharmendra Kumar, Senior Software Engineer & Co founder at MyhospitalNow

    September 18, 2023

    This happens because when you do Navigator.of(context), it will start from the widget associated to the context used. And then…

  • How to Check if an application is on its first run or One time Intro Screen with Flutter.
    App, Flutter

    How to Check if an application is on its first run or One time Intro Screen with Flutter.

    Dharmendra Kumar, Senior Software Engineer & Co founder at MyhospitalNow

    September 18, 2023

    If you wish to show the intro screen only for the first time, you will need to save locally that…

  • Your app targets Android 13 (API 33) or above. You must declare the use of advertising ID in Play Console.
    API, App, Flutter

    Your app targets Android 13 (API 33) or above. You must declare the use of advertising ID in Play Console.

    Dharmendra Kumar, Senior Software Engineer & Co founder at MyhospitalNow

    September 18, 2023

    Error Solution Step 1: Click Complete declaration Step 2: Choose your app(Does your app use an advertising ID? NO and…

  • Form Validation in Flutter
    Flutter, Form, Validation

    Form Validation in Flutter

    Dharmendra Kumar, Senior Software Engineer & Co founder at MyhospitalNow

    September 13, 2023

    Every application needs to have form validation. There are other ways to validate forms in the flutter application, for as…

  • Your app currently targets API level 31 and must target at least API level 33 to ensure it is built on the latest APIs
    API, App, Flutter

    Your app currently targets API level 31 and must target at least API level 33 to ensure it is built on the latest APIs

    Dharmendra Kumar, Senior Software Engineer & Co founder at MyhospitalNow

    September 12, 2023

    Error Solution: Step 1: Got to your project pubspec.yaml file and change version Step 2: Got to your project terminal…

  • [ERROR: flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: type ‘List’ is not a subtype of type ‘FutureOr’
    App, Flutter, List, subtype

    [ERROR: flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: type ‘List’ is not a subtype of type ‘FutureOr’

    Dharmendra Kumar, Senior Software Engineer & Co founder at MyhospitalNow

    September 11, 2023

    Error It looks like the error you’re encountering is due to a type mismatch between the return type of your…

  • Hello world!
    Uncategorized

    Hello world!

    abhishek

    August 26, 2023

    Welcome to WordPress. This is your first post. Edit or delete it, then start writing!

Previous
1 … 26 27 28

Follow Us

  • Twitter
  • Facebook
  • Instagram
  • YouTube
  • Dribbble
  • LinkedIn

Category Name

  • Top Gradle Training with Certification Hyderabad

    Top Gradle Training with Certification Hyderabad

  • Gradle Training Chennai – Industry Expert-Led Sessions

  • Hands-On Gradle Training Program in Bangalore for Developers

  • Become GCP Certified in Kolkata – Professional Training

  • Golang Gin Web Development – Certified Training Course in Pune

Category Name

  • Top Gradle Training with Certification Hyderabad

    Top Gradle Training with Certification Hyderabad

  • Gradle Training Chennai – Industry Expert-Led Sessions

    Gradle Training Chennai – Industry Expert-Led Sessions

  • Hands-On Gradle Training Program in Bangalore for Developers

    Hands-On Gradle Training Program in Bangalore for Developers

  • Become GCP Certified in Kolkata – Professional Training

    Become GCP Certified in Kolkata – Professional Training

Category Name

  • Top Gradle Training with Certification Hyderabad

    Top Gradle Training with Certification Hyderabad

  • Gradle Training Chennai – Industry Expert-Led Sessions

    Gradle Training Chennai – Industry Expert-Led Sessions

  • Hands-On Gradle Training Program in Bangalore for Developers

    Hands-On Gradle Training Program in Bangalore for Developers

  • Become GCP Certified in Kolkata – Professional Training

    Become GCP Certified in Kolkata – Professional Training

  • Golang Gin Web Development – Certified Training Course in Pune

    Golang Gin Web Development – Certified Training Course in Pune

Category Name

  • Top Gradle Training with Certification Hyderabad

    Top Gradle Training with Certification Hyderabad

  • Gradle Training Chennai – Industry Expert-Led Sessions

    Gradle Training Chennai – Industry Expert-Led Sessions

  • Hands-On Gradle Training Program in Bangalore for Developers

    Hands-On Gradle Training Program in Bangalore for Developers

Category Name

  • Top Gradle Training with Certification Hyderabad

    Top Gradle Training with Certification Hyderabad

  • Gradle Training Chennai – Industry Expert-Led Sessions

    Gradle Training Chennai – Industry Expert-Led Sessions

  • Hands-On Gradle Training Program in Bangalore for Developers

    Hands-On Gradle Training Program in Bangalore for Developers

Category Name

  • Top Gradle Training with Certification Hyderabad

    Top Gradle Training with Certification Hyderabad

  • Gradle Training Chennai – Industry Expert-Led Sessions

    Gradle Training Chennai – Industry Expert-Led Sessions

  • Hands-On Gradle Training Program in Bangalore for Developers

    Hands-On Gradle Training Program in Bangalore for Developers

Category Name

  • Top Gradle Training with Certification Hyderabad

    Top Gradle Training with Certification Hyderabad

  • Gradle Training Chennai – Industry Expert-Led Sessions

    Gradle Training Chennai – Industry Expert-Led Sessions

  • Hands-On Gradle Training Program in Bangalore for Developers

    Hands-On Gradle Training Program in Bangalore for Developers

    • Title: Top 20 Best DevOps Tutorials to Accelerate Your Career

WordPress Theme by WPEnjoy

  • Twitter
  • Facebook
  • Instagram
  • YouTube
  • Dribbble
  • LinkedIn