recodenized (@recodenized) 's Twitter Profile
recodenized

@recodenized

ID: 1409918254684987394

calendar_today29-06-2021 16:54:46

45 Tweet

3 Takipçi

29 Takip Edilen

Kacie Ahmed (@haezurath) 's Twitter Profile Photo

Day 10 of #100DaysOfCode No Machine Learning today, sorry! I’ll be participating in an online IT conference for the next couple of days, and then I’ll come back and start the Harvard ML course 😼

Day 10 of #100DaysOfCode

No Machine Learning today, sorry! 

I’ll be participating in an online IT conference for the next couple of days, and then I’ll come back and start the Harvard ML course 😼
Subhankit (@subhankit3) 's Twitter Profile Photo

Day 70 of #100daysofcode • Add an element in the first position in Linked List • Add an element at a given position in Linked List • Remove last element from LinkedList

Day 70 of #100daysofcode 

• Add an element in the first position in Linked List 

• Add an element at a given position in Linked List 

• Remove last element from LinkedList
Gunjan Gupta (@gunjang_12) 's Twitter Profile Photo

🌺Day 56/100 Today I started with Javascript and contributed to open source using my tech stack of HTML, CSS and Bootstrap! #100DaysOfCode with SCALER #scalerLearning #scaler100DoC #codewithscaler #100daysofcode #codechallenge #webdev

🌺Day 56/100 
Today I started with Javascript and contributed to open source using my tech stack of HTML, CSS and Bootstrap!
#100DaysOfCode with 
<a href="/scaler_official/">SCALER</a>

#scalerLearning 
#scaler100DoC 
#codewithscaler
#100daysofcode
#codechallenge 
#webdev
Helber Belmiro (@helber_belmiro) 's Twitter Profile Photo

#100DaysOfJava Day 55 - Creating smart and readable assertions with AssertJ github.com/hbelmiro/100Da… #java #opensource #developer #softwaredevelopment #softwareengineering #100DaysOfCode

#100DaysOfJava
Day 55 - Creating smart and readable assertions with AssertJ

github.com/hbelmiro/100Da…

#java #opensource #developer #softwaredevelopment #softwareengineering #100DaysOfCode
Christina Okoduwa (@independent1922) 's Twitter Profile Photo

Day 43. Started reviewing arrays in Java today. #100DaysOfCode #DEVCommunity #CodeNewbie #BlackTechTwitter #BlackWomenInTech #WomenWhoCode

Day 43. Started reviewing arrays in Java today. #100DaysOfCode #DEVCommunity #CodeNewbie #BlackTechTwitter #BlackWomenInTech #WomenWhoCode
recodenized (@recodenized) 's Twitter Profile Photo

Tip 00017: .flat() method creates a new array that contains the elements holden on the sub-array and flat it into the new array. Notice that, this method will go only one level depth. #javascript #webdevelopment #coding #100daysofcode #100daysofcodechallenge #100daysofcoding

Tip 00017: .flat() method creates a new array that contains the elements holden on the sub-array and flat it into the new array. Notice that, this method will go only one level depth.
#javascript #webdevelopment #coding #100daysofcode #100daysofcodechallenge #100daysofcoding
recodenized (@recodenized) 's Twitter Profile Photo

Tip 00018: .filter() method receives a function as a parameter. And return a new array that contains all the elements of the array for which the filtering function passed as argument returns true. #javascript #coding #100daysofcode #100daysofcodechallenge #100daysofcoding

Tip 00018: .filter() method receives a function as a parameter. And return a new array that contains all the elements of the array for which the filtering function passed as argument returns true.

#javascript #coding #100daysofcode #100daysofcodechallenge #100daysofcoding
recodenized (@recodenized) 's Twitter Profile Photo

Tip 00019: .forEach() method applies a function to each element of the array. #javascript #webdevelopment #coding #100daysofcode #100daysofcodechallenge #100daysofcoding #programming #developer #arrays

Tip 00019: .forEach() method applies a function to each element of the array.

#javascript #webdevelopment #coding #100daysofcode #100daysofcodechallenge #100daysofcoding #programming #developer #arrays
recodenized (@recodenized) 's Twitter Profile Photo

Tip 00020: .findIndex() method receives a function as a parameter and will apply it to the array. It returns the index of an element found and which satisfies the test function passed as an argument or -1 if none satisfies it. #javascript #100daysofcode #100daysofcodechallenge

Tip 00020: .findIndex() method receives a function as a parameter and will apply it to the array. It returns the index of an element found and which satisfies the test function passed as an argument or -1 if none satisfies it.

#javascript #100daysofcode #100daysofcodechallenge
recodenized (@recodenized) 's Twitter Profile Photo

Tip 00022: .sort() method receives a function as a parameter. It sorts the elements of an array and returns it. #javascript #webdevelopment #coding #100daysofcode #100daysofcodechallenge #100daysofcoding #programming #developer #arrays

Tip 00022: .sort() method receives a function as a parameter. It sorts the elements of an array and returns it.

#javascript #webdevelopment #coding #100daysofcode #100daysofcodechallenge #100daysofcoding #programming #developer #arrays
recodenized (@recodenized) 's Twitter Profile Photo

Tip 00023: .concat() method will merg two or more arrays/values by concatenating it. It returns a new array with elements #javascript #webdevelopment #coding #100daysofcode #100daysofcodechallenge #100daysofcoding #programming #developer #arrays

Tip 00023: .concat() method will merg two or more arrays/values by concatenating it. It returns a new array with elements

#javascript #webdevelopment #coding #100daysofcode #100daysofcodechallenge #100daysofcoding #programming #developer #arrays
recodenized (@recodenized) 's Twitter Profile Photo

Tip 00024: .fill() method fills all the elements of a given array with the same value, from a start index (default 0) to an end index (default array.length) #javascript #webdevelopment #coding #100daysofcode #100daysofcodechallenge #100daysofcoding #programming #developer #array

Tip 00024: .fill() method fills all the elements of a given array with the same value, from a start index (default 0) to an end index (default array.length)

#javascript #webdevelopment #coding #100daysofcode #100daysofcodechallenge #100daysofcoding #programming #developer #array
recodenized (@recodenized) 's Twitter Profile Photo

Tip 00025: .includes() method will return true if the array contains a certain element and false if not. #javascript #webdevelopment #coding #100daysofcode #100daysofcodechallenge #100daysofcoding #programming #developer #arrays

Tip 00025: .includes() method will return true if the array contains a certain element and false if not.

#javascript #webdevelopment #coding #100daysofcode #100daysofcodechallenge #100daysofcoding #programming #developer #arrays