Day 25/#100DaysOfCode
.Had my first interview with a company that I really want to work for (After passing their assessment test + HR screening interview). I came out of the interview more excited than ever. Not sure how things will go from here but I had a lot of fun during it.
Day 2
I learnt about Conditionals, solved some logical questions on it and I read and watched some youtube videos on Bit manipulation, I solved some tasks on it too #ALX. The weird part is me loving what I'm doing despite the headache 😥😅.
#web3#javascript#100DaysOfCode
#Day102 of #100DaysofCode
Portfolio is still coming along, I have to finish an assignment for a company maybe it's the job ? Um also had a rest day today cause I really felt drained so bad 😩
Day 67-69 of #100DaysOfCode:
• Debugging- learning to understand problems, finding and fixing errors.
• Debugging with the console and Breakpoints.
• 1 coding challenge.
Day 62 of #100DaysOfCode
Dict creation - fromkeys() VS Dict comprehension
Adding items - define a new key and a new value VS update()
Getting and removing items - get a value from the Dict by a key, get(), pop() and popitem()
Cleaning the Dict - del, clear() and dict = {}
7/10
#100DaysOfCode#100daysofcodingchallenge
On day 7 & I felt like a coder, like today I did a REVERSE GEOCODING chllge but the web no longer exists as shown by the course creator, so I myself found a new web that provides RG, and then I'd to do it myself
Its was really fun
#100daysofcode Round 4 | Day 60
Today, I put together the last (and simplest) Starter Kit, this time a super-simple minimal product page.
Now, I'm going to refine the workflow for preparing these for download, to:
👉 Write/tidy ReadMe's
👉 Tidy CSS
👉 Improve mobile version
#100Daysofcode Day 73 - 77
Coded a lot this time as i was learning functions
- learned about Internal working of swapping program
- Learned scoping (Method , loop , Block) ,Shadowing ,
Method Overloading .