Loading repository data…
Loading repository data…
nepaul / repository
🧡 A curated list of awesome web development resources.
A collection of awesome web development resources.
Show some ❤️ and star the repo to support the project.
mdo code guide Standards for developing flexible, durable, and sustainable HTML and CSS.
Auto Lab @JingDong: Front-End Coding Guidelines, HTML, CSS, JavaScript, Images, Names
browser-2020 - This repo contains a non-exhaustive list of less-known features implemented in browsers today.
This list isn't intended for a technical audience; instead it wants to be a "I didn't know we could do that in a browser!" list.
In many cases, listed features aren't yet part of the standard, and may only be available on certain browsers or configurations.
In order to read the cheat sheets and reference them, use the project official website. The project details can be viewed on the OWASP main website without the cheat sheets.
blitz - The Fullstack React Framework: "Zero-API" Data Layer — Built on Next.js — Inspired by Ruby on Rails
“Zero-API” data layer lets you import server code directly into your React components instead of having to manually add API endpoints and do client-side fetching and caching.
New Blitz apps come with all the boring stuff already set up for you! Like ESLint, Prettier, Jest, user sign up, log in, and password reset.
Provides helpful defaults and conventions for things like routing, file structure, and authentication while also being extremely flexible.
mitt - Tiny 200b functional event emitter / pubsub.
Microscopic: weighs less than 200 bytes gzipped
Useful: a wildcard "*" event type listens to all events
Familiar: same names & ideas as Node's EventEmitter
Functional: methods don't rely on this
Great Name: somehow mitt wasn't taken
Mitt was made for the browser, but works in any JavaScript runtime. It has no dependencies and supports IE9+.
Miniflare is a simulator for developing and testing Cloudflare Workers.
It's an alternative to wrangler dev, written in TypeScript, that runs your workers in a sandbox implementing Workers' runtime APIs.
See https://miniflare.dev for more detailed documentation.