TIL that CSS conditionals are possible with the recently added if() function:
developer.chrome.com/blog/if-arti...
#100DaysofTakeaways
TIL that CSS conditionals are possible with the recently added if() function:
developer.chrome.com/blog/if-arti...
#100DaysofTakeaways
Came across an articulate and digestible breakdown of the formidable Big O Notation via Sloth Bytes:
slothbytes.beehiiv.com/p/big-o-nota...
#100DaysofTakeaways
Came across an articulate and digestible breakdown of the formidable Big O Notation via Sloth Bytes:
slothbytes.beehiiv.com/p/big-o-nota...
#100DaysofTakeaways
Found a great article that gives a rundown of the 'popover' API and its variations, specifically the lastest of the bunch, 'popover=hint':
una.im/popover-hint...
#100DaysofTakeaways
Found a great article that gives a rundown of the 'popover' API and its variations, specifically the lastest of the bunch, 'popover=hint':
una.im/popover-hint...
#100DaysofTakeaways
Learned some interesting new UI components & component terms from the latest Coding Sloth vid. My faves were 'skeleton screens' and 'bento grids':
www.youtube.com/watch?v=cjSp...
#100DaysofTakeaways
Learned some interesting new UI components & component terms from the latest Coding Sloth vid. My faves were 'skeleton screens' and 'bento grids':
www.youtube.com/watch?v=cjSp...
#100DaysofTakeaways
A real eye-opening post about ways to ensure efficient use of formatting in JS, without negatively impacting app performance:
itnext.io/the-dark-sid...
#100DaysofTakeaways
A real eye-opening post about ways to ensure efficient use of formatting in JS, without negatively impacting app performance:
itnext.io/the-dark-sid...
#100DaysofTakeaways
Some potentially useful monitoring tools summed up in this recent freeCodeCamp article:
www.freecodecamp.org/news/top-app...
#100DaysofTakeaways
Some potentially useful monitoring tools summed up in this recent freeCodeCamp article:
www.freecodecamp.org/news/top-app...
#100DaysofTakeaways
Read a really neat blog post from Frontend Masters demo-ing a mobile-style custom
Read a really neat blog post from Frontend Masters demo-ing a mobile-style custom
This article contained some interesting new (new to me, at least) dev tools for streamlining one's workflow:
javascript.plainenglish.io/7-powerful-d...
#100DaysofTakeaways
This article contained some interesting new (new to me, at least) dev tools for streamlining one's workflow:
javascript.plainenglish.io/7-powerful-d...
#100DaysofTakeaways
TIL about feature flags, which allows for the deployment of new features in your project, with limited or no visibility to users,; an ideal tool for testing. This article breaks it down further:
slothbytes.beehiiv.com/p/feature-fl...
#100DaysofTakeaways
TIL about feature flags, which allows for the deployment of new features in your project, with limited or no visibility to users,; an ideal tool for testing. This article breaks it down further:
slothbytes.beehiiv.com/p/feature-fl...
#100DaysofTakeaways
Default parameters are a small tweak in one's code syntax that can help write clean and clear functions. This article I found on daily.dev walks through the benefits of utilizing default parameters:
allthingssmitty.com/2025/06/29/d...
#100DaysofTakeaways
Default parameters are a small tweak in one's code syntax that can help write clean and clear functions. This article I found on daily.dev walks through the benefits of utilizing default parameters:
allthingssmitty.com/2025/06/29/d...
#100DaysofTakeaways
Got 3 serious code maintenance principles out of this latest Serious CTO short:
www.youtube.com/watch?v=5mnu...
#100DaysofTakeaways
Got 3 serious code maintenance principles out of this latest Serious CTO short:
www.youtube.com/watch?v=5mnu...
#100DaysofTakeaways
Came across an instructive and fun breakdown of the different kinds of web bots and ways to detect them:
sinja.io/blog/bot-or-...
#100DaysofTakeaways
Came across an instructive and fun breakdown of the different kinds of web bots and ways to detect them:
sinja.io/blog/bot-or-...
#100DaysofTakeaways
An article that makes a pretty solid case for using gaps over margins. The key highlights in a nutshell -> gaps are automatic, leave less code to write, and support both horizontal and vertical spacing:
kyleshevlin.com/prefer-gaps-...
#100DaysofTakeaways
An article that makes a pretty solid case for using gaps over margins. The key highlights in a nutshell -> gaps are automatic, leave less code to write, and support both horizontal and vertical spacing:
kyleshevlin.com/prefer-gaps-...
#100DaysofTakeaways
Found out about a really cool Translator web API:
developer.mozilla.org/en-US/docs/W...
#100DaysofTakeaways
Found out about a really cool Translator web API:
developer.mozilla.org/en-US/docs/W...
#100DaysofTakeaways
Learned about the magic of CSS quantity query from this neat Frontend Masters post:
frontendmasters.com/blog/quantit...
#100DaysofTakeaways
Learned about the magic of CSS quantity query from this neat Frontend Masters post:
frontendmasters.com/blog/quantit...
#100DaysofTakeaways
Delved into this article that showcases the top level 'await' feature, which as I understand, enables 'await' logic to be placed at the top of an ES Module without needing to wrap it in an 'async' function:
allthingssmitty.com/2025/06/16/u...
#100DaysofTakeaways
Delved into this article that showcases the top level 'await' feature, which as I understand, enables 'await' logic to be placed at the top of an ES Module without needing to wrap it in an 'async' function:
allthingssmitty.com/2025/06/16/u...
#100DaysofTakeaways
The latest Coding Sloth vid really opened my eyes to vast number of resources you can gather from various GitHub repos: project guides, algorithms, free coding books, tech roadmaps, you name it!
www.youtube.com/watch?v=cgOP...
#100DaysofTakeaways
The latest Coding Sloth vid really opened my eyes to vast number of resources you can gather from various GitHub repos: project guides, algorithms, free coding books, tech roadmaps, you name it!
www.youtube.com/watch?v=cgOP...
#100DaysofTakeaways
Found a post that lays out a concise and solid 7-part testimony to the effectiveness of React:
www.frontendjoy.com/p/is-react-r...
#100DaysofTakeaways
Found a post that lays out a concise and solid 7-part testimony to the effectiveness of React:
www.frontendjoy.com/p/is-react-r...
#100DaysofTakeaways
A intriguing blog post that dissects the traditional 'structure/style/behavior' separations of concerns and re-shapes it into a condensed, two-part separation of concerns:
bradfrost.com/blog/post/th...
#100DaysofTakeaways
A intriguing blog post that dissects the traditional 'structure/style/behavior' separations of concerns and re-shapes it into a condensed, two-part separation of concerns:
bradfrost.com/blog/post/th...
#100DaysofTakeaways
Learned about the difference between the 'strong' element and 'b' (Bring Attention To) element, the latter of which I've never knew about until today:
www.youtube.com/watch?v=A2gc...
#100DaysofTakeaways
Learned about the difference between the 'strong' element and 'b' (Bring Attention To) element, the latter of which I've never knew about until today:
www.youtube.com/watch?v=A2gc...
#100DaysofTakeaways
Nabbed this dope article from today's Bytes.dev issue on playing with CSS 'transform' to make spiffy animations for zooming images (beware the contagious cuteness from the sample cat pic):
jakearchibald.com/2025/animati...
#100DaysofTakeaways
Nabbed this dope article from today's Bytes.dev issue on playing with CSS 'transform' to make spiffy animations for zooming images (beware the contagious cuteness from the sample cat pic):
jakearchibald.com/2025/animati...
#100DaysofTakeaways
Found an extensive and engaging read on the importance of scoping in CSS to avoid style collisions among other benefits:
frontendmasters.com/blog/scope-i...
#100DaysofTakeaways
Found an extensive and engaging read on the importance of scoping in CSS to avoid style collisions among other benefits:
frontendmasters.com/blog/scope-i...
#100DaysofTakeaways
A reflective article that discusses the benefits of early implementation of suppression to nip build errors in the bud before they become much larger problems for stability of a project's code:
overreacted.io/suppressions...
#100DaysofTakeaways
A reflective article that discusses the benefits of early implementation of suppression to nip build errors in the bud before they become much larger problems for stability of a project's code:
overreacted.io/suppressions...
#100DaysofTakeaways
Here's a great rundown of the different types of network interfaces and how to configure them in Linux from freeCodeCamp:
www.freecodecamp.org/news/configu...
#100DaysofTakeaways
Here's a great rundown of the different types of network interfaces and how to configure them in Linux from freeCodeCamp:
www.freecodecamp.org/news/configu...
#100DaysofTakeaways
Stumbled upon another retrospective deep dive post, but this time, looking at the constraints and evolving complexities of JavaScript between 2006-2015, flush with examples:
www.trevorlasn.com/blog/revisit...
#100DaysofTakeaways
Stumbled upon another retrospective deep dive post, but this time, looking at the constraints and evolving complexities of JavaScript between 2006-2015, flush with examples:
www.trevorlasn.com/blog/revisit...
#100DaysofTakeaways