On a desktop, websites have the space to show the full menu, but on a mobile device that space isn't there, and you want to hide the menu behind a toggle (like a hamburger icon) and show it when people click that toggle. How do you offer both in an accessible way that keeps your HTML simple, without duplicating your menu? That's what the perfect responsive menu does.
Showdown is a Javascript Markdown to HTML bidirectional converter, based on the original works by John Gruber. Showdown can be used client side (in the browser) or server side (with nodejs).
A brief video explanation of what Caddy 2 is: a web server that acts as both a content origin and reverse proxy, suitable for both personal projects and production deployments. Discuss and get help with Caddy 2 on this forum: https://caddy.community
If you use Git and you need to upload your files to an FTP server, Git-ftp can save you some time and bandwidth by uploading only those files that changed since the last upload. It keeps track of the uploaded files by storing the commit id in a log file on the server. It uses Git to determine which local files have changed. You can easily deploy another branch or go back in the Git history to upload an older version.
This is a funny way to learn Regex. With Regex Crossword, welcome to the fantastic world of nerdy regex fun! Start playing by selecting one of the puzzle challenges below. There are a wide range of difficulties from beginner to expert.
Customize your svg icon (color, size, background ...) and use it in your website. SVG, JSX, React code available.
Appwrite cuts up to 70 percent of the time and costs required for building a modern application. We abstract and simplify common development tasks behind REST APIs, to help you develop your app in a fast and secure way.
Reason lets you write simple, fast and quality type safe code while leveraging both the JavaScript & OCaml ecosystems. Reason is not a new language; it's a new syntax and toolchain powered by the battle-tested language, OCaml. Reason gives OCaml a familiar syntax geared toward JavaScript programmers, and caters to the existing NPM/Yarn workflow folks already know.
The tiny framework for building web interfaces. Hyperapp is a modern VDOM engine with a declarative syntax that's easy to read and natural to write, Hyperapp is your tool of choice to develop purely functional, feature-rich, browser-based applications.
I’ve been using Tailwind CSS professionally almost every day for nearly two years. I love using it, and it’s made my development workflow so much better. So I wanted to share some of the benefits I’ve gained by using Tailwind over a traditional framework or custom CSS. Post written by Jason Beggs.
I'm not an extrovert. I don't like crowds. I'd rather be the trusted adviser than the guy in the spotlight. In high school, speech class gave me such anxiety that I was physically sick and needed to give the presentation over my lunch hour directly to the teacher. Post written by Matt Eland.
Automerge is a JSON-like data structure (a CRDT) that can be modified concurrently by different users, and merged again automatically. It is a library of data structures for building collaborative applications in JavaScript.
While the number of podcasts is growing, our time stays constant. Unable to find a great way to segment podcast into snackable bits that could be searched, shared, and consumed by anybody. Smash Notes is an experiment, an attempt to establish an entirely new medium of knowledge.
This is not a library, this is the codebase that runs Dev-io We are very excited about the possibility that, with your contributions, this platform can eventually be re-purposed for communities and ecosystems outside of our scope. Post written by Ben Halpern, founder of Dev-io
Quark is a general purpose software tool specifically designed to help you create projects written in HTML, CSS and JavaScript with native desktop app like capabilities. Quark apps run on Mac, Windows, and Linux from a single codebase.
Starting with Chrome 76, you'll be able to use the new loading attribute to lazy-load resources without the need to write custom lazy-loading code or use a separate JavaScript library. Let's dive into the details. Post written by Houssein Djirdeh, Addy Osmani and Mathias Bynens.