Snowpack is a lightning-fast frontend build tool, designed to leverage JavaScript's native module system (known as ESM). It is an alternative to heavier, more complex bundlers like webpack or Parcel in your development workflow.
Key Features:
- Develop faster, with a dev server that starts up in 50ms or less.
- See changes reflected instantly in the browser.
- Integrate your favorite bundler for a production-optimized build.
- Enjoy out-of-the-box support for TypeScript, JSX, CSS Modules and more.
- Connect your favorite tools with third-party plugins.
#javascript, #js, #frontend, #build, #tools, #toolkit, #interop
Key Features:
- Develop faster, with a dev server that starts up in 50ms or less.
- See changes reflected instantly in the browser.
- Integrate your favorite bundler for a production-optimized build.
- Enjoy out-of-the-box support for TypeScript, JSX, CSS Modules and more.
- Connect your favorite tools with third-party plugins.
#javascript, #js, #frontend, #build, #tools, #toolkit, #interop
❤1
CXX — safe FFI between Rust and C++.
This library provides a safe mechanism for calling C++ code from Rust and Rust code from C++, not subject to the many ways that things can go wrong when using bindgen or cbindgen to generate unsafe C-style bindings.
This doesn't change the fact that 100% of C++ code is unsafe. When auditing a project, you would be on the hook for auditing all the unsafe Rust code and all the C++ code. The core safety claim under this new model is that auditing just the C++ side would be sufficient to catch all problems, i.e. the Rust side can be 100% safe.
#rust, #cpp, #ffi, #interop
This library provides a safe mechanism for calling C++ code from Rust and Rust code from C++, not subject to the many ways that things can go wrong when using bindgen or cbindgen to generate unsafe C-style bindings.
This doesn't change the fact that 100% of C++ code is unsafe. When auditing a project, you would be on the hook for auditing all the unsafe Rust code and all the C++ code. The core safety claim under this new model is that auditing just the C++ side would be sufficient to catch all problems, i.e. the Rust side can be 100% safe.
#rust, #cpp, #ffi, #interop
🔥1
Comprehensive language-agnostic guidelines on variables naming.
Naming things is hard. This sheet attempts to make it easier.
Although these suggestions can be applied to any programming language, I will use JavaScript to illustrate them in practice.
#naming, #guideline, #javascript
Naming things is hard. This sheet attempts to make it easier.
Although these suggestions can be applied to any programming language, I will use JavaScript to illustrate them in practice.
#naming, #guideline, #javascript
❤1
Binary Tree
Water.css is a tiny CSS lib to improve the default styling of components. „You might want to use Water.css if you're making a simple static page or demo website that you don't want to spend time styling.“ #css, #frontend, #tiny
Toolz is a set of utility functions for iterators, functions, and dictionaries. Pure, composable functions without any magic or dependencies except the Python standard library.
#python, #library, #functional, #lightweight
#python, #library, #functional, #lightweight
🔥1
This media is not supported in your browser
VIEW IN TELEGRAM
Amass Project performs network mapping of attack surfaces and external asset discovery using open source information gathering and active reconnaissance techniques.
#golang, #go, #dns, #osint, #enumeration, #maltego, #infosec, #netsec
#golang, #go, #dns, #osint, #enumeration, #maltego, #infosec, #netsec
👏1
Trapperkeeper is a Clojure framework for hosting long-running applications and services. You can think of it as a sort of "binder" for Ring applications and other modular bits of Clojure code.
#clojure, #jvm, #framework, #applications, #services
#clojure, #jvm, #framework, #applications, #services
👍1
OneLogin's SAML Python Toolkit.
Add SAML support to your Python software using this library. Forget those complicated libraries and use the open source library provided and supported by OneLogin Inc.
#python, #saml, #sso, #authentication
Add SAML support to your Python software using this library. Forget those complicated libraries and use the open source library provided and supported by OneLogin Inc.
#python, #saml, #sso, #authentication
👍1
SerenityOS is a graphical Unix-like operating system for x86 computers.
SerenityOS is a love letter to '90s user interfaces with a custom Unix-like core. It flatters with sincerity by stealing beautiful ideas from various other systems.
Roughly speaking, the goal is a marriage between the aesthetic of late-1990s productivity software and the power-user accessibility of late-2000s *nix. This is a system by us, for us, based on the things we like.
#cpp, #os, #unix, #kernel
SerenityOS is a love letter to '90s user interfaces with a custom Unix-like core. It flatters with sincerity by stealing beautiful ideas from various other systems.
Roughly speaking, the goal is a marriage between the aesthetic of late-1990s productivity software and the power-user accessibility of late-2000s *nix. This is a system by us, for us, based on the things we like.
#cpp, #os, #unix, #kernel
❤1🔥1
Excalidraw is a virtual whiteboard for sketching hand-drawn like diagrams.
#typescript, #ts, #productivity, #drawing, #collaboration, #diagrams, #whiteboard
#typescript, #ts, #productivity, #drawing, #collaboration, #diagrams, #whiteboard
🔥1
Ryven is a simple flow-based visual scripting runtime environment for Python.
#python, #flow, #scripting, #visual,
#python, #flow, #scripting, #visual,
❤1👍1
tinyhttp is a modern Express-like web framework written in TypeScript and compiled to native ESM, that uses a bare minimum amount of dependencies trying to avoid legacy hell.
Here is a short list of most important features that tinyhttp has:
- 2x faster than Express
- Full Express middleware support
- Async middleware support
- Native ESM and CommonJS support
- No legacy dependencies, just the JavaScript itself
- Types out of the box
- Prebuilt middleware for modern Node.js
#typescript, #ts, #express, #web, #framework, #node, #http, #backend
Here is a short list of most important features that tinyhttp has:
- 2x faster than Express
- Full Express middleware support
- Async middleware support
- Native ESM and CommonJS support
- No legacy dependencies, just the JavaScript itself
- Types out of the box
- Prebuilt middleware for modern Node.js
#typescript, #ts, #express, #web, #framework, #node, #http, #backend
🔥1
Clean Architecture.
A starting point for Clean Architecture with ASP.NET Core. Clean Architecture is just the latest in a series of names for the same loosely-coupled, dependency-inverted architecture. You will also find it named hexagonal, ports-and-adapters, or onion architecture.
#csharp, #aspnet, #dotnet, #architecture
A starting point for Clean Architecture with ASP.NET Core. Clean Architecture is just the latest in a series of names for the same loosely-coupled, dependency-inverted architecture. You will also find it named hexagonal, ports-and-adapters, or onion architecture.
#csharp, #aspnet, #dotnet, #architecture
❤1
This media is not supported in your browser
VIEW IN TELEGRAM
Apirocket. Save time with the tool used by the world's laziest web developers to create your GraphQL API without writing a single line of code.
#protoryping, #testing, #api, #builder
#protoryping, #testing, #api, #builder
❤1👍1🔥1
trivy is a a simple and comprehensive vulnerability scanner for containers and other Artifacts, Suitable for CI.
#golang, #go, #docker, #kubernetes, #security, #vulnerability, #containers
#golang, #go, #docker, #kubernetes, #security, #vulnerability, #containers
👍1🔥1
Firefox Monitor warns you if your online accounts were involved in a known data breach.
#website, #security, #leaks
#website, #security, #leaks
Mozilla Monitor
Find out if you’ve been part of a data breach with Mozilla Monitor. We’ll help you understand what to do next and continuously monitor for any new breaches.
🔥1
rqlite is a lightweight, distributed relational database, which uses SQLite as its storage engine. Forming a cluster is very straightforward, it gracefully handles leader elections, and tolerates failures of machines, including the leader. rqlite is available for Linux, macOS, and Microsoft Windows.
#golang, #go, #sqlite, #sql, #database
#golang, #go, #sqlite, #sql, #database
❤1
YARP is a project to create a reverse proxy server. We found a bunch of internal teams at Microsoft who were either building a reverse proxy for their service or had been asking about APIs and tech for building one, so we decided to get them all together to work on a common solution, this project.
#csharp, #dotnet, #proxy, #reverse
#csharp, #dotnet, #proxy, #reverse
❤1
NetBox is an IP address management (IPAM) and data center infrastructure management (DCIM) tool. Initially conceived by the network engineering team at DigitalOcean, NetBox was developed specifically to address the needs of network and infrastructure engineers. It is intended to function as a domain-specific source of truth for network operations.
#python, #ipam, #dcim, #infrastructure, #management
#python, #ipam, #dcim, #infrastructure, #management
❤1
Kubernetes clusters for the hobbyist.
This guide answers the question of how to setup and operate a fully functional, secure Kubernetes cluster on a cloud provider such as Hetzner Cloud, DigitalOcean or Scaleway. It explains how to overcome the lack of external ingress controllers, fully isolated secure private networking and persistent distributed block storage.
Be aware, that the following sections might be opinionated. Kubernetes is an evolving, fast paced environment, which means this guide will probably be outdated at times, depending on the author's spare time and individual contributions. Due to this fact contributions are highly appreciated.
This guide is accompanied by a fully automated cluster setup solution in the shape of well structured, modular Terraform recipes. Links to contextually related modules are spread throughout the guide, visually highlighted using the Terraform Terraform icon.
#guide, #kubernetes, #k8s, #security, #docker, #cluster
This guide answers the question of how to setup and operate a fully functional, secure Kubernetes cluster on a cloud provider such as Hetzner Cloud, DigitalOcean or Scaleway. It explains how to overcome the lack of external ingress controllers, fully isolated secure private networking and persistent distributed block storage.
Be aware, that the following sections might be opinionated. Kubernetes is an evolving, fast paced environment, which means this guide will probably be outdated at times, depending on the author's spare time and individual contributions. Due to this fact contributions are highly appreciated.
This guide is accompanied by a fully automated cluster setup solution in the shape of well structured, modular Terraform recipes. Links to contextually related modules are spread throughout the guide, visually highlighted using the Terraform Terraform icon.
#guide, #kubernetes, #k8s, #security, #docker, #cluster
❤1