Media queries are CSS, but they should be considered while structuring your HTML, not left until it's time to select colors and fonts.
#100DaysofTakeAways #LearningByNotDoing
Media queries are CSS, but they should be considered while structuring your HTML, not left until it's time to select colors and fonts.
#100DaysofTakeAways #LearningByNotDoing
"The faster you fail, the quicker you learn." - bigboxSWE
youtu.be/qyc2lgnOWJo?si=nPsWSUv4E2q1B53w (via DailyDev)
#100DaysofTakeAways #EmbraceTheSuck
"The faster you fail, the quicker you learn." - bigboxSWE
youtu.be/qyc2lgnOWJo?si=nPsWSUv4E2q1B53w (via DailyDev)
#100DaysofTakeAways #EmbraceTheSuck
Deciding to use Google Fonts or @fontface depends on one's priorities.
#100DaysofTakeAways
Deciding to use Google Fonts or @fontface depends on one's priorities.
#100DaysofTakeAways
It might not seem this way in the moment, but when it comes to practicing interview Qs, gradual progress leads to lasting results.
#100DaysofTakeAways #100Devs #100DevsBankiQs #CommunityTaught
It might not seem this way in the moment, but when it comes to practicing interview Qs, gradual progress leads to lasting results.
#100DaysofTakeAways #100Devs #100DevsBankiQs #CommunityTaught
I am not alone.
👇🏿from Allen B. Downey's Think Python, 2ed
#100DaysofTakeAways #FeelTheFeels
I am not alone.
👇🏿from Allen B. Downey's Think Python, 2ed
#100DaysofTakeAways #FeelTheFeels
APIs that use XML are best for legacy and enterprise systems, while JSON dominates modern web APIs.
#100DaysofTakeAways
APIs that use XML are best for legacy and enterprise systems, while JSON dominates modern web APIs.
#100DaysofTakeAways
But in the spirit of NorCal sarcasm, I'm thinking about a twice-monthly #NiceTryByKcarson to spice up my coding commitments.
bbc.com/news/article...
But in the spirit of NorCal sarcasm, I'm thinking about a twice-monthly #NiceTryByKcarson to spice up my coding commitments.
No one goes to Jupyter to get more stupider.
jupyter-notebook.readthedocs.io/en/stable/notebook.html
#100DaysofTakeAways
No one goes to Jupyter to get more stupider.
jupyter-notebook.readthedocs.io/en/stable/notebook.html
#100DaysofTakeAways
JavaScript debugging tools are on my team.
wesbos.com/javascript/02-functions/debugging-tools
#100DaysofTakeAways
JavaScript debugging tools are on my team.
wesbos.com/javascript/02-functions/debugging-tools
#100DaysofTakeAways
A JS try block is to error handling as a seatbelt is to preventing injury.
#100DaysofTakeAways
A JS try block is to error handling as a seatbelt is to preventing injury.
#100DaysofTakeAways
document.querySelector and document.getElementByID are not JavaScript.
Document is part of the DOM, an API.
querySelector and getElementByID are instance methods that perform actions.
#100Devs Class 35
youtu.be/IUCnAhr61pg?si=iYBBJlAN5e8_cqJv
#100DaysofTakeAways #CommunityTaught
document.querySelector and document.getElementByID are not JavaScript.
Document is part of the DOM, an API.
querySelector and getElementByID are instance methods that perform actions.
#100Devs Class 35
youtu.be/IUCnAhr61pg?si=iYBBJlAN5e8_cqJv
#100DaysofTakeAways #CommunityTaught
The Universe has my back (and yours). Its manifestations are real.
reliefroute.jasminetaylor.dev/
#100DaysofTakeAways #100Devs #CommunityTaught
The Universe has my back (and yours). Its manifestations are real.
reliefroute.jasminetaylor.dev/
#100DaysofTakeAways #100Devs #CommunityTaught
Classes and Modules use strict mode by default.
javascript.info/strict-mode
#100DaysofTakeAways
Classes and Modules use strict mode by default.
javascript.info/strict-mode
#100DaysofTakeAways
"Do the work. Talk about it. See what happens." - Aaron Francis
from his "Putting Yourself Out There And Changing Your Life Through Publishing Your Work" presentation #CommitYourCode Day 1
#100DaysofTakeAways
"Do the work. Talk about it. See what happens." - Aaron Francis
from his "Putting Yourself Out There And Changing Your Life Through Publishing Your Work" presentation #CommitYourCode Day 1
#100DaysofTakeAways