Daily Archives: January 3, 2022
How to create custom graphql mutation in custom module in magento 2. And how to save custom form data in custom table using mutation. THANKS.
Some developers suggest to avoid ES6 syntax in JS files to keep the entire codebase unified with a single JS standard. After examined vendor folder I saw some modules use es6 (For example vendor/vertexinc/module-tax/view/base/web/js/form/element/custom-option-flex-field-select.js). So, that’s why I have doubts about the statement about avoiding using es6 syntax.
I am new in magento2. I have done some changes in a css file and have change the file https://agoshop.at/pub/static/frontend/smart_media/smart_media1/de_DE/css/themes.css on the ftp server. Here my changes: Code: .cathead a.level-top { background-color: #75dbfa; margin-top: 3px !important; color: #000 !important; font-weight: bold !important; font-size: 13px !important; text-transform: none !important; font-family: "Open […]
The year 2020 was unlike any other year so far in the 21st century. It brought with it an assortment of some of the best… Read More The post Top 7 Security Challenges of Remote Working appeared first on GeeksforGeeks.
Hello everyone, I have received Intern+FTE offer for the profile of Junior Associate-IT from Unthinkable Solutions, and will be sharing the interview process for the… Read More The post Unthinkable Solutions Interview Experience | On-Campus 2022 appeared first on GeeksforGeeks.
I received an online test invite for SDET at Sprinklr from a recruiter. The first round was an online test of 60 minutes in HackerEarth… Read More The post Sprinklr Interview Experience for SDET | 1.5 Years Experienced appeared first on GeeksforGeeks.
Given an integer N which depicts the number of stairs, the task is to count the number of ways to reach Nth stair by taking… Read More The post Count the number of ways to reach Nth stair by taking jumps of 1 to N appeared first on GeeksforGeeks.