excel_bill's profile picture. writing #React and #Laravel

Excel 👨🏾‍💻

@excel_bill

writing #React and #Laravel

مثبتة

Are you a developer or a programmer? don't know the difference? I've got you. Read the thread for a better explanation. #javascript #programming #100DaysOfCode #BlackTechTwitter #js #developers #TechisHiring

excel_bill's tweet image. Are you a developer or a programmer? don't know the difference? I've got you. Read the thread for a better explanation.

#javascript #programming #100DaysOfCode #BlackTechTwitter #js #developers #TechisHiring

at this point, discipline is not enough, you need to be obsessed.

excel_bill's tweet image. at this point, discipline is not enough, you need to be obsessed.

74% there, according to roadmap

excel_bill's tweet image. 74% there, according to roadmap

"Writing no test is better than writing bad tests". - Mosh Hamedani


While learning about Headless architecture, I stumbled on this talk titled "So you think you can build a Dropdown?" by @peduarte which is a real eye opener on the depth of accessibility. and to answer the question; yes you can but you'd need a team, 6+ months and 1k+ commits😂

excel_bill's tweet image. While learning about Headless architecture, I stumbled on this talk titled "So you think you can build a Dropdown?" by @peduarte which is a real eye opener on the depth of accessibility.

and to answer the question; yes you can but you'd need a team, 6+ months and 1k+ commits😂
excel_bill's tweet image. While learning about Headless architecture, I stumbled on this talk titled "So you think you can build a Dropdown?" by @peduarte which is a real eye opener on the depth of accessibility.

and to answer the question; yes you can but you'd need a team, 6+ months and 1k+ commits😂

Late Nights, might start a new course for no reason

excel_bill's tweet image. Late Nights, might start a new course for no reason

Imagine a world with ads in the terminal

excel_bill's tweet image. Imagine a world with ads in the terminal

Excel 👨🏾‍💻 أعاد

Akwa Ibom state turns 37 by 23rd September, 2024. Using the hashtag #AkwaIbomTwitter #AkwaIbomAt37, quote or reply this tweet with what you like about Akwa Ibom. "The top 2 most liked tweet will get amazing gifts from @tintedscents Deadline: 23/9/24, Time: 11:59 Let's go!!!

AkwaCrossSpace's tweet image. Akwa Ibom state turns 37 by 23rd September, 2024. Using the hashtag #AkwaIbomTwitter #AkwaIbomAt37, quote or reply this tweet with what you like about Akwa Ibom. 

"The top 2 most liked tweet will get amazing gifts from @tintedscents 
Deadline: 23/9/24, 
Time: 11:59 
Let's go!!!

Excel 👨🏾‍💻 أعاد

Guess the state in Nigeria. Retweet if you know

UyoRealtor's tweet image. Guess the state in Nigeria.
Retweet if you know

ctrl + C doesn't work, stick with ctrl + CCCCCCCC guys😑


Day 9 of #100DaysOfCode Python 🐍 Today I learnt how to define functions in Python, I also learnt about the types of arguments available in Python, which are: positional and keyword arguments. I also touched the surface of "Exception Handling". And for today's challenge, I…


type "Hello World in the language you're currently learning😌 Me: print("Hello World")


Can someone explain to me why Python would rather say "None" instead of "null" like every other programming language? 🙄


Day 8 of #100DaysOfCode Python 🐍 Today I learnt about the following and their use cases: - Tuples : Tuples are immutable or read-only form of lists. - Unpacking: unpacking or variable unpacking, is a way of dynamically assigning elements of iterable objects to multiple…

excel_bill's tweet image. Day 8 of #100DaysOfCode 

Python 🐍

Today I learnt about the following and their use cases:

- Tuples : Tuples are immutable or read-only form of lists.

- Unpacking: unpacking or variable unpacking, is a way of dynamically assigning elements of iterable objects to multiple…

Day 7 of #100DaysOfCode Python 🐍 Today I learned and played around with "list" and the multiple methods it has, below are the few I learnt. - append() - remove() - insert() - pop() - clear() - index() PS: "list" is just a fancy name for "arrays" in javascript😂

excel_bill's tweet image. Day 7 of #100DaysOfCode 

Python 🐍

Today I learned and played around with "list" and the multiple methods it has, below are the few I learnt.
- append()
- remove()
- insert()
- pop()
- clear()
- index()

PS: "list" is just a fancy name for "arrays" in javascript😂

Excel 👨🏾‍💻 أعاد

If younger Messi have a conversation with Messi. THREAD. THE LAST ONE IS EVERYTHING 🥹🐐

iam_lukesoul's tweet image. If younger Messi have a conversation with Messi.

THREAD. 

THE LAST ONE IS EVERYTHING 🥹🐐
iam_lukesoul's tweet image. If younger Messi have a conversation with Messi.

THREAD. 

THE LAST ONE IS EVERYTHING 🥹🐐
iam_lukesoul's tweet image. If younger Messi have a conversation with Messi.

THREAD. 

THE LAST ONE IS EVERYTHING 🥹🐐

I learn all languages, human and computer 😌 The key to language learning is to not try to "make it make sense" #Duolingo365

excel_bill's tweet image. I learn all languages, human and computer 😌

The key to language learning is to not try to "make it make sense"

#Duolingo365

Day 6 of #100DaysOfCode Python 🐍 was a bit lazy today, but I learnt about the "for" and "while" loops and completed a little CLI challenge. I won't lie, having a solid knowledge of JavaScript has really made learning Python relatively easy. challenge: print your first name…

excel_bill's tweet image. Day 6 of #100DaysOfCode 

Python 🐍

was a bit lazy today, but I learnt about the "for" and "while" loops and completed a little CLI challenge.

I won't lie, having a solid knowledge of JavaScript has really made learning Python relatively easy.

challenge: print your first name…

Day 5 of #100DaysOfCode Python 🐍 Today I learnt about conditional statements and logical operators, and finally got a taste of what I've been longing for. The syntax difference between Python and JavaScript is kinda weird and completely caught me off guard 😂😂 I also got…

excel_bill's tweet image. Day 5 of #100DaysOfCode 

Python 🐍

Today I learnt about conditional statements and logical operators, and finally got a taste of what I've been longing for.

The syntax difference between Python and JavaScript is kinda weird and completely caught me off guard 😂😂

I also got…
excel_bill's tweet image. Day 5 of #100DaysOfCode 

Python 🐍

Today I learnt about conditional statements and logical operators, and finally got a taste of what I've been longing for.

The syntax difference between Python and JavaScript is kinda weird and completely caught me off guard 😂😂

I also got…

Day 4 of #100DaysOfCode Python🐍 Learnt about the multiple 😩 string methods available in Python and also the "Operator Precedence" in Python which is as follows: P - Parenthesis E - Exponents M - Multiplication D - Division A - Addition S - Subtraction I'm really beginning…


Loading...

Something went wrong.


Something went wrong.