Posts
-
redd
Redd is a batteries-included API wrapper for reddit.
- Supports most of the reddit API, including live threads and the beta mod-mail.
- Includes support for streaming new posts and comments.
- Built-in rate limiting and error handling.
- Automatic retrying of failed requests.
Tags: #ruby • api-wrapper • reddit
-
ngx-cookie
Implementation of Angular 1.x $cookies service to Angular 2
Implementation of Angular 1.x $cookies service to Angular
Tags: #typescript • angular • cookie
-
kubenav
kubenav is the navigator for your Kubernetes clusters right in your pocket.
- Available for mobile, desktop and web: kubenav provides the same experience for mobile, desktop and web, with nearly 100% code sharing.
- Manage Resources: All major resources like Deployments, StatefulSets, DaemonSets, Pods, etc. are supported.
- Custom Resource Definitions: View all Custom Resource Definitions and mange Custom Resources.
- Modify Resources: Edit and delete all available resources or scale your Deployments, StatefulSets, DaemonSets.
- Filter and Search: Filter the resources by Namespace and find them by their name.
- Status Information: Fast overview of the status of workloads and detailed information including Events.
- Resource Usage: View the requests, limits and current usage of Pods and Containers.
- Logs: View the logs of a container or stream the logs in realtime.
- Terminal: Get a shell into a container, right from your phone.
- Manage multiple Clusters: Add multiple clusters via
kubeconfigor your preferred Cloud Provider, including Google, AWS and Azure. - Port-Forwarding: Create a port-forwarding connection to one of your Pods and open the served page in your browser.
- Prometheus Integration: kubenav allows you to view your Prometheus metrics directly in the dashboard and to build your own dashboards via the Prometheus plugin.
- Elasticsearch Integration: Discover your logs with the Elasticsearch plugin.
- Jaeger Integration: Analyze your traces with the Jaeger plugin.
Tags: #typescript • kubernetes • mobile
-
infection
AST based PHP Mutation Testing Framework
Please read documentation here: [infection.github.io][doc]
- Twitter: [@infection_php][twitter]
- Discord: https://discord.gg/ZUmyHTJ
- Gitter: https://gitter.im/infection/Lobby
- Slack: https://symfony.com/slack
#infectionchannel
Tags: #php • mutation • mutant
-
request_store
Per-request global storage for Rack.
Ever needed to use a global variable in Rails? Ugh, that’s the worst. If you need global state, you’ve probably reached for
Thread.current. Like this:def self.foo Thread.current[:foo] ||= 0 end def self.foo=(value) Thread.current[:foo] = value endUgh! I hate it. But you gotta do what you gotta do…
Tags: #ruby
-
react-aria-menubutton
A fully accessible, easily themeable, React-powered menu button
A React component (set of components, really) that will help you build accessible menu buttons by providing keyboard interactions and ARIA attributes aligned with the WAI-ARIA Menu Button Design Pattern.
Please check out the demo.
Tags: #javascript
-
UniFi-API-browser
Tool to browse data exposed by Ubiquiti’s UniFi Controller API (demo: https://api-browser-demo.artofwifi.net/)
This tool is for browsing data that is exposed through Ubiquiti’s UniFi Controller API, written in PHP, JavaScript and the Bootstrap CSS framework.
It comes bundled with a PHP class for access to the UniFi Controller API, which supports more API endpoints than the UniFi API browser tool does.
If you plan on creating your own PHP code to leverage the UniFi controller API, it is recommended to use the standalone version of the API client class which can be found here: https://github.com/Art-of-WiFi/UniFi-API-client
You will find examples and detailed instructions there.
Please keep the following in mind:
- the API browser tool doesn’t support all available data collections/API endpoints, see the list below of those that are currently supported
- currently, versions 4.x.x, 5.x.x, and 6.0.x of the UniFi Controller software are supported (version 6.0.42 has been confirmed to work) as well as UniFi OS-based controllers (version 5.12.59 has been confirmed to work)
- when accessing UniFi OS-based controllers (e.g. UDM PRO) through this tool, please read the remarks below regarding UniFi OS support
- there is still work to be done to add/improve functionality and usability of this tool so suggestions/comments are welcome. Please use the GitHub issue list or the Ubiquiti Community forums (https://community.ubnt.com/t5/UniFi-Wireless/UniFi-API-browser-tool-released/m-p/1392651) to share your ideas/questions.
- please read the Security Notice below before installing this tool!
Tags: #php • unifi • api-client
-
vue-mdc
Material web components for Vue.js
Material Components Web for Vue.js
This is the adaptation of Material Components web for Vue.js. Keeping them fast, easy to use and, SSR ready.
The docs will be the demo, until then you can check the test folder and the Material Components web demo
Tags: #javascript • mdl • vue
-
karafka
Framework for Apache Kafka based Ruby and Rails applications development.
Framework used to simplify Apache Kafka based Ruby applications development.
Karafka allows you to capture everything that happens in your systems in large scale, providing you with a seamless and stable core for consuming and processing this data, without having to focus on things that are not your business domain.
Karafka not only handles incoming messages but also provides tools for building complex data-flow applications that receive and send messages.
Tags: #ruby • karafka-framework • kafka-topic
-
laravel-shared-data
📦 An easy way to share the data from your backend to the JavaScript.
You can install this package via composer using this command:
composer require coderello/laravel-shared-dataThe package will automatically register itself.
Tags: #php
subscribe via RSS