Filter
Exclude
Time range
-
Near
Day 13 of Self-learning CS Whoo, finally the prerequisites are now completed, so excited to jump to actual code, also got introduced to Variables, data types, and operators. #100DaysOfCode #CodeNewbie #learned
2
๐Ÿš€ From Punch Cards to AI: The Evolution of Code ๐Ÿ’ป Ever wonder how we got from Ada Lovelaceโ€™s first algorithm in 1843 to the modern languages powering today's AI? Look at how the foundations laid by pioneers like Grace Hopper (COBOL) and Dennis Ritchie (C) paved the way for JavaScript, Python, Rust, and the tech we rely on every single day. What was the very first programming language you learned? Let me know in the comments! ๐Ÿ‘‡ #Programming #CodingLife #TechHistory #SoftwareEngineering #java #rust #Python #JavaScript #WebDevelopment #ComputerScience #CodeNewbie
3
14
33
1,653
operator (%) is the ultimate unsung hero of programming. Need to cycle an array? Modulo. Need to find odd or even numbers? Modulo. Need to handle time structures? Modulo. It literally keeps our logic looping perfectly. ๐Ÿ”„ #CodeNewbie #Programming #Math #DevCommunity
6
This is exactly what happens when someone decides to mix spaces and tabs in the same file. True story๐Ÿ™ƒ #PythonDeveloper #100DaysOfCode #CodeNewbie #TechMemes
13
eval() made my calculator work beautifully ๐Ÿงฎ Then I found out it can steal cookies, hijack browsers & execute ANY code a user types ๐Ÿ˜ฌ Convenient? Yes. Dangerous? Very. Tomorrow I'll show the safer alternative ๐Ÿ‘‡ #100DaysOfCode #JavaScript #CodeNewbie
1
2
23
๐Ÿ Make It Pythonic A one-liner can look smartโ€ฆ until you come back next week and ask: โ€œWhat was I trying to do here?โ€ ๐Ÿ˜… Instead of writing: message = "Allowed" if age >= 18 and has_id and not is_banned else "Denied" โœจ Write it the Pythonic way: can_enter = age >= 18 and has_id and not is_banned message = "Allowed" if can_enter else "Denied" The condition is now named. So the code tells the reader what the rule means, not just how it works. One line is enough only when one line is clear. #Python #PythonCode #Coding #Programming #CodeNewbie #100DaysOfCode #Developer #AI #PythonTips
13
Day 12 of Self-learning CS Revised the previous concepts and understood scalar and non scalar elements along with expression #100DaysOfCode #CodeNewbie #learned
1
4
#Day18ofprogress โœจ Still in the learning phase, refining concepts and building consistency. Onto the next chapter soon. ๐Ÿš€ #CodeNewbie
2
7
194
June 12 update: Last week didn't go as planned. Helping my father with his work kept me very busy and my health took a hit after. Back on track today: - Studied some JS - Read a solid Substack article Looking forward to doing better from here. #LearnInPublic #CodeNewbie
3
21
Day 11 of Self-learning CS Revised the previous concepts and introduced Python objects #100DaysOfCode #CodeNewbie #learned
11
Took an unexpected break โ€” life happened. But I'm back and the JavaScript grind continues. ๐Ÿ’ช If you've ever had to pause your learning journey, how did you get back on track? #100DaysOfCode #CodeNewbie
1
23
if you get an ai agent, in built in yout phone(no privacy risk), for free, which can do work like open apps,order in amazon, write a post in X,..would you take it? #ai #agent #claude #openai @elonmusk @JackMa @brucelee @X @grok @GroqInc #aiagent #software #inbuilt #free #poll
2
1,081
0xJash retweeted
I'll finish this before lunch," I lied to myself. #Programming #Coding #DevLife #SoftwareEngineer #TechHumor #CodeNewbie #BuildInPublic
1
1
18
Day 3 of my HTML journey! Learned how to create links and add images to web pages. Seeing my pages become more interactive is motivating me to keep going. ๐Ÿš€ #HTML #Coding #WebDev #100DaysOfCode #CodeNewbie #FrontendDevelopment #Programming
1
1
23