Which one do folks like best?
Which one do folks like best?
Alexa recently interrupting me with notifications that are just "Hey, some garbage you don't want is on sale" has me thinking about throwing the thing out.
At Upnext, we are passionate about solving information overload. Every day we get bombarded with content from social networks, news sites, blogs, messages, etc. It’s hard to keep up and it’s even harder to find the content that really matters to you. It takes time and energy to sift through the noise and find what really matters. Our latest app helps you stay up to date on the topics and news that you care about by aggregating updates into a single place. Using our own AI models we’re building in deep personalization from the beginning so our users will always have the most important updates about topics they care about. We have open roles for:
- Software developers: our tech stack is TypeScript / Node / React / Python
- Designers: we're creating a seamless, beautiful experience across desktop, native and web
- ML engineer: help us design build and deploy our first generation of recommendation and understanding systems
If you'd like to chat, email me at joe [at] upnext [dot] in!
Unfortunately, I can't say the same for other types of tests like E2E tests. It makes sense why: CC doesn't have access to all of the context to determine what's going wrong. During an E2E test suite run it can't pause to look into the console, view whats on the page, look at the backend logs, etc. I tried writing some utilities to snapshot and log the state of parts of the page when a test failed and this did help a bit, but not enough to get the same productivity boost for other types of tests.
Has anyone had any luck with this? Any strategies to share?