I have seen lots of comments and some disdain of people saying you can’t achieve good graphics with Threejs, okay, explain this ?
144fps, 4K inside a browser,what’s up ?
#gamedev#threejs
@DimaUpit Nice, but what if a client asked you to replicate a website as igloo, lusion or the like. Do you have an idea on how to estimate deadlines? Are you able to handle changes on the go easily? Can you communicate the AI tools in the "shading language" way? Just curiosity.
What's the way you practice your English working in tech? Just developing an app that allows me to register new native expressions
#BuildingInPublic#Javascript#React#tanstack
Testing in production sounds like an anti-pattern. But, not necessarily. Context matters.
Testing in prod doesn’t mean “push untested code to prod and see what happens.”
It means “push well-tested code to prod and use techniques like feature flags to test the change in prod safely.
Why test in prod? Prod hardware, environment, traffic, and data may expose unforeseen issues.