Top Tweets for #buildWithVee100daysofcode
I am happy to say that my project took first place in 100days of code @build_vee , where I decided to pick up #golang .
project: spirit quiz api.
GitHub : https://t.co/QWZU1RJVxk
front: https://t.co/pd8eZ6Tyja
#project #github #buildwithvee100daysofcode @gdgbenin @buildwithvee

#Day50/100
#DSA_Day10
Today...
As usual, not everyday is fun day.🥲
I've been having runtime error after several compilations of my DSA challenge for today...
I hope to continue tomorrow Inshā'aLLĀH.
#programming
#100DaysOfCode
#buildwithvee100daysofcode
@build_vee
@gdgbenin

#Day49/100
#DSA_Day9
Today...
Success! Just solved Conditional Statements in C on @HackerRank. Can you complete the challenge? https://t.co/aicsARFBjJ #programming
#100DaysOfCode
#buildwithvee100daysofcode
@build_vee
@gdgbenin

#Day45/100
#DSA_Day5
Today...
Success! Just solved Functions in C on @HackerRank. Can you complete the challenge? https://t.co/62QlmWwtzD #programming
#100DaysOfCode
#buildwithvee100daysofcode
@build_vee
@gdgbenin

#Day44/100
#DSA_Day4
Today...
Success! Sum and Difference of Two Numbers on @HackerRank. Can you complete the challenge? https://t.co/GPzrjVRgXY #programming
#100DaysOfCode
#buildwithvee100daysofcode
@build_vee
@gdgbenin
#Day43/100
#DSA_Day3
Today, I worked on the "Playing with characters" Challenge from @hackerrank, for my Data Structures and Algorithms challenge.
#100DaysOfCode
#buildwithvee100daysofcode
@build_vee
@gdgbenin

Success! Just solved Diagonal Difference on @HackerRank. Can you complete the challenge? https://t.co/SmPmMhS3L6 #programming #buildwithvee100daysofcode #day43 @gdgbenin
#Day42/100
Happily started my Data Structures and algorithms phase with a printf("Hello, World!") Program challenge.
😅😁
#100DaysOfCode
#buildwithvee100daysofcode
@build_vee
@gdgbenin

#Day40/100: _______
(Yesterday, I was unable to do something🥲)
#Day41/100
We have started the DSA phase of this 100DaysOfCode challenge, and I'll be solving Data Structures and algorithms from @hackerrank
#100DaysOfCode
#buildwithvee100daysofcode
@build_vee
@gdgbenin

#buildwithvee100daysofcode
@build_vee
#golang
@gdgbenin
@buildwithvee
Success! Just solved Arrays - DS on @HackerRank. Can you complete the challenge? https://t.co/y6wZ5j0klp #programming
#Day38&39/100
I've been so chocked since yesterday...
However, I managed to play around some programs on Pointers.
#buildwithvee100daysofcode
#100DaysOfCode
@build_vee
@gdgbenin

#Day37/100
Pointers in C, still.
🦄 Pointer-to-pointer (Double Pointers)
🦄 Pointer Arithmetic.
#buildwithvee100daysofcode
#100DaysOfCode
@build_vee
@gdgbenin

#Day37/100
Pointers in C, still.
🦄 Pointer-to-pointer (Double Pointers)
🦄 Pointer Arithmetic.
#buildwithvee100daysofcode
#100DaysOfCode
@build_vee
@gdgbenin

#Day35&36/100
Yesterday, I had to set up a GitHub repository to save my learning progress.
It's a public repository, I'd share the link when I'm done updating it.
Meanwhile, today I started studying Pointers in C.
#buildwithvee100daysofcode
#100DaysOfCode
@build_vee
@gdgbenin

#Day35&36/100
Yesterday, I had to set up a GitHub repository to save my learning progress.
It's a public repository, I'd share the link when I'm done updating it.
Meanwhile, today I started studying Pointers in C.
#buildwithvee100daysofcode
#100DaysOfCode
@build_vee
@gdgbenin

#Day34/100
After the few days break as a result of the Nigerian General elections...
Today, I tried a program in regards the last subtopic;
Unions in C.
#buildwithvee100daysofcode
#100DaysOfCode
@build_vee
@gdgbenin

AlhamduliLLĀH so far...
Learnt this; Slowly, Steadily, & Consistently⚡️ from Boss @imran_adeniran
More progress bi idhni LLĀH🤲🏽
#100DaysOfCode
#buildWithVee100daysofcode
@build_vee
@gdgbenin

Exciting news!😀
I've just been awarded a consistency badge by @build_vee for my commitment to the ongoing #buildwithvee100daysofcode challenge. Thank you for inspiring me to get 1% better daily.
This thread summarises all I've learned recently🎯
#100daysofcodechallenge

So I've gained some insight into this google cloud 'thing'.
At the risk of drawing conclusions on limited info, I'd say advertising with google is a good way to go cos they collect tons of info about us.
With this, they do TARGETED ADVERTISING!
#buildwithvee100daysofcode #day35

#Day34/100
After the few days break as a result of the Nigerian General elections...
Today, I tried a program in regards the last subtopic;
Unions in C.
#buildwithvee100daysofcode
#100DaysOfCode
@build_vee
@gdgbenin

#Day33/100
Today, I learnt Unions in C...
Unions can be defined as a user-defined data type which is a collection of different variables of different data types in the same memory location.
#buildwithvee100daysofcode
#100DaysOfCode
@build_vee
@gdgbenin

#Day33/100
Today, I learnt Unions in C...
Unions can be defined as a user-defined data type which is a collection of different variables of different data types in the same memory location.
#buildwithvee100daysofcode
#100DaysOfCode
@build_vee
@gdgbenin

#Day31 & 32/100
Structures(structs) in C
Structures (structs); a way to group several related variables into one place.
Unlike an array, a struct can contain many different data types (int, float, char, etc.).
#buildwithvee100daysofcode
#100DaysOfCode
@build_vee
@gdgbenin

#Day31 & 32/100
Structures(structs) in C
Structures (structs); a way to group several related variables into one place.
Unlike an array, a struct can contain many different data types (int, float, char, etc.).
#buildwithvee100daysofcode
#100DaysOfCode
@build_vee
@gdgbenin

#Day30/100
Today, I did string functions;
🪛 strlen(strng_nme)
🪛 strcpy(destination, source)
🪛 strcat(frst_strng, scnd_strng)
🪛 strcmp(frst_string, scnd_strng)
🪛 strrev(strng)
🪛 strlwr(strng)
🪛 strupr(strng)
#buildwithvee100daysofcode
#100DaysOfCode
@build_vee
@gdgbenin

#Day30/100
Today, I did string functions;
🪛 strlen(strng_nme)
🪛 strcpy(destination, source)
🪛 strcat(frst_strng, scnd_strng)
🪛 strcmp(frst_string, scnd_strng)
🪛 strrev(strng)
🪛 strlwr(strng)
🪛 strupr(strng)
#buildwithvee100daysofcode
#100DaysOfCode
@build_vee
@gdgbenin

#Day29/100
Started strings in C...
Ways of declaring a string in C;
🔹 Character array
🔹 String literal
#buildwithvee100daysofcode
#100DaysOfCode
@build_vee
@gdgbenin

#Day29/100
Started strings in C...
Ways of declaring a string in C;
🔹 Character array
🔹 String literal
#buildwithvee100daysofcode
#100DaysOfCode
@build_vee
@gdgbenin

#Day27/100
More on Preprocessors;
📎 #includeC
📎 #defineC
📎 #undefC
📎 #ifdefC
📎 #ifndefC
📎 #ifC
📎 #elseC
📎 #errorC
📎 #pragma
#buildwithvee100daysofcode
#100DaysOfCode
@build_vee
@gdgbenin

#Day26/100
Learnt C Preprocessors today.
The C preprocessor is a microprocessor that is used by the compiler to transform a code before compilation.
It is written with an "#" symbol.
E.g the #include statement.
#buildwithvee100daysofcode
#100DaysOfCode
@build_vee
@gdgbenin

Last Seen Hashtags on Sotwe
nolimit nolimit
Seen from Bahrain
momson #xlii
Seen from Mexico
indoviral
Seen from Singapore
露脸
Seen from Switzerland
prototype1006
Seen from United States
gigantomastia massive
Seen from United Kingdom
gaydrugs
Seen from Vietnam
高跟鞋
Seen from United States
kaw
Seen from Poland
buyingcontent𝗠𝗘𝗦𝗦𝗔𝗚𝗘
Seen from United States
Trends for you
Most Popular Users

Elon Musk 
@elonmusk
240.3M followers

Barack Obama 
@barackobama
119.3M followers

Donald J. Trump 
@realdonaldtrump
111.6M followers

Cristiano Ronaldo 
@cristiano
109.8M followers

Narendra Modi 
@narendramodi
106.9M followers

Rihanna 
@rihanna
97.5M followers

NASA 
@nasa
92.1M followers

Justin Bieber 
@justinbieber
90.7M followers

KATY PERRY 
@katyperry
87.2M followers

Taylor Swift 
@taylorswift13
81.1M followers

Lady Gaga 
@ladygaga
72.6M followers

Kim Kardashian 
@kimkardashian
69.6M followers

Virat Kohli 
@imvkohli
69.2M followers

YouTube 
@youtube
68.6M followers

Bill Gates 
@billgates
63.6M followers

The Ellen Show
@theellenshow
62.5M followers

Neymar Jr 
@neymarjr
61.9M followers

CNN 
@cnn
61.9M followers

X 
@x
60.9M followers

Selena Gomez 
@selenagomez
60.3M followers












