Identity Verification by Civic

Reduce fraud. Onboard users faster.  AI-powered identity verification combined with human review to ensure that your users are real, always. This documentation serves as a guide to integrate with Civic’s Secure Identity Platform (SIP). The platform provides partners with functionality such as secure 2FA user login secure private 2FA user login onboarding of verified users …

How to Install ISPConfig 3 on Ubuntu 18.04

ISPConfig is a well-known open-source web hosting control panel that allow us to manage services through a web browser. We can easily add Apache virtual host or Nginx server blocks, create/edit/delete databases, configure cron jobs, create email accounts, and much more. It is a free  alternative to paid control panels – you don’t have to …

Amazon Lightsail – Powerful virtual servers built for reliability & performance

Get Started in Minutes Lightsail gets you started quickly with preconfigured Linux and Windows application stacks and an intuitive management console. Low, Predictable Pricing Focus on your code, not your bill. Lightsail bundles all the resources you need into a single, simple price. Managed Environments Lightsail automatically configures networking, access, and security environments, taking the …

Remotion video

Remotion is a suite of libraries building a fundament for creating videos programmatically using React. Why create videos in React? Leverage web technologies: Use all of CSS, Canvas, SVG, WebGL, etc. Leverage programming: Use variables, functions, APIs, math and algorithms to create new effects Leverage React: Reusable components, Powerful composition, Fast Refresh, Package ecosystem Example videos …

SWR – React Hooks library for data fetching

SWR is React Hooks library for data fetching. The name “SWR” is derived from stale-while-revalidate, a HTTP cache invalidation strategy popularized by HTTP RFC 5861. SWR is a strategy to first return the data from cache (stale), then send the fetch request (revalidate), and finally come with the up-to-date data. With SWR, components will get …

The exponential backoff algorithm in Go

This is a Go port of the exponential backoff algorithm from Google’s HTTP Client Library for Java. Exponential backoff is an algorithm that uses feedback to multiplicatively decrease the rate of some process, in order to gradually find an acceptable rate. The retries exponentially increase and stop increasing when a certain threshold is met. Usage Import path …

VaultProject

A tool for secrets management, encryption as a service, and privileged access management Vault is a tool for securely accessing secrets. A secret is anything that you want to tightly control access to, such as API keys, passwords, certificates, and more. Vault provides a unified interface to any secret, while providing tight access control and …

Masonry

Masonry works by placing elements in optimal position based on available vertical space, sort of like a mason fitting stones in a wall. You’ve probably seen it in use all over the Internet. Cascading grid layout library Masonry works by placing elements in optimal position based on available vertical space, sort of like a mason …