PKS Post Assessment – Akhil

List out top 15 commands in Vmware Tanze Application service aka PCF cf authcf logincf create-app-manifestcf apply-manifestcf pushcf helpcf logoutcf passwordcf apicf orgscf spacescf org-quotacf buildpackscf servicescf create-servicecf create-appcf create-packagecf stage-package

Read more

require ext-dom * -> it is missing from your system. Install or enable PHP’s dom extension.

Make sure you are in htdocs folder while executing the commands. I was trying to install Laravel in a Ubuntu virtual machine and got this error Your requirements could not be resolved to an installable set of packages. Problem 1 – phpunit/phpunit[7.5.0, …, 7.5.20] require ext-dom * -> it is missing from your system. Install or enable PHP’s dom extension. – Root composer.json requires phpunit/phpunit ^7.5 -> satisfiable by phpunit/phpunit[7.5.0, …, 7.5.20]. And To enable extensions, verify that they are

Read more

Install composer using CLI in ubuntu (Globally)

Steps For Installing PHP Composer on Ubuntu STEP 1: Update You distribution Enter this command to update the local repository lists. STEP 2: Download the Composer Installer run the below command in your root directory (We are installing composer globally) Step 3: Verify Integrity of the Download 1. Visit the Composer Public Keys page. Copy the Installer Signature (SHA-384).2. Set the code shell variable: COMPOSER=48e3236262b34d30969dca3c37281b3b4bbe3221bda826ac6a9a62d6444cdb0dcd0615698a5cbe587c3f0fe57a54d8f53. Run the script below to compare the official hash against the one you downloaded: Step 4: Install

Read more

MLOps: How to become a MLOps Engineer?

What is MLOps? Few years back we use to talk and learn about software development lifecycle(SDLC) and the process it goes from requirement → designing → development → testing → deployment → and then maintenance. We were implementing the waterfall model moved to iterative model then to agile model of software development to DevOps. But, now organisations are trying to integrate AI/ML into their process. This new concept of building ML systems adds/reforms some principles of the SDLC to give

Read more

Adding an Auto-Complete Address Field to your Forms (Laravel)

First of all we need to get a google maps API, go through this documentation to get an API of your own. Next thing we need to do is to put a initializing script in our blade file Make sure to provide your api key in the script The above script will call a method name initAutocomplete that we have to write in our .js file Make sure you form have these matching selectors What i have done in above

Read more

How to get current city name using google maps API (Laravel)

First of all we need to get a google maps API, go through this documentation to get an API of your own.https://developers.google.com/maps/documentation/javascript/get-api-key Place this script in your blade file if your are using Laravel or in your HTML inside body tags. Make sure to put your API key in the place of YOUR_API_KEY in provided script above Next thing you need to do after initializing the map is to create a method in jQuery for the call-back method initMap ,

Read more

Top 11 Chrome Extension every software engineers must know

1.ColorZilla ColorZilla is one of the oldest color picker extension launched over 8 years ago and it has successfully maintained its mantle as the best color picker and an eyedropper Chrome extension for developers or designers even today 2. Lighthouse Lighthouse is an open-source, automated tool for improving the quality of web pages. You can run it against any web page, public or requiring authentication. 3.  Site Palette It is the must-have tool for frontend developers. Sometimes we love the

Read more
1 74 75 76 77 78 332