Coder Baba
2.42K subscribers
1.01K photos
23 videos
722 files
723 links
Everything about programming for beginners.
1 and only official telegram channel of CODERBABA India.

Content:
.NET Developer,
Programming (ASP. NET, VB. NET, C#, SQL Server),
& Projects
follow me https://linktr.ee/coderbaba
*Programming
*Coding
*Note
Download Telegram
👆👆👆👆
Some React + Redux + Es6 + NextJs + JavaScript CheatSheet 📝 🔥
19 Sites to find FREE Illustrations

🎨 drawkit .io
🖋 undraw .co
🎨 iradesign .io
📷 icons8 .com
🌺 blush .design
🎨 absurd .design
📝 storyset .com
🎨 pixeltrue .com
👥 manypixels .co
🎨 illustrations .co
🖍 illustratious .com
📷 iconscout .com
🖼smashicons .com
🌇 isometric .online
👥 humaaans .com
🧑‍🤝‍🧑 openpeeps .com
🏝 themeisle .com/illustrations/
🎮Control .rocks
👨lukaszadam .com

Share Our Telegram channel With Your Friends
🖋👇👇👇
https://t.me/coder_baba
We are hiring for Full stack Java Developer
Experience 4-6 Years
Full Time position
Job Description
Experience in Software Engineering roles
Experience primarily in JAVA, Spring/Spring Boot frameworks, Oracle, REST API Knowledge and handson experience inAWS and Angular Knowledge andexperience with EJBs, C+4, and Struts. Familiarity with SWIFT messaging/corporate actions.


Send Your Cv vikramrajputs.vr@gmail.com
WhatsApp +91 90009 77168
1. Write a program to count a total number of duplicate and unique elements in

the given array.

Sample Input:

Enter array size: 5

Array elements are: 25724

Sample Output:

No of duplicate element:

1 No of unique elements:

3
———————————————————————
import java.util.*;

public class MyClass {
public static void main(String args[]) {
int[] arrElements = new int[5];
System.out.println("Enter 5 elements");
Scanner sc = new Scanner(System. in);
Map<Integer,Integer> map = new HashMap<>();

for(int i = 0; i < 5; ++i) {
arrElements[i] = sc.nextInt();
map.merge(arrElements[i], 1 , Integer::sum);
}
sc.close();
long distinct = map.values().stream().filter(n -> n == 1).count();
long duplicates = map.size() - distinct;
System.out.println("Number of distinct elements:: " + distinct);
System.out.println("Number of duplicate elements:: " + duplicates);
}
}
Join the Microsoft Cloud Computing program for Free 💯

Get personalized learning through MS Learn, tailored to your needs. 🎯

Register for CLX now and ace your Azure certification!

To Register 👇

https://bit.ly/3Iizr5a
👇Top Resume Builders for free👇

🔵 Hloom
- Free resume templates for Microsoft Word.
🔗 https://hloom.com/resumes

🔵 ResumeNerd
- Intuitive resume builder with a free option.
🔗 https://resumenerd.com

🔵 CakeResume
- Create a free resume using a simple drag-and-drop interface.
🔗 https://cakeresume.com

🔵 ResumeLab
- Free resume templates with a professional look.
🔗 https://resumelab.com/resume-templates

🔵 Indeed
- Free resume builder integrated with the Indeed job search platform.
🔗
https://indeed.com/create-resume


Share Our Telegram channel With Your Friends
🖋👇👇👇
https://t.me/coder_baba
12 hidden gems AI tools will show you how the magic happens:

AI voice detector - http://aivoicedetector.com

AI editor for anything - http://cohesive.so

AI photo magic - http://ImgCreator.AI

Customer conversation - http://tldv.io

Future of Learning - http://gajix.com

Respond to any text - http://mentalyst.app

AI website builder - http://durable.co

AI for SEO - http://sentencefy.com

No Limits. No Code - http://yoya.ai

AI news - http://emergentmind.com

AI for Amazon Product - http://productlisting.ai
Random Matrix Methods for Machine Learning - 2022.pdf
9.9 MB
Random Matrix Methods for Machine Learning
Romain Couillet, 2022
Q-Explain Agile methodologies and how you practice it.

Agile methodologies are an iterative approach to software development that prioritize customer satisfaction and collaboration.

I practice Agile methodologies by working closely with the development team and stakeholders to prioritize tasks and deliverables.

I participate in daily stand-up meetings to discuss progress and identify any roadblocks.

I use tools like JIRA to track tasks and ensure that they are completed within the sprint timeline.

I also prioritize testing throughout the development process, rather than waiting until the end.

For example, I may use test-driven development to write tests before code is written, or I may perform exploratory testing during the sprint to identify any issues early on.
HTML Question👆👆