Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mindplay-dk/mindplay-dk

Github Profile
https://github.com/mindplay-dk/mindplay-dk

Last synced: about 1 month ago
JSON representation

Github Profile

Awesome Lists containing this project

README

        

## Rasmus Schultz
#### Passionate Web Developer since 1998

[github]([https://github.com/mindplay-dk](https://github.com/mindplay-dk?tab=repositories)) [linkedin](https://www.linkedin.com/in/rasmusschultz/) [twitter](https://twitter.com/mindplaydk) [stackoverflow](https://stackoverflow.com/users/283851/mindplay-dk?tab=answers&sort=votes) [dev](https://dev.to/mindplay)

#### TypeScript / JavaScript
* [`inertion`](https://github.com/mindplay-dk/inertion) ~ test framework
* [`zero-drag`](https://github.com/mindplay-dk/zero-drag) ~ drag-and-drop library
* [Server Log Panel](https://github.com/mindplay-dk/server-log) ~ chrome extension for server-side logging
* A [paging hook](https://github.com/abtion/muffi.net/blob/805d0eb570b3499834da73d252dc5ff44fcd5f20/src/MuffiNet.FrontendReact/ClientApp/src/hooks/usePaging.ts) and [pagination controls](https://github.com/abtion/muffi.net/blob/805d0eb570b3499834da73d252dc5ff44fcd5f20/src/MuffiNet.FrontendReact/ClientApp/src/components/Pagination/index.tsx) in React
* A [date picker](https://svelte.dev/repl/f391b3186f804fb0bb0931e73388553a?version=3.46.4) in Svelte
* [Dependency injection with functions](https://dev.to/mindplay/a-successful-ioc-pattern-with-functions-in-typescript-2nac) in TypeScript

#### PHP
* [`mindplay/unbox`](https://github.com/mindplay-dk/unbox) ~ dependency injection container
* [`mindplay/sql`](https://github.com/mindplay-dk/sql) ~ database framework / query builder
* [`kodus/sentry`](https://github.com/mindplay-dk/sentry) ~ alternative Sentry client
* [`kodus/mail`](https://github.com/mindplay-dk/mail) ~ SMTP e-mail client
* [`kodus/image-hash`](https://github.com/mindplay-dk/image-hash) ~ image similarity hashing
* [`mindplay/middleman`](https://github.com/mindplay-dk/middleman) ~ PSR-based middleware stack
* [`mindplay/testies`](https://github.com/mindplay-dk/testies) ~ test framework
* [`mindplay/sapi-host`](https://github.com/mindplay-dk/sapi-host) ~ PSR-based HTTP host
* [`kodus/session`](https://github.com/kodus/session) ~ PSR-based session management

#### C# / .NET
* [File-size format provider](https://stackoverflow.com/questions/128618/file-size-format-provider/3968504#3968504)
* [Dependency injection with `Lazy`](https://dev.to/mindplay/containerless-dependency-injection-in-c-1nid)