Best Blog website for Health and Fitness mymedicplus.com/blog
mymedicplus.com is a learning portal for Health and Fitness, Yoga, Treatment and Surgery information. You can find a blogs of following topics such as AIDS & HIV, Read More
How to create a new project in Jira?
Hi dear, welcome to the fascinating way of Jira’s concept of learning. Today I will tell you about the creation of projects in Jira. This is the Read More
Linux Basic Command
man command # => Ex: man ls The man page is displayed with the less command /string => search forward for a string enter small g from Read More
PHP Tutorial For Beginners Step By Step With Example Session-1
What is PHP PHP is Open Source server-side programming / Scripting language that is especially suited for web development and can be embedded into HTML. PHP stands Read More
Difference between AIOps and Artificial intelligence (AI)
I am going to tell you the Difference between AIOps and Artificial intelligence (AI) on the basis of their Definition and how they work and what are Read More
Top 10 IT certifications to boost your career in 2022
IT certifications are a steppingstone to better pay, which you probably already know. That fact alone should compel you to look into IT courses. So, if your Read More
15 Solid Reasons Learning DevOps Is Good For Your Career Advancement.
The pandemic-caused lockdown has given rise to the second wave of technology reforms for organizations and has proved the need for automation. Most companies do major of Read More
What is the difference between DevOps and DataOps?
DevOps has proven to be a successful practice in optimizing the product delivery cycle over time. As time passed and businesses around the world focused on developing a data-driven culture, it Read More
SRE Tutorial for Beginners: A Step-by-Step Guide
Customer experience is the new mantra, a mission statement, for any serious business in the cloud era. At the edge, where websites are expected to be always Read More
Software Development Lifecycle (SDLC) Beginners Guide
Software development Life cycle (SDLC) is a process of producing high-quality software at the lowest cost and in possibly less time. Generally, SDLC has well-tested and ready-to-use Read More
Execution failed for task’:app:processDebugGoogleServices’.> No matching client found for package name’com.cotocus.holidaylandmark.publisher.holidaylandmark_publisher’ android studio-SOLVED
What went wrong: Execution failed for task ‘:app:processDebugGoogleServices’. No matching client found for package name ‘com.example.myapp ‘ Step -1: check your google-services.json and build.gradle matching applicationId and Read More
What is Selenium, Java, and How to learn Online?
Selenium is one of the most renowned open-source test automation Frameworks. Selenium allows test automation of web apps or websites across different browser operating systems. Selenium offers Read More
How to Make a Confirm Dialog in Flutter
A confirm dialog is a dialog box that asks users to approve the requested operation. It usually appears with button pairs like Yes/No, OK/Cancel, Agree/Disagree. Confirm dialogs Read More
What is TypeScript and How to Learn TypeScript Online?
TypeScript has become an increasingly common language used by developers. This is the seventh most popular programming language used by developers. What is TypeScript? TypeScript is an Read More
JavaScript ES6 Features
What is ECMAScript 6 (or ES6) ECMAScript 2015 (or ES6) is the sixth and major edition of the ECMAScript language specification standard. It defines the standard for Read More
How to return multiple blade file using single function inside same controller and same route
now on main public route I am raturning a method. web.php Route::get(‘/trips’, ‘CategoryController@index’)->name(‘trips’); CategoryController.php
How to create multiple floating action button in Flutter
Today, I am showing multiple float button and pass the route inside floating action button pass the route Refrence:https://stackoverflow.com/questions/50839282/how-to-add-multiple-floating-button-in-stack-widget-in-flutter
How to Popup modal to all data display in JavaScript
First let’s go to popup button in blade file Go to Popup modal in blade file add this code modal your JavaScript Go to Popup JavaScript in Read More
How to other table data to store another table data
This is packages table This is addimages table First let’s go to your Controller file and our function
How get data in Dropdown of multiple role id in Laravel
First let’s go to your Laravel project And add your Blade file And go to your Laravel project And add your Controller file This is Database structure
how to deploy Existing Project in play store
step 1:open android studio and drag your project and paste in android studio Step 2: click open for editing in android studio shown in below figure Step Read More
How to Become a QA Engineer?
Quality Assurance (QA) engineers are responsible for ensuring that the code that other developers write is up to a certain standard. Companies pay high salaries to talented Read More
How to get a Particular aliments of array using slice method in Laravel
array_slice (PHP 4, PHP 5, PHP 7, PHP 8) array_slice — Extract a slice of the array Description array_slice( array $array, int $offset, ?int $length = null, bool $preserve_keys Read More
How to use postman to test api calls
postman is used to api calls if u get and store data in your mobile while creating app and you want to retrive and store data through Read More
How to use Expansion Tile to expand and collapse api data in flutter
today, i am showing how to expand and collapse the data step 1: first i click text where i pass route through it will navigate other dart Read More
How take in first and last element of array in Laravel
First let’s go to your Laravel project And add your Controller file This is first Arr $middile= Arr::first($my_cat); This is last Arr $last_cat=Arr::last( $my_cat); This is Refresh Read More