ChatGPT can now create Mind Maps.
No more wasting hundreds of hours making visuals for studying or simplifying complex ideas.
Here’s how to do it for free in a few seconds:
A recipe for fast, reliable end-to-end tests (no mocks):
1. Create a test DB instance.
2. Create SQL scripts to populate the test DB with enough data to test the app.
3. Create an automated process to quickly reset the test DB.
4. Reset the DB before starting the test suite.
5. (optional) For more speed and reliability, create one DB per test and run the tests in parallel.
Vite 5.2 is out! ⚡️
🔐 CSP nonce and require-trusted-types-for support
🧩 import.meta.filename/dirname support in SSR
🧙♂️ shiki+twoslash powered code snippets in docs
⏩ Update to esbuild 0.20
🛠️ Significant fixes across the board
https://t.co/iFeTodQEd6
Vite 5.1 is out! ⚡️
🛠️ Experimental Vite Runtime API (vite-node into core), unlocking HMR for SSR and running code using Vite plugins in any environment
🔥 Dev server performance improvements
✨ import `css?url` support and more!
https://t.co/WKVBJqApqh
10M weekly npm downloads! ⚡️
Vite downloads are a reflection of the constant growth of a lot of projects! Kudos to all the teams in the ecosystem that keep working together to improve our shared base 💜
Problem: Your code base probably contains a lot of copy/pasted code, but it's hard to find.
Solution: jscpd
jscpd is a command line tool that finds copy/pasted code and reports specific duplicated lines.
Works for over 150 languages.
Example report:
🚨 Breaking news:
Google just launched LUMIERE, and it's crazy.
This is going to transform the future of VIDEO forever
Here are 5 stunning examples you can't miss out on: 🧵
🎉Excited to share my new @Cypress_io article! Uncover lesser-known tips, from nailing '.then()' vs '.should()' to smart Docker choices 🐳. A must-read for anyone looking to level up their testing skills.
#cypress#javascript#testing#tutorial
https://t.co/YGvNJFaVBY
We know a lot of you prefer to git from the terminal instead of the built-in source control view.
And we don't want you to feel left out of all this AI goodness.
So we made this for you...
Linux is a popular operating system with SysAdmins and devs.
And @beaucarnes created 2 in-depth beginner courses for you – here's the first one.
In it, he goes through the major distro families and gives you an in-depth overview of how to use Linux.
https://t.co/0nCP5osJek
In TypeScript, I often prefer to use a Record over a switch statement.
✅ It's easy to read.
✅ It's typically less code.
✅ It's safer. With a switch, I have to do extra work to assure it's exhaustive. With a Record, if I forget to handle a case, it won't compile.
This #GitHub repository (with 100+ case studies) contains everything you need to become proficient in System Design: https://t.co/iLL2My5MRo by @NainaChaturved8
🎉As 2023 winds down, let's look back at the most popular @Cypress_io plugins! Proud to unveil my new article "The Most Popular Cypress Packages of 2023". Discover what made the cut and why!
#cypress#testing#javascript#opensource
https://t.co/e419ep3b4O
ChatGPT is a pretty handy tool - and building your own version may seem out of reach.
But it's not. You can create your own AI-powered chatbot with chat completion functionality.
@eberetwit shows you how to do it using OpenAI, ChatGPT, Node.js, & React.
https://t.co/0eDtPspdsE
it’s been a crazy year.
i’m grateful that we put a tool out in the world that people really love and get so much benefit from.
more than that, i am glad that 2023 was the year the world started taking AI seriously.
🚀 Just released my new @Cypress_io plugin! It upgrades the cy.log() command to show log messages in the Cypress UI or in your terminal, adapting to how tests are running. Super handy for everyone. Read more about it in my article.
#cypress#testing
https://t.co/Ye8TsyQ7os