// highlitingall but getting error at ist plural
highlight the word at content
interview questions
difference between api route and web route
what is the use of config
what ithe use of composer
improve database query speed how to improve
test cases in laravel
what use of trait
hoisting in javascript
how many way to create a object
return content.replace(
new RegExp(keywords.join("|"), "gi"),
(match) => {
return '<span class="highlightText">' + match + "</span>";
}
);
install vue
2015 node -v
- The file
/home/pc/www/ma-dash-ui/nginx/default.conf
does not exist.
remove write protected nginx
ERROR: for node Cannot start service node: driver failed programming external connectivity on endpoint node (895cbd89a968bb1e7a5c0 Starting web ... done ERROR: for node Cannot start service node: driver failed programming external connectivity on endpoint node (895cbd89a968bb1e7a5c01621b816eeca00d7489440e281c432f4fd33cc6fd4f): Error starting userland proxy: listen tcp4 0.0.0.0:8080: bind: address already in use ERROR: Encountered errors while bringing up the project.
s
Vue.js / Frontend Developer - Bhumika
Description
Professional experience in software development in the frontend development area [min. 3-5 years]
Good knowledge of multi-tier and cloud-based architectures (Microsoft Azure, Azure DevOps, AWS)
Extensive experience frontend development: VueJS, Java based Frontend Frameworks (Apache Struts, Java Server Faces), Typescript, HTML5, CSS, JS
Good Understanding of Rest based development and backend development, experience, and willingness to work in Backend Development (Java) is an advantage
Understanding in databases (SQL/ NoSQL)
Knowledge of common software development tools (Sonar, Git, Confluence, JIRA/Azure Devops)
Experience in writing Unit test cases(eg. Jest framework/ react)
Methodical knowledge of agile software development (Scrum, Kanban, DevOps)
Excellent ability to work in a team, independently organized work
Willingness to work in shifts
Willingness to work On-Call Duty
Good to have domain knowledge -how in the automotive area
Strong micro-service architecture knowledge
DevOps-Toolchain (Git, Jenkins, Nexus…)
Understands high-level architectural design and patterns
Aid in planning product development and timelines
Provide feedback to marketing or sales teams
Leading the team in translating user stories and other requirements into clear and focused implementation plans
Work closely with other project team members (engineers, designers and project managers)
Deliver high-quality outputs at all stages of development, from documentation to code
Communicate clearly with both clients and colleagues
duplicate values from table in sql
SELECT column_name, COUNT(column_name) AS count
FROM table_name GROUP BY column_name HAVING COUNT(column_name) > 1;composer json file laravel
composer have the pacakages requied to run our application
packages has special features which it give special things to our appication
composer install
it will install all the pacakges and dependencies
composer update
it will update the depenencies by locking the version in package
it has autoloader->
based on the apckages install-. it generates some autoload files
how to create trait and whats the benefits and use
create folder trait
Trait nameoftrait{
}
class MyClass {
use MyTrait;
// Class methods and properties
}
Event listening in react
How we can listen to som eevents some envents fire like click or automatically user enters into input button , that is event on word type i...
-
https://drive.google.com/drive/u/0/folders/1tnOqp3maCiEHUV8QrxKj-rzev2cD2993?fbclid=IwAR33nthTFczEOcEYs0Npgc02Wu3ckOxi4FkLzwFJQvUvayOR2zv3C...
-
When you have two individual components in Vue.js that are not directly related as parent and child components, you can still establish co...
-
vuejs is an open source model view view model frontend javascript framework for building user interfaces and single page applications comp...