Even after you've put in the work and you hit that milestone people will not cheer for you. They won't care until they see you gain the asset or reach that stardom.
Most developers reach for setInterval to animate. It's like checking your watch every second to guess when the sun will rise.
The browser already knows. Use requestAnimationFrame.
Are you guessing or are you measuring?
#FrontEndDev#WebPerformance
@jcudmore This is the cotr time keeper in @threejs Devs forget that not only does it keep time it also adjusts to the browser’s refresh rate.
I wish more devs would stop animations when the user goes to another browser tab.
We need normalize suing real estate agents and agencies for false advertising. They manipulate photos of external environments creating false sense of perception about properties. Image show a sunny green landscape you, then you see it on the maps and its just dirt.
Designers build type systems in pixels. Devs implement in rem. The math breaks. The rhythm dies.
The fix: design in relative units from day one. Base 16px, choose your ratio, export tokens that scale.
#DesignSystems#Typography
It is wild to me how apps will start removing features and reintroducing them as a paid feature. Things that used to be free now you have to pay for. That is wild.
@CoxComm why do you not allow for your customers to use port forwarding? The app says it is disabled, your support team says it can not be enabled. These are features customers should be able to access. We are already paying monthly for your router which we can't fully access.
CSS counters generate nested numbering (1.2.3) without JavaScript. Declarative over imperative. Less code, more capability.
Are you still writing loops for what CSS already does? #CSS#FrontEndDevelopment
I think it's time to go Hybrid with AI. Although, I enjoy the ease of using GPTs through the web and by sending requests to LLMs I think a simple model locally could offset the cost in the future.