Posts
-
simple_token_authentication
Simple (and safe*) token authentication for Rails apps or API with Devise.
First install [Devise][devise] and configure it with any modules you want, then add the gem to your
Gemfileandbundle install:# Gemfile gem 'simple_token_authentication', '~> 1.0' # see semver.orgOnce that done, only two steps are required to setup token authentication:
- Make one or more models token authenticatable (ActiveRecord and Mongoid are supported)
- Allow controllers to handle token authentication (Rails, Rails API, and
ActionController::Metalare supported)
If you want more details about how the gem works, keep reading! We’ll get to these two steps after the overview.
Tags: #ruby • devise • authentication
-
rockpack
Rockpack is a simple solution for creating React Application with Server Side Rendering, bundling, linting, testing within 5 minutes
Rockpack will help if:
- Beginners. With the help of Rockpack, any newbie to React can deploy a project of any complexity in a few minutes, with configured webpack, eslint, jest, etc. Rockpack supports the most popular types of React application with the project structure, Server Side Rendering, optimizations, and has the necessary dependencies.
- Large projects from scratch. Rockpack supports most of the webpack best practices configurations, eslint rules, jest, typescript and will work great even on large projects
- Startup. If you need to quickly check an idea without wasting time on unfolding and setting up the project.
- Library or React Component. If you want to write a UMD library or React component, with support for the esm/cjs build as well as the minified version.
- Legacy projects or modular use. Rockpack is a modular platform, you can only use what you need. Please see every modules’ readme.
Also, pay attention to module iSSR. This tiny module helps you to move your React application to Server-Side Rendering. Please see articles:
Tags: #typescript • reactjs • ssr
-
livehelperchat
Live Helper Chat - live support for your website. Featuring web and mobile apps, Voice & Video & ScreenShare. Supports Telegram, Twilio (whatsapp), Facebook messenger including building a bot.
- Documentation - https://doc.livehelperchat.com
- Forum/Discussions - https://github.com/LiveHelperChat/livehelperchat/discussions
- Chat (Discord) https://discord.gg/YsZXQVh
- Laravel version of Live Helper Chat
Tags: #php • live-support • chat-application
-
react-tiny-fab
🤖A tiny Floating Action Button for React
Please visit here for docs: https://dericcain.github.io/react-tiny-fab/
Tags: #typescript • hacktoberfest
-
babel-plugin-add-module-exports
【v0.2 no longer maintained】 Fix babel/babel#2212 - Follow the babel@5 behavior for babel@6
However, the plugin doesn’t change the pure-esmodule. this plugin makes changes only when exists
exports.default(in other words, using commonjs).{ "presets": [["@babel/env", { "modules": false }]], "plugins": ["add-module-exports"] }into
export default 'foo'1.0.0Currently support iscommonjsandumd. Doesn’t supportamd,systemjsmodules(don’t use. there are no plans to support at the moment).Tags: #javascript • babel-plugin
-
highcharts-react
The official Highcharts supported wrapper for React
Official minimal Highcharts wrapper for React.
Tags: #javascript
-
Car-Recognition
Car Recognition with Deep Learning
This repository is to do car recognition by fine-tuning ResNet-152 with Cars Dataset from Stanford.
Tags: #python • deep-learning • computer-vision
-
terrapin
Run shell commands safely, even with user-supplied values
Run shell commands safely, even with user-supplied values
Tags: #ruby
-
active_event_store
Rails Event Store in a more Rails way
Active Event Store is a wrapper over Rails Event Store which adds conventions and transparent Rails integration.
Tags: #ruby • rails • event-sourcing
-
graphql-inspector
🕵️♀️ Validate schema, get schema change notifications, validate operations, find breaking changes, look for similar types, schema coverage
- Compares schemas
- Detect breaking or dangerous changes
- Schema change notifications
- Use serverless functions validate changes
- Validates Operations and Fragments against a schema
- Finds similar / duplicated types
- Schema coverage based on Operations and Fragments
- Serves a GraphQL server with faked data and GraphiQL
- Docker Image
Tags: #typescript • graphql • javascript
subscribe via RSS