Posts
-
Mail
Eden POP3, IMAP and SMTP component
composer install eden/mailIn order to use
Tags: #php
-
atomic-layout
Physical representation of layout composition to create declarative responsive layouts in React.
Modern layout development is about modularity and composition. Following the best practices of [Atomic design][atomic-design], we strive toward independent UI units that gradually compose into more meaningful pieces. While the attention paid to units implementation is thorough, we often overlook how to achieve layout composition that scales. It’s as if we forget that spacing defines composition.
When it comes to distributing the spacing things get more difficult. First of all, true contextless spacing is hard. To make things worse, all present solutions couple spacing with UI elements, inevitably making small reusable pieces contextful and, thus, hard to maintain.
Atomic Layout helps you to compose your elements by introducing a dedicated spacing layer called Composition. It encourages you to separate concerns between UI elements’ visual appearance and spacing between them. With the first-class responsive support at your disposal you can build gorgeous responsive permutations of your elements without leaving the dedicated spacing layer, keeping UI elements contextless and predictable. Embrace the era of a true layout composition!
Tags: #typescript • react • atomic-design
-
api-pagination
:page_facing_up: Link header pagination for Rails and Grape APIs.
Paginate in your headers, not in your response body. This follows the proposed RFC-8288 standard for Web linking.
Tags: #ruby • api • pagination
-
http-client
Async HTTP/1.1+2 client for PHP based on Amp.
- Supports HTTP/1 and HTTP/2
- Requests concurrently by default
- Pools persistent connections (keep-alive @ HTTP/1.1, multiplexing @ HTTP/2)
- Transparently follows redirects
- Decodes compressed entity bodies (gzip, deflate)
- Exposes headers and message data
- Streams entity bodies for memory management with large transfers
- Supports all standard and custom HTTP method verbs
- Simplifies HTTP form submissions
- Implements secure-by-default TLS (
https://) - Supports cookies and sessions
- Functions seamlessly behind HTTP proxies
Tags: #php • artax • amphp
-
stripe-ruby-mock
A mocking library for testing stripe ruby
- Homepage: https://github.com/stripe-ruby-mock/stripe-ruby-mock
- Issues: https://github.com/stripe-ruby-mock/stripe-ruby-mock/issues
- CHAT: https://gitter.im/rebelidealist/stripe-ruby-mock
Tags: #ruby
-
dbpatterns
Dbpatterns is a service that allows you to create, share, explore database models on the web. Built on top of Django, Backbone. Patterns are stored on MongoDB, and uses Lettuce for BDD approach.
Dbpatterns is a service that allows you to create, share, explore database models on the web.
Notes:
The previous domain is not active anymore. Project might be relaunched under a different domainTags: #javascript • mongodb • database
-
esoTalk
Fat-free forum software.
esoTalk is a free, open-source forum software package built with PHP and MySQL. It is designed to be:
- Fast. esoTalk’s code was architectured to have little overhead and to be as efficient as possible.
- Simple. All of esoTalk’s interfaces are designed around simplicity, ease-of-use, and speed.
- Powerful. Despite its simplicity, a large array of plugins and skins are available to extend the functionality of esoTalk.
esoTalk is developed by Toby Zerner in memory of his brother, Simon.
Tags: #php
-
Mercator
WordPress multisite domain mapping for the modern era.
Mercator requires WordPress 3.9 or newer for the new sunrise processes. Mercator also requires PHP 5.3+ due to the use of namespaced code.
Tags: #php
-
purs-loader
PureScript loader for webpack
PureScript loader for webpack
- Supports hot-reloading and rebuilding of single source files
- Dead code elimination using the
bundleoption - Colorized build output using
purescript-psaand thepsc: "psa"option
Tags: #javascript • loader • webpack
-
reflectasm
High performance Java reflection
ReflectASM is a very small Java library that provides high performance reflection by using code generation. An access class is generated to set/get fields, call methods, or create a new instance. The access class uses bytecode rather than Java’s reflection, so it is much faster. It can also access primitive fields via bytecode to avoid boxing.
Tags: #java
subscribe via RSS