Yiya πŸ‡²πŸ‡½πŸ‘©β€πŸ’»πŸ (@yiyarguez) 's Twitter Profile
Yiya πŸ‡²πŸ‡½πŸ‘©β€πŸ’»πŸ

@yiyarguez

Engineer | Aspiring iOS DeveloperπŸ“± learning french πŸ‡«πŸ‡·πŸ₯–

ID: 379528375

calendar_today25-09-2011 03:44:25

37 Tweet

124 TakipΓ§i

1,1K Takip Edilen

Yiya πŸ‡²πŸ‡½πŸ‘©β€πŸ’»πŸ (@yiyarguez) 's Twitter Profile Photo

Day 3 of #100DaysOfCode : Arithmetic Operators, compound assignment, range operators, ternary operator, if/else, switch. #Swift #WomenWhoCode #CodeNewbies #iOS

Yiya πŸ‡²πŸ‡½πŸ‘©β€πŸ’»πŸ (@yiyarguez) 's Twitter Profile Photo

Day 5 of #100DaysOfCode : Functions, parameter labels, returning values, variadic parameters, inout parameters, and throwing functions. Done for today πŸ€“βœŒοΈ. #Swift #WomenWhoCode #CodeNewbies #iOS #Functions

Yiya πŸ‡²πŸ‡½πŸ‘©β€πŸ’»πŸ (@yiyarguez) 's Twitter Profile Photo

Day 6 of #100DaysOfCode : Closures, part one. Note: This is a hard topic, so it will take time πŸ‘€. #Swift #WomenWhoCode #CodeNewbies #iOS #Closures

Yiya πŸ‡²πŸ‡½πŸ‘©β€πŸ’»πŸ (@yiyarguez) 's Twitter Profile Photo

Day 11 of #100DaysOfCode : Learned git commands today -> git log, git rm, git diff, git reset HEAD~1 Python -> if / elif / else #WomenWhoCode #CodeNewbies #Git #Python

Yiya πŸ‡²πŸ‡½πŸ‘©β€πŸ’»πŸ (@yiyarguez) 's Twitter Profile Photo

Day 12 of #100DaysOfCode : Learned git commands today: git reset HEAD <filename> git checkout -- <filename> Completed an exercise in Python using Thonny (Python IDE for beginners) #WomenWhoCode #CodeNewbies #Git #Python

Yiya πŸ‡²πŸ‡½πŸ‘©β€πŸ’»πŸ (@yiyarguez) 's Twitter Profile Photo

Day 13 of #100DaysOfCode : Learned git command today: git tag <tag_name> git tag -d <tag_name> git show <tag_name> Learned Python Lists (also known as Arrays in other languages) πŸ€“ #WomenWhoCode #CodeNewbies #Git #Python

Yiya πŸ‡²πŸ‡½πŸ‘©β€πŸ’»πŸ (@yiyarguez) 's Twitter Profile Photo

Day 15 of #100DaysOfCode : Git: git branch git branch <new_branch_name> git checkout <branch_name> git branch -m <current_branch_name> <new_branch_name> git branch -D <branch_to_delete> git checkout -b <new_branch_name> #WomenWhoCode #CodeNewbies #Git

Yiya πŸ‡²πŸ‡½πŸ‘©β€πŸ’»πŸ (@yiyarguez) 's Twitter Profile Photo

Day 16 of #100DaysOfCode : Git: git merge <branch_to_merge> CLI (Command Line Interface): mkdir touch clear cd ls pwd rm man <command> #WomenWhoCode #CodeNewbies #Git #CLI

Yiya πŸ‡²πŸ‡½πŸ‘©β€πŸ’»πŸ (@yiyarguez) 's Twitter Profile Photo

Day 17 of #100DaysOfCode : Python: Arithmetic operators Integer and float Git: I started learning how to solve merge conflicts #WomenWhoCode #CodeNewbies #Python #Git

Yiya πŸ‡²πŸ‡½πŸ‘©β€πŸ’»πŸ (@yiyarguez) 's Twitter Profile Photo

Day 19 of #100DaysOfCode : Python: Lists Tuples Methods -> pop(), append(), remove() Note: The main difference is that lists are mutable, and tuples are immutable. #WomenWhoCode #CodeNewbies #Python

Yiya πŸ‡²πŸ‡½πŸ‘©β€πŸ’»πŸ (@yiyarguez) 's Twitter Profile Photo

Day 20 of #100DaysOfCode : Python: Variable Function snake_case convention # single line comment Note: Constants in Python are written in Upper case. PI = 3.1416 #WomenWhoCode #CodeNewbies #Python