Posts

  • ruby-debug-ide

    An interface which glues ruby-debug to IDEs like Eclipse (RDT), NetBeans and RubyMine.

    The ‘ruby-debug-ide’ gem provides the protocol to establish communication between the debugger engine (such as debase or ruby-debug-base) and IDEs (for example, RubyMine, Visual Studio Code, or Eclipse). ‘ruby-debug-ide’ redirect commands from the IDE to the debugger engine. Then, it returns answers/events received from the debugger engine to the IDE. To learn more about a communication protocol, see the following document: ruby-debug-ide protocol.

    Tags: #ruby

  • obsidian

    GraphQL, built for Deno - a native GraphQL caching client and server module

    • GraphQL query abstraction and caching improving the performance of your app
    • SSR React wrapper, allowing you to cache in browser
    • Configurable caching options, giving you complete control over your cache
    • Fullstack integration, leveraging client-side and server-side caching to streamline your caching strategy
    • Support for the full GraphQL convention
    • Support for client-side and server-side cache invalidation
    • Optional GraphQL DoS attack mitigation security module

    Tags: #typescript • deno • graphql

  • Papercut-SMTP

    Papercut SMTP – The Simple Desktop Email Server

    If you ever send emails from an application or web site during development, you’re familiar with the fear of an email being released into the wild. Are you positive none of the ‘test’ emails are addressed to colleagues or worse, customers? Of course, you can set up and maintain a test email server for development – but that’s a chore. Plus, the delay when you are waiting to view new test emails can radically slow your development cycle.

    Tags: #javascript • papercut • smtp-server

  • graphql-mesh

    GraphQL Mesh — Query anything, run anywhere

    The way GraphQL Mesh works is:

    1. Collect API schema specifications from services
    2. Create a runtime instance of fully-typed SDK for the services.
    3. Convert API specs to GraphQL schema
    4. Applies custom schema transformations and schema extensions
    5. Creates fully-typed, single schema, GraphQL SDK to fetch data from your services.

    Tags: #typescript • graphql • rest-api

  • redis-store

    Namespaced Rack::Session, Rack::Cache, I18n and cache Redis stores for Ruby web frameworks

    Redis Store provides a full set of stores (Cache, I18n, Session, HTTP Cache) for modern Ruby frameworks like: Ruby on Rails, Sinatra, Rack, Rack::Cache and I18n. It supports object marshalling, timeouts, single or multiple nodes, and namespaces.

    Please check the README file of each gem for usage and installation guidelines.

    Tags: #ruby • redis • library

  • react-native-contacts

    React Native Contacts

    getAll is a database intensive process, and can take a long time to complete depending on the size of the contacts list. Because of this, it is recommended you access the getAll method before it is needed, and cache the results for future use.

    import Contacts from 'react-native-contacts';
    
    Contacts.getAll().then(contacts => {
      // contacts returned
    })
    

    See the full API for more methods.

    Tags: #java • react-native • react-native-component

  • mdx

    MDx - Material Design WordPress Theme

    Tags: #php • wordpress-theme • material-design

  • dalli-elasticache

    A wrapper for Dalli with support for AWS ElastiCache

    The most common use of Dalli in Rails is to support a cache store. To set up your cache store with a cluster, you’ll need to generate the list of servers with Dalli ElastiCache and pass them to the cache_store configuration. This needs to be done in your config/environments/RAILS_ENV.rb file for each Rails environment where you want to use a cluster.

    # in config/environments/production.rb
    endpoint    = "my-cluster-name.abc123.cfg.use1.cache.amazonaws.com:11211"
    elasticache = Dalli::ElastiCache.new(endpoint)
    
    config.cache_store = :mem_cache_store, elasticache.servers, { expires_in: 1.day }
    

    Tags: #ruby

  • adLDAP

    adLDAP is a PHP class that provides LDAP authentication and integration with Active Directory.

    ATTENTION: Version v5.0.0 is in heavy development, however it is close to completion. Use ‘dev-master’ at you’re own risk.

    adLDAP is a tested PHP class library that provides LDAP authentication and Active Directory management tools.

    Tags: #php

  • php-ga-measurement-protocol

    Send data to Google Analytics from the server using PHP. Implements GA measurement protocol.

    Send data to Google Analytics from the server using PHP. This library fully implements GA measurement protocol so its possible to send any data that you would usually do from analytics.js on the client side. You can send data regarding the following parameters categories (Full List):

    • General
    • User
    • Session
    • Traffic Sources
    • System Info
    • Hit
    • Content Information
    • App Tracking
    • Event Tracking
    • E-Commerce
    • Enhanced E-Commerce
    • Social Interactions
    • Timing
    • Exceptions
    • Custom Dimensions / Metrics
    • Content Experiments
    • Content Grouping

    Tags: #php • google-analytics • tracking

subscribe via RSS