Found 226 bookmarks
Newest
WSTG - Latest | OWASP Foundation
WSTG - Latest | OWASP Foundation
WSTG - Latest on the main website for The OWASP Foundation. OWASP is a nonprofit foundation that works to improve the security of software.
·owasp.org·
WSTG - Latest | OWASP Foundation
Rapid API Learn
Rapid API Learn
Learn Rapid and API Development. Find Challenges (with solutions!) and interactive examples and visuals to help you become a pro API Developer.
·rapidapi.com·
Rapid API Learn
Fair Source License
Fair Source License
Not open source. Not closed source. The Fair Source License allows everyone to see the source code and makes the software free to use for a limited number of users in your organization. It offers some of the benefits of open source while preserving the ability to charge for the software.
·fair.io·
Fair Source License
PostHog - The open source Product OS
PostHog - The open source Product OS
PostHog is the all-in-one platform for building better products - with product analytics, feature flags, session recordings, a/b testing, heatmaps, and more.
·posthog.com·
PostHog - The open source Product OS
Powerful Image Optimization Tools — Smashing Magazine
Powerful Image Optimization Tools — Smashing Magazine
Optimizing the size of images can have a bigger impact on performance than all other areas combined. In this article, Louis Lazaris covers different tools available for reducing the size of images.
·smashingmagazine.com·
Powerful Image Optimization Tools — Smashing Magazine
MapLibre
MapLibre
MapLibre is a community-governed collection of open source mapping libraries
·maplibre.org·
MapLibre
How to automatically size a textarea based on its using vanilla JavaScript
How to automatically size a textarea based on its using vanilla JavaScript
Last year, I wrote an article sharing Stephen Shaw’s awesome trick for simple, autogrowing textarea elements. It uses a wrapper element, CSS grid, and a sprinkling of vanilla JS, and it works wonderfully! But… if your textarea has text in it when the page loads, it doesn’t work. .autogrow { display: grid; } .autogrow::after { content: attr(data-replicated-value) " "; white-space: pre-wrap; visibility: hidden; } .autogrow textarea { resize: none; } .
·gomakethings.com·
How to automatically size a textarea based on its using vanilla JavaScript
Hermit Docs
Hermit Docs
Hermit manages isolated, self-bootstrapping sets of tools in software projects.
·cashapp.github.io·
Hermit Docs
Integrations - Socket
Integrations - Socket
Secure your JavaScript supply chain. Depend on Socket to protect your app from malicious dependencies lurking in your open source supply chain.
·socket.dev·
Integrations - Socket
Hyperdocs
Hyperdocs
Easiest way to build your own documentation website without any config
·hyperdocs.netlify.app·
Hyperdocs
The Modern Guide to OAuth
The Modern Guide to OAuth
Not just another OAuth tutorial. This guide walks you through all of the real use-cases of OAuth in clear and simple detail.
·fusionauth.io·
The Modern Guide to OAuth
Jovo - Build apps for voice and chat platforms
Jovo - Build apps for voice and chat platforms
Jovo is the most popular development framework for voice, including platforms like Alexa, Google Assistant, mobile apps, and Raspberry Pi. Learn more here.
·jovo.tech·
Jovo - Build apps for voice and chat platforms
Primitives — Radix UI
Primitives — Radix UI
An open-source React component library for building high-quality, accessible design systems and web apps.
·radix-ui.com·
Primitives — Radix UI
Removing list styles removes list semantics in iOS - Geoff Graham
Removing list styles removes list semantics in iOS - Geoff Graham
Say you’re on a navigation element. You might do something like this in HTML: And when styling it, you probably want to strip out the bullet points in CSS: Then you move right along with your merry day. The only problem is that wipes out the semantics of the list in VoiceOver in WebKit browsers. […]
·geoffgraham.me·
Removing list styles removes list semantics in iOS - Geoff Graham
Can I Include
Can I Include
'Can I Include' tool to help determine if one HTML tag can be included in another HTML tag
·caninclude.glitch.me·
Can I Include