Designation-Lead Analyst
Skill – Vb.net+Automation tool,VB.net , VBA
Exp-5+ years
Location- Gurgaon
JD-
Ability to automate process using automation tools not Limited to i.e. MS Flow, Power Apps, Mainframe automation/VBA Automation and Dot Net.
Knowledge in Database management, automating and troubleshooting systems.
Proficient Visual basic for application, Macro, .Net, Java, C++, Python, Jason, JavaScript, , SQL queries.
deployment.
Expert in multiple automation software/platform i.e. RPA, IA etc.
If interested kindly share your resume on vaibh2315@gmail.com
I hope your doing well
we will provide both Part time/ full time job on bases of Oracle Commerce Cloud Developer 2+years and candidate should be will into to move pune.
please share your updated resume to: mailto:phari3925@gmail.com
ph-8309757293
I hope your doing well
we will provide both Part time/ full time job on bases of Oracle Commerce Cloud Developer 2+years and candidate should be will into to move pune.
please share your updated resume to: mailto:phari3925@gmail.com
ph-8309757293
We are looking for freshers.
Education Qualification :B.E/B.Tech
Skills Required:
Dedicated people with the skills and vision to build a better tomorrow.
Excellent communication skills
Enthusiastic individuals who are ready to take up challenges
Sound technical knowledge
Please dm me!
We are looking for freshers.
Education Qualification :B.E/B.Tech
Skills Required:
Dedicated people with the skills and vision to build a better tomorrow.
Excellent communication skills
Enthusiastic individuals who are ready to take up challenges
Sound technical knowledge
Mssg me
1) Live streaming Apps
2) Fintech Application
3) Taxi/Cab booking App
4) Grocery/ Food Delivery App
5) Product development
Skills : Java, kotlin,flutter,Swift, node.js, php, laravel etc.
DM me if you are interested
Ping me personally
Recorded session of live classes available ping me for very very low cost 🔥🔥🔥🔥👍
Core java
Advance java
Spring boot and microservices
DevOps
Hibernate
Rest API
Maven
Angular
React
Ui full stack
Sql
Git
Oracle
Html, css javascript
Java DSA
Logical programing
Restful Webservices
Selenium with java
Automation testing
Azure, AWS
Nodejs
Real time projects mini and major both.
Ping me 🔥🔥
I want to increase their salary by 10000 how to do in stream
I want to increase their salary by 10000 how to do in stream
I think you can use stream(). map( emp -> salary + 10000)
Package – 1.81 – 3.5 LPA
Company – www.ctel.in
Work location – Madhapur Hyderabad
Work from office only.
Pass-out – 2018+
We are looking for “Backend/Java Developer” role.
Freelance opportunity
Location- Remote
Exp: 3-5 years
Duration: Sep’22-Dec’22(4 months)
Salary upto- 80K
Skills: Backend / Java
Spring, Sprint boot
Java
HTML5 and CSS
JSON, XML
Junit
JAX-RS
Job Type :Permanent
Job Role :JAVA Developer
Working :Always Remote
Country : India
Location :Andheri East
City :Mumbai
Experience :3 – 6 Years
Candidate Salary : Rs. 4,00,000 – 13,00,000
Job Description : We are hiring for 3+ years’ experience JAVA Developer. A developer is responsible for several Java-related duties throughout the software development lifecycle, from concept and design to testing. The developer is required to create user information solutions through the development, implementation, and maintenance of Java-based components and interfaces.
If you are interested..Can you share your update profile along with the below details here or to my mail id shreyaasmcpl@gmail.com
Current ctc
Expected ctc
Notice period
preferred location
Offers in hand?if any please quote
Package – 1.81 – 3.5 LPA
Company – www.ctel.in
Work location – Madhapur Hyderabad
Work from office only.
Pass-out – 2018+
Personal DM mr
* @param n
* @return the location of the highest even digit in the value passed.
* 1 if the highest even digit is the least significant digit,
* 2 if the highest even digit is the second-least significant digit, and so on,
* return 0 if the number doesn’t have any even digits
*/
public static int highestEvenDigitLocation(int n) {
return 0;
}
How to solve this. Anyone help me
We are looking for “Backend/Java Developer” role.
Freelance opportunity
Location- Remote
Exp: 3-5 years
Duration: Sep’22-Dec’22(4 months)
Salary upto- 80K
Skills: Backend / Java
Spring, Sprint boot
Java
HTML5 and CSS
JSON, XML
Junit
JAX-RS
I hope your doing well
we will provide both Part time/ full time job on bases of OSB Developer (FULL TIME) 3-6years of experience.
please share your updated resume to: mailto:phari3925@gmail.com
ph-8309757293
Only for Immediate joiners
Java Full stack developer
Required skills-
React JS
Java Spring boot
MySQL/Maria DB
Mongo DB
Micro service
Preferable to have…
Kifana
Redis
Nginx
Experience-3 to 5 years.
CTC- 8 to 20 LPA
Work mode : Initially Work From Home
Location: Chennai & Bengaluru
If anyone is interested ping me ASAP
Recorded session of live classes available ping me for very very low cost 🔥🔥🔥🔥👍
Core java
Advance java
Spring boot and microservices
DevOps
Hibernate
Rest API
Maven
Angular
React
Ui full stack
Sql
Git
Oracle
Html, css javascript
Java DSA
Logical programing
Restful Webservices
Selenium with java
Automation testing
Azure, AWS
Nodejs
Real time projects mini and major both.
Ping me 🔥🔥
Immediate joiners.
Permanent WFH
Full time employment
4+year
Send cv at jobin.abraham@collabera.com
<html lang=”en”>
<head>
<meta charset=”UTF-8″>
<meta http-equiv=”X-UA-Compatible” content=”IE=edge”>
<meta name=”viewport” content=”width=device-width, initial-scale=1.0″>
<title>2 a solution</title>
</head>
<body>
<form>
<label for=”sentence”>Enter a Sentence</label>
<input type=”text” name=”sentence” id=”sentence”/><br/>
<label for=”letter”>Enter a Letter</label>
<input type=”text” name=”letter” id=”letter”/>
<input type=”submit” value=”Submit” id=”index”/>
</form>
<script>
var sentence = document.getElementById(‘sentence’).value;
var letter = document.getElementById(‘letter’).value;
var index = sentence.indexOf(letter);
if(index === -1){
alert(“The letter does not exist in the sentence”);
}else{
alert(sentence.substring(index+1));
}
</script>
</body>
</html>