Posts
-
eloquent-eager-limit
Laravel Eloquent eager loading with limit
This Laravel Eloquent extension allows limiting the number of eager loading results per parent using window functions.
Supports Laravel 5.5.29+.
Tags: #php
-
reworm
🍫 the simplest way to manage state
Forget about actions, connections, reducers and a lot of boilerplate to create and manage states. With reworm you can create and manage state as simple as on the image above.
Tags: #typescript • react • state-management
-
javers
JaVers - object auditing and diff framework for Java
JaVers is the lightweight Java library for auditing changes in your data.
We all use Version Control Systems for source code, so why not use a specialized framework to provide an audit trail of your Java objects (entities, POJO, data objects)?
Tags: #java • hacktoberfest
-
laravel-microscope
Fearless refactoring, it does a lot of smart checks to find certain errors.
- It is created to be smarter than phpstorm and other IDEs in finding errors.
- It is created to understand laravel run-time and magic.
- It does not show you stupid false errors, all the errors are really errors.
- Even If you have written a lot of tests for your app, you may still need this.
- It can refactor your code, by applying
early returnsautomatically.
Tags: #php • laravel-testing • laravel-test-generator
-
elasticsearch-analysis-vietnamese
Vietnamese Analysis Plugin for Elasticsearch
In order to install the plugin, choose a version in releases page then run:
bin/elasticsearch-plugin install link/to/binary/versionTags: #java • elasticsearch • vietnamese-analysis-plugin
-
video_transcoding
Tools to transcode, inspect and convert videos.
Tools to transcode, inspect and convert videos.
Tags: #ruby
-
pdfkit
A Ruby gem to transform HTML + CSS into PDFs using the command-line utility wkhtmltopdf
Create PDFs using plain old HTML+CSS. Uses wkhtmltopdf on the back-end which renders HTML using Webkit.
Tags: #ruby • pdfkit • wkhtmltopdf
-
ts-protoc-gen
Protocol Buffers Compiler (protoc) plugin for TypeScript and gRPC-Web.
Protoc Plugin for generating TypeScript Declarations
This repository contains a protoc plugin that generates TypeScript declarations (
.d.tsfiles) that match the JavaScript output ofprotoc --js_out=import_style=commonjs,binary. This plugin can also output service definitions as both.jsand.d.tsfiles in the structure required by grpc-web, and as.d.tsfiles in the structure required by grpc-node.This plugin is tested and written using TypeScript 2.7.
Tags: #typescript • protocol-buffers • protoc
-
godot-vscode-plugin
Godot development tools for VSCode
A complete set of tools to code games with Godot Engine in Visual Studio Code.
IMPORTANT NOTE: Versions 1.0.0 and later of this plugin only support Godot 3.2 or later.
Tags: #typescript
-
condenser
Condenser is a database subsetting tool
Condenser is a config-driven database subsetting tool for Postgres and MySQL.
Subsetting data is the process of taking a representative sample of your data in a manner that preserves the integrity of your database, e.g., give me 5% of my users. If you do this naively, e.g., just grab 5% of all the tables in your database, most likely, your database will break foreign key constraints. At best, you’ll end up with a statistically non-representative data sample.
One common use-case is to scale down a production database to a more reasonable size so that it can be used in staging, test, and development environments. This can be done to save costs and, when used in tandem with PII removal, can be quite powerful as a productivity enhancer. Another example is copying specific rows from one database and placing them into another while maintaining referential integrity.
You can find more details about how we built this here and here.
Tags: #python • database • subsetter
subscribe via RSS