️ New Article: Creating a semantic color palette https://ift.tt/MVavfnL #WebDev #FrontEndDeveloper #100DaysOfCode #CodeNewbie

️ New Article: Creating a semantic color palette https://ift.tt/MVavfnL #WebDev #FrontEndDeveloper #100DaysOfCode #CodeNewbie
Tuple inside Dictionary in Python:
Tuples can be used as dictionary keys because they are immutable and hashable, unlike lists.
#Python #CodingTips #LearnToCode #DevLife #Programming #CodeNewbie #PythonTips #Techie #SoftwareDev #100DaysOfCode #DataScience #AI #MachineLearning #CodeSmart #developerlife
️ New Article: The Kelp Commons License https://ift.tt/WXqNAb9 #WebDev #FrontEndDeveloper #100DaysOfCode #CodeNewbie
June 15, 2025 – Sunday Progress Report
Closing the week with consistency and clarity.
Progress may be quiet, but it speaks volumes.
#Beyond365DaysOfCode Day 168
#100DaysOfCode Day 168
#freeCodeCamp
Daily Reading
freeCodeCamp News
Daily.dev article
Task Recap
Trello board updated
Codecademy: Practiced CSS fundamentals
Continued building with The Odin Project
#WeekInReview = Growth. Momentum. Mindset.
June 14, 2025 – Saturday Progress Report
Weekends are for warriors, not for breaks.
#Beyond365DaysOfCode Day 167
#100DaysOfCode Day 167
#freeCodeCamp
Daily Reading
1 article from freeCodeCamp News
1 article from Daily.dev
Task Flow
Trello board updated
Continued lessons on freeCodeCamp
Putting in the reps. No zero days.
Programming Community - Youtube Video
️ New Article: How to create an accessible color palette https://ift.tt/9cnSuCk #WebDev #FrontEndDeveloper #100DaysOfCode #CodeNewbie
I rewrote this post specifically from this server to get it properly formatted in markdown
Thank you for this wonderful tip
So it's
:match Conceal /^.*$/
:set conceallevel=3
:highlight Conceal NONE
When you're finished, just do
:match
Endlich mal #GrapQL.
Auf dem Weg zu einem Meta-GraphQL Repository, haben wir schonmal ein paar Ressourcen gesammelt; für's lernen, sammeln und forschen.
\__
#OpenSource #API #apigovernance #developerresources #awesome #fosseam #Linux #linuxfoundation #Dev #100DaysOfCode
️ New Article: Controlling spacing in modern CSS layouts https://ift.tt/psxkW51 #WebDev #FrontEndDeveloper #100DaysOfCode #CodeNewbie
️ New Article: The stack layout in modern CSS https://ift.tt/SIT4Gre #WebDev #FrontEndDeveloper #100DaysOfCode #CodeNewbie
️ New Article: The split layout with modern CSS https://ift.tt/lcjZpXR #WebDev #FrontEndDeveloper #100DaysOfCode #CodeNewbie
️ New Article: The cluster layout with modern CSS https://ift.tt/RKYAkDZ #WebDev #FrontEndDeveloper #100DaysOfCode #CodeNewbie
️ New Article: 4 common layouts made easy with modern CSS https://ift.tt/M3STdVx #WebDev #FrontEndDeveloper #100DaysOfCode #CodeNewbie
A veces se gana, a veces se pierde, pero siempre se aprende https://deoxyt2.livejournal.com/270421.html #100DaysOfCode #programming #cryptography
️ New Article: Rules, not rulers https://ift.tt/SsvAqHT #WebDev #FrontEndDeveloper #100DaysOfCode #CodeNewbie
️ New Article: Ants and anarchy https://ift.tt/4o7yZxT #WebDev #FrontEndDeveloper #100DaysOfCode #CodeNewbie
I completely broke my Longhorn deployment , which triggered a domino effect that disrupted several other applications in my cluster. All is well now, though. This is why I believe home labs are crucial. In my case, there's no actual negative consequences of breaking my homelab. This is literally my playground to break and learn
Remove spaces from Strings:
strip() removes leading and trailing whitespace or specified characters.
lstrip() removes leading (left) whitespace or specified characters.
rstrip() removes trailing (right) whitespace or specified characters.
#python #pythontips #coding #learnpython #pythonstrings #stringmethods #codenewbie #devtips #pythonprogramming #100daysofcode