Go take the State of JavaScript 2025 survey if you have a minute! survey.devographics.com/survey/state...
27.09.2025 22:40 โ ๐ 6 ๐ 5 ๐ฌ 1 ๐ 1@mostlyfocused.com.bsky.social
I'm a full stack web dev who likes to write technical articles. https://mostlyfocused.com
Go take the State of JavaScript 2025 survey if you have a minute! survey.devographics.com/survey/state...
27.09.2025 22:40 โ ๐ 6 ๐ 5 ๐ฌ 1 ๐ 1What did you use to make this?
19.08.2025 17:02 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0"I do now" is a statement I feel in my soul
06.08.2025 18:00 โ ๐ 7 ๐ 0 ๐ฌ 0 ๐ 0Just sent my resume in, hope it's what you're looking for!
06.08.2025 17:59 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0That pop up showing the figure when you hover over the name is such a cool feature!
06.08.2025 17:53 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0This demo is incredible: codepen.io/kiranpate1/f...
06.08.2025 11:10 โ ๐ 15 ๐ 6 ๐ฌ 0 ๐ 2Screw it, here's all of the google fonts that are actually good categorized by "vibe".
Enjoy.
www.figma.com/design/lWrI1...
Me think, why waste time code lot language, when few language do trick?
09.07.2025 05:22 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0"Hey Mike, check out my new function: getGlobalStatus"
"What does it do?"
"Oh, it sets Claim messages."
"What does it return?"
"Nothing."
"Do you see any issues with that name?"
"No."
I'm tired boss.
I always love reading snippet articles, I feel like there's always some weird new little thing I never thought to try. I tried to pick some that you haven't seen in every other article. The array wrapper has come in clutch several times
mostlyfocused.com/pages/articl...
Latest piece is out! It's just a few quick tips that helped me when I was learning TypeScript. mostlyfocused.com/pages/articl...
26.03.2025 03:23 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0Geez, given that the code is like 2 years old, maybe it was an early copilot
23.03.2025 17:57 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0Evidently, they did not dare.
21.03.2025 03:10 โ ๐ 2 ๐ 0 ๐ฌ 0 ๐ 0Why use React's conditional rendering to remove a tag when you could instead use a CSS module to always set the height to 1px and then import a different CSS module to conditionally set the height to "auto?" Shitty results, with 4 times the effort! Bonus: it's impossible to test and not accessible!
21.03.2025 03:09 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0Latest article! It's a quick start to a bunch of my usual libraries
mostlyfocused.com/pages/articl...
I was so disappointed that @jahimes.bsky.social did this. Call your officials directly! Calling is the best since they can't write you off as a bot
himes.house.gov/office-locat...
So, uh, should we be learning COBOL because we'll need to fix the crucial systems DOGE is destroying?
17.02.2025 03:25 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0Do you like this feed? If you do repost this and share it with your friends!
08.01.2025 19:39 โ ๐ 499 ๐ 151 ๐ฌ 39 ๐ 14<table> highlighting with CSS :has() ๐ก
td:has(~ td:hover), /* previous sibling cells */
table:has(td:nth-of-type(3):hover) /* column cells */
tr:not(:first-of-type):has(~ tr:hover)
td:nth-of-type(3) {
background: var(--highlighted);
}
HTML, CSS, JS & A11y course stack:
- HTML For People by @blakewatson.com: htmlforpeople.com
- Complete CSS by @piccalil.li: complete-css.com
- Joy For JavaScript Developers by @joshwcomeau.com: www.joyforjs.com
- Practical Accessibility by @sarasoueidan.com: practical-accessibility.today
went through the entire Natural Number Game today! (well, except for the Fermat level ๐)
itโs very well-made, definitely one of the best learning/onboarding experiences i remember
adam.math.hhu.de#/g/leanprove...
"so yeah, this is the room where we keep the horse that loves bad news" is just going to live in my head forever now
29.01.2025 18:12 โ ๐ 2 ๐ 0 ๐ฌ 0 ๐ 0Latest coding article should help the Jr. Devs with writing their first pull requests
mostlyfocused.com/pages/articl...
React code showing `formRef.current?.submit()` (which bypasses the `onSubmit` handler, and `formRef.current?.requestSubmit()` which will trigger it.
Fun JS fact that might pop up: `formElement.submit()` will bypass your onSubmit handler and directly submit the form. But `.requestSubmit()` will trigger it like you'd expect! Here's an example with React, but it's a Form API, so it'll work anywhere.
developer.mozilla.org/en-US/docs/W...
There are few things as gratifying in coding as TypeScript catching an error in your editor that JavaScript completely missed.
27.01.2025 02:38 โ ๐ 3 ๐ 0 ๐ฌ 0 ๐ 0Dang I'm excited about new semantic attr() capabilities in CSS!
I wrote a post about why this feature is so powerful, how it could change the way you build components, and how I would use it.
Advanced attr() is rolling out in Chrome 133 starting next week ๐ฅฐ
una.im/advanced-attr/
A blueprint showing how Dockerfiles are "built" into images. Images are then turned into containers, either by creating, starting, and attaching to them, or using the run shortcut to do all three in one go.
Wrote a piece about Docker images, Dockerfiles, and containers, and what they each do. But mostly I'm just proud of this little graphic I made
20.01.2025 16:17 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0Meme: Peter holding a shotgun saying "I just want to talk with him" clearly insinuating that he does not, in fact, "just want to talk."
18.01.2025 00:54 โ ๐ 104 ๐ 0 ๐ฌ 0 ๐ 0