Vivek Yadav (@vivekya2235446) 's Twitter Profile
Vivek Yadav

@vivekya2235446

πŸ‘¨β€πŸ’» Engineering Student | πŸš€ Learning Java in Public | πŸ’» Sharing my coding journey | #JavaDeveloper | Building skills one day at a time!

ID: 1697931882686550016

calendar_today02-09-2023 11:18:34

24 Tweet

8 Followers

25 Following

Vivek Yadav (@vivekya2235446) 's Twitter Profile Photo

DAY 1: Today, I set up my development environment with ECLIPSE IDE and Learning Java Syntax! πŸ–₯️ and run my first program. #LearnInPublic #java #100DaysOfCode

DAY 1: 
Today, I set up my development environment with  ECLIPSE IDE and Learning Java Syntax! πŸ–₯️ and run my first program.
#LearnInPublic #java #100DaysOfCode
Vivek Yadav (@vivekya2235446) 's Twitter Profile Photo

DAY 2: Today, I learned about Java classes and methods. Classes act like blueprints, and methods define actions we can reuse. Methods are "block of code". #Java #LearnInPublic

DAY 2:
Today, I learned about Java classes and methods. Classes act like blueprints, and methods define actions we can reuse. Methods are "block of code".
#Java #LearnInPublic
Vivek Yadav (@vivekya2235446) 's Twitter Profile Photo

DAY 5: Today, I explored loopsβ€”`for`, `while`, and `do-while`. Loops make it easy to repeat tasks without rewriting code. #Java #LearnInPublic

DAY 5:
Today, I explored loopsβ€”`for`, `while`, and `do-while`. Loops make it easy to repeat tasks without rewriting code.
#Java #LearnInPublic
Vivek Yadav (@vivekya2235446) 's Twitter Profile Photo

DAY 6: Arrays in java πŸ“‹ Today, I learned about arrays, which let us store multiple values in a single variable. Arrays are great for managing lists of data. #Java #LearnInPublic

DAY 6:
Arrays in java πŸ“‹
Today, I learned about arrays, which let us store multiple values in a single variable. Arrays are great for managing lists of data.
#Java #LearnInPublic
Vivek Yadav (@vivekya2235446) 's Twitter Profile Photo

DAY 7: Constructor is a special method used for initializing instance variable. Constructor has three types: 1. Default constructor. 2. Parameterized constructor. 3. Non-parameterized constructor. #java #LearnInPublic

DAY 7:
Constructor is a special method used for initializing instance variable. 
Constructor has three types:
1. Default constructor.
2. Parameterized constructor.
3. Non-parameterized constructor.
#java #LearnInPublic
Vivek Yadav (@vivekya2235446) 's Twitter Profile Photo

DAY 8 : Setter & Getter. I learned how to use getters and setters to control access to private data in a class. They help maintain data integrity and encapsulation. #java #LearnInPublic

DAY 8 : Setter & Getter.
I learned how to use getters and setters to control access to private data in a class. They help maintain data integrity and encapsulation.
#java #LearnInPublic
Vivek Yadav (@vivekya2235446) 's Twitter Profile Photo

DAY 9: Inheritance Today, I learned about inheritance, a core OOP concept that helps reuse code by allowing one class to inherit properties and methods from another. #Java #LearnInPublic

DAY 9:
Inheritance
Today, I learned about inheritance, a core OOP concept that helps reuse code by allowing one class to inherit properties and methods from another.
#Java #LearnInPublic
Vivek Yadav (@vivekya2235446) 's Twitter Profile Photo

DAY 10: Today, I built a basic calculator that can perform addition, subtraction, multiplication, and division. It was a fun way to combine methods and control flow! #Java #LearnInPublic

DAY 10:
Today, I built a basic calculator that can perform addition, subtraction, multiplication, and division. It was a fun way to combine methods and control flow!
#Java #LearnInPublic
Sagar bhat (@sagarbhatcs) 's Twitter Profile Photo

Spent today creating a detailed README for my GitHub profile to better showcase my projects and skills. Always aiming to improve and make my work more accessible! πŸš€ #GitHub #Readme #WebDevelopment #MERNStack github.com/ErSagar4u

Spent today creating a detailed README for my GitHub profile to better showcase my projects and skills. Always aiming to improve and make my work more accessible! πŸš€ #GitHub #Readme #WebDevelopment #MERNStack
github.com/ErSagar4u
Sagar bhat (@sagarbhatcs) 's Twitter Profile Photo

Just made some major changes to my Bento and I have to say, I’m feeling pretty awesome about it. I’m sure everyone else is gonna be super jealous because I’m taking my link-in-bio game to the next level. bento.me/ersagarbhat

Vivek Yadav (@vivekya2235446) 's Twitter Profile Photo

Today , I learned how to create function and solved a factorial question using function. #Java #LearnInPublic #CodingChallenge #programming

Today , I learned how to create function and solved a factorial question using function.
#Java #LearnInPublic #CodingChallenge #programming
Vivek Yadav (@vivekya2235446) 's Twitter Profile Photo

πŸš€ Solved: Array Problem Using Linear Search πŸ” Today’s challenge was to find an element in an array using linear search! This method checks each element one-by-one until it finds the target. Here’s how I tackled it in Java! #Java #LearnInPublic #100DaysOfCode #CodingChallenge

πŸš€ Solved: Array Problem Using Linear Search πŸ”

Today’s challenge was to find an element in an array using linear search! This method checks each element one-by-one until it finds the target. Here’s how I tackled it in Java! #Java #LearnInPublic #100DaysOfCode #CodingChallenge
Vivek Yadav (@vivekya2235446) 's Twitter Profile Photo

πŸš€ Array Challenge: Finding the Largest Number! πŸ“ˆ Today, I tackled a problem to find the largest number in an array. Using a simple loop, I compared each element to get the maximum value. πŸ’ͺ #Java #LearnInPublic #CodingChallenge

πŸš€ Array Challenge: Finding the Largest Number! πŸ“ˆ

Today, I tackled a problem to find the largest number in an array. Using a simple loop, I compared each element to get the maximum value. πŸ’ͺ #Java #LearnInPublic  #CodingChallenge
Vivek Yadav (@vivekya2235446) 's Twitter Profile Photo

πŸš€ Solved: Bubble Sort in Action! πŸ”„ Today, I implemented Bubble Sort to arrange an array in ascending order. This classic sorting algorithm repeatedly swaps adjacent elements until the array is sorted. #Java #LearnInPublic #CodingChallenge #DSA

πŸš€ Solved: Bubble Sort in Action! πŸ”„

Today, I implemented Bubble Sort to arrange an array in ascending order. This classic sorting algorithm repeatedly swaps adjacent elements until the array is sorted.  #Java #LearnInPublic #CodingChallenge #DSA