๐ป Frontend Developer Internship (Remote)
๐ข Ume App | ๐ฎ๐ณ India | ๐ Work From Home
๐ฐ Stipend: โน10K โ โน12K
โณ Duration & Hours: 3โ5 Months | 5โ6 Hrs/day
๐ Start Date: Immediate
๐ข Openings: 2
๐ ๏ธ Mandatory Skills:
โ๏ธ React.js | ๐ Next.js | ๐ TypeScript | ๐ฑ React Native | ๐ Node.js
โจ Optional Skills:
๐ฅ Firebase | ๐ REST | ๐ Socket.io
๐ Apply by: 14 October 2025
๐ Year Of Graduation 2024,2025
Link: https://cuvette.tech/app/public/internship/68c6b74759e91466638a24dd?referralCode=OTU3K2
๐ข Ume App | ๐ฎ๐ณ India | ๐ Work From Home
๐ฐ Stipend: โน10K โ โน12K
โณ Duration & Hours: 3โ5 Months | 5โ6 Hrs/day
๐ Start Date: Immediate
๐ข Openings: 2
๐ ๏ธ Mandatory Skills:
โ๏ธ React.js | ๐ Next.js | ๐ TypeScript | ๐ฑ React Native | ๐ Node.js
โจ Optional Skills:
๐ฅ Firebase | ๐ REST | ๐ Socket.io
๐ Apply by: 14 October 2025
๐ Year Of Graduation 2024,2025
Link: https://cuvette.tech/app/public/internship/68c6b74759e91466638a24dd?referralCode=OTU3K2
cuvette.tech
Frontend Developer Internship in Ume App at India | Cuvette
Apply For Frontend Developer Internship | Skills required are NodeJs, Typescript, React Native | Stipend โน10K-12K | SEMI-FULLTIME INTERNSHIP | Location is Work from Home
๐ Enroll For
โจ 100% Live Training by Expert Developer
โณ Program Duration โ 2 Days, 2 hours each day
๐ Learn to craft job-winning resumes with hands-on guidance
๐ Get Certification from NSDC & GDG MAD
๐ Link - https://letsupgrade.in/programs/resume-building-essentials-free?invite=rmahapatra471581
Free โจ 100% Live Training by Expert Developer
โณ Program Duration โ 2 Days, 2 hours each day
๐ Learn to craft job-winning resumes with hands-on guidance
๐ Get Certification from NSDC & GDG MAD
๐ Link - https://letsupgrade.in/programs/resume-building-essentials-free?invite=rmahapatra471581
๐ Level up your AI skills with Googleโs free Machine Learning Crash Course!
๐ก Hands-on exercises + real-world examples = perfect start to your ML journey.
๐ฏ No experience needed โ just curiosity & consistency!
๐ developers.google.com/machine-learning/crash-course
๐ก Hands-on exercises + real-world examples = perfect start to your ML journey.
๐ฏ No experience needed โ just curiosity & consistency!
๐ developers.google.com/machine-learning/crash-course
Google for Developers
Machine Learning | Google for Developers
โค2
1. ๐ข Embedded Software Engineer Intern at Novixpert Tech, Jaipur
2. ๐ฐ Stipend: โน25K โ โน35K for 3 months
3. โณ 5โ7 hours per day, start immediately
4. ๐จโ๐ป Mandatory skill: C/C++
5. ๐ Work with microcontrollers (Arduino / STM32 / ESP32)
6. โ๏ธ Interfacing load cells + sensor data processing
7. ๐ Low-power firmware & real-time data handling
8. ๐ง Hardware debugging & prototyping
9. ๐ Eligible: B.Tech/BE/M.Tech in electronics-related fields
10. ๐ฏ Possible PPO & job offer of โน3โ4 LPA
Link ๐ - https://cuvette.tech/app/public/internship/692584bd59e9146663b43b88?referralCode=OTU3K2
2. ๐ฐ Stipend: โน25K โ โน35K for 3 months
3. โณ 5โ7 hours per day, start immediately
4. ๐จโ๐ป Mandatory skill: C/C++
5. ๐ Work with microcontrollers (Arduino / STM32 / ESP32)
6. โ๏ธ Interfacing load cells + sensor data processing
7. ๐ Low-power firmware & real-time data handling
8. ๐ง Hardware debugging & prototyping
9. ๐ Eligible: B.Tech/BE/M.Tech in electronics-related fields
10. ๐ฏ Possible PPO & job offer of โน3โ4 LPA
Link ๐ - https://cuvette.tech/app/public/internship/692584bd59e9146663b43b88?referralCode=OTU3K2
cuvette.tech
Embedded Software Engineer Internship in Novixpert Tech Inc. at Jaipur, Rajasthan, India | Cuvette
Apply For Embedded Software Engineer Internship | Skills required are C/C++ | Stipend โน25K-35K | Job Offer โน 3 LPA - 4 LPA | FULL-TIME INTERNSHIP | Location is Jaipur, Rajasthan, India
๐ฏDay 1/30 of AI & ML Learning Journey starts today โ
Goal: Learn AI/ML from scratch in 30 days
Method: Daily learning + practice + discipline
If youโre interested in AI, ML, Python & real growth, stay tuned.
Consistency > Motivation ๐ฏ
Goal: Learn AI/ML from scratch in 30 days
Method: Daily learning + practice + discipline
If youโre interested in AI, ML, Python & real growth, stay tuned.
Consistency > Motivation ๐ฏ
DAY 1: AI/ML + Python Setup & Basics
โฑ Time needed: 2โ3 hours
๐ฏ Goal:
Understand what AI/ML really is
Setup coding environment
Write your first Python programs
๐น 1๏ธโฃ Understand AI, ML, DL (30 minutes)
What to do
Learn concepts only, no math today.
Understand this clearly:
AI โ Machines that act smart
ML โ Machines learn from data
DL โ ML using neural networks
Real examples
YouTube recommendations โ ML
Face unlock โ DL
Chatbots โ AI + ML
๐ Rule: If you can explain this to a friend, youโre good.
๐น 2๏ธโฃ Install Required Tools (30 minutes)
Install these:
Python (latest version)
VS Code (recommended)
OR Jupyter Notebook
After install:
Open terminal / command prompt
Run:
Copy code
Bash
python --version
If version shows โ setup done โ
๐น 3๏ธโฃ Learn Python Basics (45 minutes)
Topics to learn:
Variables
Data types:
int
float
string
boolean
Write this code (IMPORTANT ๐):
Copy code
Python
name = "Rakesh"
age = 21
is_learning_ai = True
print(name)
print(age)
print(is_learning_ai)
๐ Rule: Type, donโt copy-paste.
๐น 4๏ธโฃ Input & Output (30 minutes)
Learn:
input()
print()
Practice:
Copy code
Python
name = input("Enter your name: ")
print("Welcome", name)
Then modify:
Ask age
Print next year age
๐น 5๏ธโฃ Simple Logic Building (30 minutes)
Write programs:
1๏ธโฃ Add two numbers
Copy code
Python
a = int(input("Enter a: "))
b = int(input("Enter b: "))
print("Sum =", a + b)
2๏ธโฃ Check even or odd
Copy code
Python
num = int(input("Enter number: "))
if num % 2 == 0:
print("Even")
else:
print("Odd")
๐น 6๏ธโฃ End-of-Day Mini Task (IMPORTANT)
Do this before sleeping:
Write a program that:
Takes name
Takes age
Prints:
"Hi Rakesh, you will be 22 next year"
๐ง DAY 1 CHECKLIST โ
โ Know AI vs ML vs DL
โ Python installed
โ Ran first Python code
โ Used input/output
โ Used if-else
โฑ Time needed: 2โ3 hours
๐ฏ Goal:
Understand what AI/ML really is
Setup coding environment
Write your first Python programs
๐น 1๏ธโฃ Understand AI, ML, DL (30 minutes)
What to do
Learn concepts only, no math today.
Understand this clearly:
AI โ Machines that act smart
ML โ Machines learn from data
DL โ ML using neural networks
Real examples
YouTube recommendations โ ML
Face unlock โ DL
Chatbots โ AI + ML
๐ Rule: If you can explain this to a friend, youโre good.
๐น 2๏ธโฃ Install Required Tools (30 minutes)
Install these:
Python (latest version)
VS Code (recommended)
OR Jupyter Notebook
After install:
Open terminal / command prompt
Run:
Copy code
Bash
python --version
If version shows โ setup done โ
๐น 3๏ธโฃ Learn Python Basics (45 minutes)
Topics to learn:
Variables
Data types:
int
float
string
boolean
Write this code (IMPORTANT ๐):
Copy code
Python
name = "Rakesh"
age = 21
is_learning_ai = True
print(name)
print(age)
print(is_learning_ai)
๐ Rule: Type, donโt copy-paste.
๐น 4๏ธโฃ Input & Output (30 minutes)
Learn:
input()
print()
Practice:
Copy code
Python
name = input("Enter your name: ")
print("Welcome", name)
Then modify:
Ask age
Print next year age
๐น 5๏ธโฃ Simple Logic Building (30 minutes)
Write programs:
1๏ธโฃ Add two numbers
Copy code
Python
a = int(input("Enter a: "))
b = int(input("Enter b: "))
print("Sum =", a + b)
2๏ธโฃ Check even or odd
Copy code
Python
num = int(input("Enter number: "))
if num % 2 == 0:
print("Even")
else:
print("Odd")
๐น 6๏ธโฃ End-of-Day Mini Task (IMPORTANT)
Do this before sleeping:
Write a program that:
Takes name
Takes age
Prints:
"Hi Rakesh, you will be 22 next year"
๐ง DAY 1 CHECKLIST โ
โ Know AI vs ML vs DL
โ Python installed
โ Ran first Python code
โ Used input/output
โ Used if-else
๐ฏDay 2/30 of AI & ML Learning Journey - python(basic) Conditions, Loops & Functions๐๐ค
DAY 3 (DETAILED): Lists, Tuples, Sets & Dictionaries
with Manipulation & Predefined Functions
โฑ Time: 3โ3.5 hours
๐ฏ Goal:
Store, access, modify, and process data
Use built-in functions confidently
Prepare for NumPy, Pandas, ML datasets
๐น 1๏ธโฃ LIST (Most Important for ML)
What is a List?
Ordered
Mutable (changeable)
Allows duplicates
Copy code
Python
numbers = [10, 20, 30, 40]
๐ง List Manipulation
Access
Copy code
Python
numbers[0] # first element
numbers[-1] # last element
Modify
Copy code
Python
numbers[1] = 25
Add elements
Copy code
Python
numbers.append(50)
numbers.insert(1, 15)
Remove elements
Copy code
Python
numbers.remove(30)
numbers.pop()
numbers.pop(0)
๐ง Predefined List Functions
Copy code
Python
len(numbers)
max(numbers)
min(numbers)
sum(numbers)
sorted(numbers)
Copy code
Python
numbers.sort()
numbers.reverse()
๐ Loop + List
Copy code
Python
for num in numbers:
print(num)
๐ ML Insight
Feature values, predictions, labels โ all start as lists.
๐น 2๏ธโฃ TUPLE (Safe, Fixed Data)
What is a Tuple?
Ordered
Immutable (cannot change)
Copy code
Python
points = (10, 20, 30)
Tuple Operations
Copy code
Python
points[0]
len(points)
max(points)
min(points)
โ This will fail:
Copy code
Python
points[0] = 100
๐ Use case: Fixed configuration, coordinates, constants.
๐น 3๏ธโฃ SET (Unique Values Only)
What is a Set?
Unordered
No duplicates
Fast lookup
Copy code
Python
nums = {1, 2, 2, 3, 4}
๐ง Set Manipulation
Copy code
Python
nums.add(5)
nums.remove(2)
nums.discard(10) # no error
๐ง Predefined Set Functions
Copy code
Python
len(nums)
Set Operations (VERY IMPORTANT)
Copy code
Python
a = {1, 2, 3}
b = {3, 4, 5}
a.union(b)
a.intersection(b)
a.difference(b)
๐ ML Insight: Remove duplicates, find common categories.
๐น 4๏ธโฃ DICTIONARY (MOST IMPORTANT ๐ฅ๐ฅ)
What is a Dictionary?
Key โ Value structure
Used in APIs, ML models, JSON
Copy code
Python
student = {
"name": "Rakesh",
"age": 21,
"course": "AI/ML"
}
๐ง Dictionary Manipulation
Access
Copy code
Python
student["name"]
student.get("age")
Modify / Add
Copy code
Python
student["age"] = 22
student["city"] = "Bangalore"
Delete
Copy code
Python
student.pop("city")
del student["course"]
๐ง Predefined Dictionary Functions
Copy code
Python
student.keys()
student.values()
student.items()
len(student)
๐ Loop Dictionary
Copy code
Python
for key, value in student.items():
print(key, ":", value)
Dictionary + Function
Copy code
Python
def show_student(data):
for k, v in data.items():
print(k, v)
show_student(student)
๐ ML Insight:
Model parameters, hyperparameters, API responses โ dictionaries.
๐น 5๏ธโฃ Conversion Between Structures (IMPORTANT)
Copy code
Python
list(nums)
set(numbers)
tuple(numbers)
๐ Used heavily in data preprocessing.
๐น 6๏ธโฃ Mini Practice (Hands-On)
1๏ธโฃ Sort a list and find max
2๏ธโฃ Convert list โ set to remove duplicates
3๏ธโฃ Count items using dictionary
4๏ธโฃ Pass list/dict into function
๐น 7๏ธโฃ End-of-Day Challenge (๐ฅ)
Problem:
โ Input list of numbers
โ Remove duplicates
โ Store result in dictionary
Copy code
Python
def process_data(data):
unique = set(data)
return {
"original": data,
"unique": unique,
"count": len(unique)
}
print(process_data([1,2,2,3,4]))
๐ง DAY 3 CHECKLIST โ
โ List manipulation
โ Used built-in functions
โ Used set operations
โ Dictionary CRUD operations
๐ก Pro Tip (AI/ML POV)
Data preprocessing = 70% of ML work
This day decides your ML future
with Manipulation & Predefined Functions
โฑ Time: 3โ3.5 hours
๐ฏ Goal:
Store, access, modify, and process data
Use built-in functions confidently
Prepare for NumPy, Pandas, ML datasets
๐น 1๏ธโฃ LIST (Most Important for ML)
What is a List?
Ordered
Mutable (changeable)
Allows duplicates
Copy code
Python
numbers = [10, 20, 30, 40]
๐ง List Manipulation
Access
Copy code
Python
numbers[0] # first element
numbers[-1] # last element
Modify
Copy code
Python
numbers[1] = 25
Add elements
Copy code
Python
numbers.append(50)
numbers.insert(1, 15)
Remove elements
Copy code
Python
numbers.remove(30)
numbers.pop()
numbers.pop(0)
๐ง Predefined List Functions
Copy code
Python
len(numbers)
max(numbers)
min(numbers)
sum(numbers)
sorted(numbers)
Copy code
Python
numbers.sort()
numbers.reverse()
๐ Loop + List
Copy code
Python
for num in numbers:
print(num)
๐ ML Insight
Feature values, predictions, labels โ all start as lists.
๐น 2๏ธโฃ TUPLE (Safe, Fixed Data)
What is a Tuple?
Ordered
Immutable (cannot change)
Copy code
Python
points = (10, 20, 30)
Tuple Operations
Copy code
Python
points[0]
len(points)
max(points)
min(points)
โ This will fail:
Copy code
Python
points[0] = 100
๐ Use case: Fixed configuration, coordinates, constants.
๐น 3๏ธโฃ SET (Unique Values Only)
What is a Set?
Unordered
No duplicates
Fast lookup
Copy code
Python
nums = {1, 2, 2, 3, 4}
๐ง Set Manipulation
Copy code
Python
nums.add(5)
nums.remove(2)
nums.discard(10) # no error
๐ง Predefined Set Functions
Copy code
Python
len(nums)
Set Operations (VERY IMPORTANT)
Copy code
Python
a = {1, 2, 3}
b = {3, 4, 5}
a.union(b)
a.intersection(b)
a.difference(b)
๐ ML Insight: Remove duplicates, find common categories.
๐น 4๏ธโฃ DICTIONARY (MOST IMPORTANT ๐ฅ๐ฅ)
What is a Dictionary?
Key โ Value structure
Used in APIs, ML models, JSON
Copy code
Python
student = {
"name": "Rakesh",
"age": 21,
"course": "AI/ML"
}
๐ง Dictionary Manipulation
Access
Copy code
Python
student["name"]
student.get("age")
Modify / Add
Copy code
Python
student["age"] = 22
student["city"] = "Bangalore"
Delete
Copy code
Python
student.pop("city")
del student["course"]
๐ง Predefined Dictionary Functions
Copy code
Python
student.keys()
student.values()
student.items()
len(student)
๐ Loop Dictionary
Copy code
Python
for key, value in student.items():
print(key, ":", value)
Dictionary + Function
Copy code
Python
def show_student(data):
for k, v in data.items():
print(k, v)
show_student(student)
๐ ML Insight:
Model parameters, hyperparameters, API responses โ dictionaries.
๐น 5๏ธโฃ Conversion Between Structures (IMPORTANT)
Copy code
Python
list(nums)
set(numbers)
tuple(numbers)
๐ Used heavily in data preprocessing.
๐น 6๏ธโฃ Mini Practice (Hands-On)
1๏ธโฃ Sort a list and find max
2๏ธโฃ Convert list โ set to remove duplicates
3๏ธโฃ Count items using dictionary
4๏ธโฃ Pass list/dict into function
๐น 7๏ธโฃ End-of-Day Challenge (๐ฅ)
Problem:
โ Input list of numbers
โ Remove duplicates
โ Store result in dictionary
Copy code
Python
def process_data(data):
unique = set(data)
return {
"original": data,
"unique": unique,
"count": len(unique)
}
print(process_data([1,2,2,3,4]))
๐ง DAY 3 CHECKLIST โ
โ List manipulation
โ Used built-in functions
โ Used set operations
โ Dictionary CRUD operations
๐ก Pro Tip (AI/ML POV)
Data preprocessing = 70% of ML work
This day decides your ML future
โค3
WebCoper_Day_4_NumPy_Arrays (1).pdf
4.9 KB
DAY 4 โ NumPy Arrays (ML Starts Here)
Palantir article ๐
-> https://www.theguardian.com/commentisfree/2025/aug/24/palantir-artificial-intelligence-civil-rights
-> https://www.theguardian.com/commentisfree/2025/aug/24/palantir-artificial-intelligence-civil-rights
the Guardian
Palantirโs tools pose an invisible danger we are just beginning to comprehend | Juan Sebastian Pinto
Weaponized AI surveillance platforms threaten human rights around the world. Hereโs how they work
GitHub Foundations Certification โญ๏ธ https://education.github.com/experiences/foundations_certificate
โค2