Posts

  • eventy

    WordPress-like actions and filters for Laravel

    Actions are pieces of code you want to execute at certain points in your code. Actions never return anything but merely serve as the option to hook in to your existing code without having to mess things up.

    Filters are made to modify entities. They always return some kind of value. By default they return their first parameter and you should too.

    Read more about filters

    Read more about actions

    Tags: #php

  • minio-java

    MinIO Client SDK for Java

    MinIO Java SDK is Simple Storage Service (aka S3) client to perform bucket and object operations to any Amazon S3 compatible object storage service.

    For a complete list of APIs and examples, please take a look at the Java Client API Reference documentation.

    Tags: #java • libraries • sdk

  • as-duration

    Extraction of ActiveSupport::Duration from Rails

    This gem is an extraction of ActiveSupport::Duration from Rails, along with the related core extensions.

    Ruby 2.0 or greater is required.

    Tags: #ruby • duration • activesupport

  • graphql-modules

    Enterprise Grade Tooling For Your GraphQL Server

    • Reusable modules - Modules are defined by their GraphQL schema (Schema first design). They can be shared between apps.
    • Scalable structure - Manage multiple teams and features, multiple micro-services and servers.
    • Gradual growth - A clear, gradual path from a very simple and fast, single-file modules, to scalable multi-file, multi-teams, multi-repo, multi-server modules.
    • Testable - A rich toolset around testing, mocking and separation.

    Tags: #typescript • graphql • graphql-server

  • circleci-orb

    Install, cache and run Cypress.io tests on CircleCI with minimal configuration.

    The Cypress CircleCI Orb is a piece of configuration set in your circle.yml file to correctly install, cache and run Cypress.io tests on CircleCI with very little effort. See this orb in CircleCI Registry.

    Tags: #typescript • cypress • cypress-io

  • react-md-editor

    A simple markdown editor with preview, implemented with React.js and TypeScript.

    • 📑 Indent line or selected text by pressing tab key, with customizable indentation.
    • ♻️ Based on textarea encapsulation, does not depend on any modern code editors.
    • 🚧 Does not depend on the uiw component library.
    • 🚘 Automatic list on new lines.
    • 😻 GitHub flavored markdown support.
    • 💡 Support next.js, Use examples in next.js.

    Tags: #typescript • markdown • markdown-editor

  • vagrant-vsphere

    VMware vSphere provider for Vagrant

    This is a Vagrant 1.6.4+ plugin that adds a vSphere provider to Vagrant, allowing Vagrant to control and provision machines using VMware. New machines are created from virtual machines or templates which must be configured prior to using this provider.

    This provider is built on top of the RbVmomi Ruby interface to the vSphere API.

    Tags: #ruby

  • peer-tweet

    Decentralized feeds using BitTorrent’s DHT. Idea from Arvid and The_8472 “DHT RSS feeds” http://libtorrent.org/dht_rss.html

    Decentralized feeds using BitTorrent’s DHT. Idea from Arvid and The_8472 “DHT RSS feeds” http://libtorrent.org/dht_rss.html

    Tags: #javascript

  • xxl-mq

    A lightweight distributed message queue framework.(分布式消息队列XXL-MQ)

    XXL-MQ is a lightweight distributed message queue framework. With features of “horizontal expansion, high availability, massive data accumulation, single TPS over 100,000, millisecond delivery”. Support for “concurrent message, serial message, broadcast message, delay message, transaction message, failure retry, timeout control” and other message features. Now, it’s already open source, real “out-of-the-box”.

    XXL-MQ是一款轻量级分布式消息队列,拥有 “水平扩展、高可用、海量数据堆积、单机TPS过10万、毫秒级投递” 等特性, 支持 “并发消息、串行消息、广播消息、延迟消息、事务消费、失败重试、超时控制” 等消息特性。现已开放源代码,开箱即用。

    Tags: #java • message-queue • broker

  • datetimepicker

    React Native date & time picker component for iOS, Android and Windows

    See this issue

    Tags: #javascript • datetimepicker • react-native

subscribe via RSS