
Medium
Ghost
WordPress
DEV.to
Blogger
Tumblr
Hashnode
Write.as
Vitest
Vite
Playwright
react-testing-library
Jest
ESLint
Tailwind CSS
Prettier
Medium
VitestMedium is recommended for avid readers seeking a variety of topics ranging from personal development to technology. It's also ideal for writers looking to publish their work to a broad audience and potentially earn revenue through the platform's Partner Program.
Vitest is recommended for developers working with Vue.js, Vite, or looking for a fast and efficient testing setup. It's particularly useful for those who want seamless integration with modern JS tooling and appreciate quick testing feedback loops.
No Vitest videos yet. You could help us improve this page by suggesting one.
Based on our record, Medium seems to be a lot more popular than Vitest. While we know about 3107 links to Medium, we've tracked only 92 mentions of Vitest. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
I'd suggest looking at Admiral Cloudberg's recent analysis of the Jan. 2025 airliner/military helicopter collision in Washington DC. It's a study in the difficulties of air traffic control in the 21st century and the reality of transponder usage, complicated by an overwhelmed airport and legislative indifference. Transponders aren't universally used, technology and people aren't perfect. This one is long; I... - Source: Hacker News / about 14 hours ago
Here's also the medium article (same copy as the X thread): https://medium.com/@sbetamc/moav-v2-is-out-ab2fff44a9d8 no time for X thread or articles:. - Source: Hacker News / about 22 hours ago
* Memory management + how to handle 4 common memory leaks: 421K / 77K The blog is at ~11K followers now, almost all developers. Back then every article ended with a plug for my startup, which was the actual reason I was writing them. My company got acquired, I kept the blog, and I took the plugs out. When the blog was active, I had a couple of people/companies ask to buy it and a few more wanting to advertise in... - Source: Hacker News / 3 days ago
Luck disguised as genius aura, cult of the potential of "young geniuses", similar to Elizabeth Holmes. https://medium.com/@trendguardian/rigged-networks-1d5ad5c6f825. - Source: Hacker News / 3 days ago
Some background on The Nordic Times: https://medium.com/@collegehill/max-tegmark-ai-conspiracy-theories-and-the-swedish-right-an-investigation-5c70eea21b56. - Source: Hacker News / 4 days ago
I used to use ts-expect for this, but I migrated to Vitest's type-testing utils (expectTypeOf, above) to drop a dependency. Either way, I already had the tests, and I'll admit they really earned their keep. A type optimization can quietly turn { a: string } into { a?: string } and nothing throws. The tests are what catch that. - Source: dev.to / about 2 months ago
Vitest is a newer testing framework designed specifically for projects using Vite as a build tool. If your project already uses Vite, Vitest is worth knowing about because its test runner is significantly faster than Jest's in that context. - Source: dev.to / 3 months ago
Test fixtures. If you write tests with Jest or Vitest, converting fixture files ensures your mocks match production shapes. - Source: dev.to / 4 months ago
The project runs entirely on the VoidZero tool ecosystem. Tsdown for the build, oxfmt for formatting, vitest for testing, tsgo (native TypeScript 7 in Go) for type checking, and of course oxlint for linting the plugin itself. Every tool in the chain is built on Rust or optimized for speed. - Source: dev.to / 5 months ago
VoidZero launch week is drawing to a close, and the world of Javascript development has just been given a significant boost. If you follow developments in build tools, youโll know that fragmentation is rife, and that itโs difficult to stay at the cutting edge without using the best tool for each task. With the latest announcements regarding Vite, Oxlint and Vitest, Evan You team is taking a major step towards the... - Source: dev.to / 5 months ago
Ghost - Ghost is a fully open source, adaptable platform for building and running a modern online publication. We power blogs, magazines and journalists from Zappos to Sky News.
Vite - Next Generation Frontend Tooling
WordPress - WordPress is web software you can use to create a beautiful website or blog. We like to say that WordPress is both free and priceless at the same time.
Playwright - Playwright is automation software for Chromium, Firefox, Webkit using the Node.js library having a single API in place.
DEV.to - Where software engineers connect, build their resumes, and grow.
react-testing-library - [`React Testing Library`][gh] builds on top of `DOM Testing Library` by adding