Posts

  • tomcat-cluster-redis-session-manager

    Tomcat clustering redis session manager java client.

    The Redis session manager is pluggable one. It stores session into Redis for easy distribution of HTTP Requests across a cluster of Tomcat servers.

    Here the Sessions are implemented as non-sticky (means, each request can able to go to any server in the cluster, unlike the Apache provided Tomcat clustering setup.)

    Request Sessions will be stored into Redis immediately (Session attributes must be Serializable), for the use of other servers. When tomcat receives a request from the client, Sessions are loaded directly from Redis.

    Supports Redis default, sentinel and cluster mode, based on the configuration.

    Going forward, we no need to enable sticky session (JSESSIONID) in Load Balancer.

    Tags: #java • tomcat-clustering • tomcat-session-manager

  • mintable

    🍃 Automate your personal finances – for free, with no ads, and no data collection.

    1. Sign up for Plaid’s Free Plan.
    2. Install Mintable:

       npm install -g mintable
       mintable setup
      
    3. Update your account balances/transactions:

       mintable fetch
      

    Note: If you’re already a version 1.x.x user, you can migrate your existing configuration to version 2.x.x.

    Tags: #typescript • finance • finance-management

  • omniauth-facebook

    Facebook OAuth2 Strategy for OmniAuth

    📣 NOTICE We’re looking for maintainers to help keep this project up-to-date. If you are interested in helping please open an Issue expressing your interest. Thanks! 📣

    These notes are based on master, please see tags for README pertaining to specific releases.

    Facebook OAuth2 Strategy for OmniAuth.

    Supports OAuth 2.0 server-side and client-side flows. Read the Facebook docs for more details: http://developers.facebook.com/docs/authentication

    Tags: #ruby

  • Collabtive

    Collabtive is web based project management software

    Collabtive is web-based project management software. It’s an open source alternative to proprietary tools like Basecamp.

    It features a modern, responsive UI as well as powerful features for structuring and tracking projects. With a responsive UI and powerful plugin system - it’s easy to use and customize.

    Tags: #php • project-management • todo

  • padloc

    A modern, open source password manager for individuals and teams.

    Simple, secure password and data management for individuals and teams (formerly known as Padlock).

    This repo is split into multiple packages:

    Package Name Description
    @padloc/core Core Logic
    @padloc/app Web-based UI components
    @padloc/server The Backend Server
    @padloc/pwa The Web Client, a Progressive Web App built on top of the @padloc/app package
    @padloc/locale Package containing translations and other localization-related things
    @padloc/electron The Desktop App, built with Electron
    @padloc/cordova Cordova project for building iOS and Android app.
    @padloc/tauri (experimental) Cross-platform native app builder for Padloc, powered by Tauri

    Tags: #typescript

  • react-fix-it

    Automagically generate tests from errors

    Automagically generate tests from errors.

    :warning: This package uses react-component-errors to wrap the lifecycle methods into a try…catch block, which affects the performance of your components. Therefore it should not be used in production.

    Tags: #javascript

  • Alfred-Workflows

    Make your Alfred more powerful. (include Workflows, Extensions and Themes)

    Make your Alfred more powerful. ([Alfred 2] powerpack required)

    For more workflows, check [AlfredWorkflow.com] and [Workflow Searcher]


    Tags: #php

  • Couscous

    Couscous is good.

    Couscous was designed to be as simple as possible. By embracing simplicity, it becomes extremely simple to extend.

    Tags: #php • documentation • markdown

  • cfn_nag

    Linting tool for CloudFormation templates

    The cfn-nag tool looks for patterns in CloudFormation templates that may indicate insecure infrastructure. Roughly speaking, it will look for:

    • IAM rules that are too permissive (wildcards)
    • Security group rules that are too permissive (wildcards)
    • Access logs that aren’t enabled
    • Encryption that isn’t enabled
    • Password literals

    For more background on the tool, please see this post at Stelligent’s blog:

    Finding Security Problems Early in the Development Process of a CloudFormation Template with “cfn-nag”

    Tags: #ruby • continuous-testing • unit-testing

  • guard-rubocop

    Guard plugin for RuboCop

    guard-rubocop allows you to automatically check Ruby code style with RuboCop when files are modified.

    Tested on MRI 2.5 - 2.7.

    Tags: #ruby

subscribe via RSS