Find Your Dream Remote Job. Search 100,000+ work from home jobs at top remote companies. Loved by 10,000+ remote workers
Ship your startup in days, not weeks. Shipfast is a NextJS boilerplate with all you need to build your SaaS, AI tool, or any other web app and make your first $ online fast.
Add a dark-mode / night-mode to your website in a few seconds. This library uses the css mix-blend-mode in order to bring Dark-mode to any of your websites. Just copy paste the snippet and you will get a widget to turn on and off the dark-mode.
The sectioning elements in HTML5 are < nav >, < aside >, < article >, and < section >.
is also kind of a sectioning element since all content lying inside of it is part of the default document section. This post explains how each sectioning element could be used appropriately in your html code.
Folks new to web development may not know that form inputs using the file type are read only. [...] However, just because the field is read only doesn’t mean we can’t do cool stuff with it. Post written by Raymond Camden.
A pure CSS library to beautify checkbox and radio buttons.
Start your development with Material Dashboard React Nodejs, a free Material-UI Admin built for Node.js framework, the newest go-to technology for top companies.
As they did for JavaScript, Sacha Greif and Raphaël Benitte launch the state of CSS 2019 based on survey. Check this out on this beautiful and clean website.
Whereas traditional frameworks like React and Vue do the bulk of their work in the browser, Svelte shifts that work into a compile step that happens when you build your app. Instead of using techniques like virtual DOM diffing, Svelte writes code that surgically updates the DOM when the state of your app changes.
Generation of diagram and flowchart from text in a similar manner as markdown.
Templated is a collection of 867 simple CSS, HTML5 and responsive site templates released for free under the Creative Commons.
Hybrids is a UI library for creating Web Components, which favors plain objects and pure functions over class and this syntax. It provides simple and functional API for creating custom elements.
WebComponents.org aims to make it easy to share, discover, and reuse web components. It provides articles, presentations, podcasts, tools and more to help web professionals build first-class DOM objects in the browsers. All the content on this site is totally free, and contributions are welcome.
Day.js is a minimalist JavaScript library that parses, validates, manipulates, and displays dates and times for modern browsers with a largely Moment.js-compatible API. If you use Moment.js, you already know how to use Day.js.
Curtains JS is a small vanilla WebGL javascript library that converts HTML elements containing images and videos into 3D WebGL textured planes, allowing you to animate them via shaders.
Zdog is a 3D JavaScript engine for Canvas and SVG. With Zdog, you can design and render simple 3D models on the Web. Zdog is a pseudo-3D engine. Its geometries exist in 3D space, but are rendered as flat shapes.
Lightning web components are custom elements built using HTML and modern JavaScript. It uses standard HTML, modern JavaScript (ES6+), and the best of native Web Components.
Adam Lynch explains in this post how he lays out data-heavy tables, how he supports resizing of columns, and more.