Codewars is a community of developers, who are called Code Warriors (or just warriors), that train on improving their development skills. Think of it like a coding dojo – where developers train with each other and help each other get better through practice.
github.com/Codewars/codewars.com/wiki/About-Codewars
Category: Uncategorized
A guide to Web scraping without getting blocked
A guide to Web scraping without getting blocked dev.to/daolf/a-guide-to-web-scraping-without-getting-blocked-5e7e
Why SvelteJS may be the best framework for new web devs – DEV Community
Design Systems (Part I: Foundations) – DEV Community
Angular + Redux — The lesson we’ve learned for you – Supercharge’s Digital Product Development Guide – Medium
Starting a React/Redux Project with TypeScript
Resemble.js – Analyse and compare images with Javascript and HTML5
Analyse and compare images with Javascript and HTML5. More info & Resemble.js Demo. Compatible with Node.js >8.
github.com/rsmbl/Resemble.js/blob/master/README.md
Jest · 🃏 Delightful JavaScript Testing
Jest is a delightful JavaScript Testing Framework with a focus on simplicity.
It works with projects using: Babel, TypeScript, Node, React, Angular, Vue and more!
jestjs.io/
puppeteer-examples/README.md at master · checkly/puppeteer-examples
Puppeteer Headless Chrome examples for real life use cases. Clone this repo and run them directy with a simple node command.
github.com/checkly/puppeteer-examples/blob/master/README.md
Puppeteer | Tools for Web Developers | Google Developers
Most things that you can do manually in the browser can be done using Puppeteer! Here are a few examples to get you started:
Generate screenshots and PDFs of pages. Crawl a SPA (Single-Page Application) and generate pre-rendered content (i.e. “SSR” (Server-Side Rendering)). Automate form submission, UI testing, keyboard input, etc. Create an up-to-date, automated testing environment. Run your tests directly in the latest version of Chrome using the latest JavaScript and browser features. Capture a timeline trace of your site to help diagnose performance issues. Test Chrome Extensions.
developers.google.com/web/tools/puppeteer/