Awesome List Updates on Aug 15, 2016
10 awesome lists updated today.
🏠 Home · 🔍 Search · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor
1. Awesome Redux
Utilities / Side Effects
- redux-logic (⭐1.8k) - Redux middleware for organizing business logic and action side effects.
Other Integrations / RxJS
- redux-observable (⭐7.8k) - RxJS middleware for action side effects in Redux using "Epics".
- redurx (⭐97) - Redux'ish Functional State Management using RxJS.
Dev tools / Inspection tools / Side Effects
- remote-redux-devtools (⭐1.8k) - Redux DevTools remotely.
Other Integrations / Other
- redux-rollbar-middleware - Redux middleware that wraps exceptions in actions and sends them to Rollbar with current state.
2. Awesome Laravel
Popular Packages / Utilities
- Laravel Collection Macros (⭐1.5k) - A set of handy collection macros
3. Tips
Revert: Reverting an entire merge
git revert -m 1 <commit-ish>
4. Awesome Qt
Software Repositories / New Functionality
- #inqlude - The most well-known aggregation of Qt-centric libraries out there. A package manager is also available here.
- Linux-Apps.com - Despite the name, Linux-Apps.com aggregates a wide variety of Qt-based tools and libraries for both end-users and developers.
- Stephan Binner's Ubuntu PPAs - Ubuntu users who are hesitant to install anything outside of their package managers can obtain any recent version of Qt from these repositories. Instructions for adding them are found within.
Software that Uses Qt / New Functionality
- Google Earth - The virtual globe.
5. Awesome Javascript
Streaming / Runner
- Tailor (⭐1.7k) - Streaming layout service for front-end microservices, inspired by Facebook's BigPipe.
6. Awesome Competitive Programming
Other Awesome Resources / Interview Questions
Name: CareerCup
Description: The most popular website for software engineering interview preparation.
Name: InterviewBit
Description: Features intriguing and refreshing game-play designs which are designed to invoke one's interest in practicing.
7. Awesome Devenv
Workflow / Extensions
- Zappr (⭐532) - GitHub integration built to enhance your project workflow via enable/disable pull request approval checks.
8. Awesome Cpp
Build Systems
- Scons - A software construction tool configured with a Python script.
- Premake - A tool configured with a Lua script to generate project files for Visual Studio, GNU Make, Xcode, Code::Blocks, and more across Windows, Mac OS X, and Linux.
9. Awesome Dotnet Core
Frameworks, Libraries and Tools / API
- LightNode (⭐181) - Micro RPC/REST Framework built on OWIN http://neuecc.github.io/LightNode.
- WebAPIContrib for ASP.NET CORE (⭐460) - Community Contributions for ASP.NET Core.
Frameworks, Libraries and Tools / Application Frameworks
- ExtCore - Free, open source and cross-platform framework for creating modular and extendable web applications based on ASP.NET Core 1.0.
- grpc (⭐41k) - Remote Procedure Calls (RPCs) provide a useful abstraction for building distributed applications and services. The libraries in this repository provide a concrete implementation of the gRPC protocol, layered over HTTP/2. These libraries enable communication between clients and servers using any combination of the supported languages.
Frameworks, Libraries and Tools / Build Automation
- go-dotnet (⭐476) - Go wrapper for the .NET Core Runtime.
Frameworks, Libraries and Tools / Bundling and Minification
- BundlerMinifier (⭐614) - Visual Studio extension that let's you configure bundling and minification of JS, CSS and HTML files.
Frameworks, Libraries and Tools / Caching
- Stack Exchange Redis (⭐5.9k) - High performance general purpose redis client for .NET languages (C# etc).
Frameworks, Libraries and Tools / CMS
- Platformus - Free, open source and cross-platform CMS based on ASP.NET Core 1.0 and ExtCore framework.
- SimpleContent (⭐333) - Simple, yet flexible content and blog engine for ASP.NET Core that can work with or without a database.
Frameworks, Libraries and Tools / Database Drivers
- npgsql (⭐3.2k) - .NET data provider for PostgreSQL. It allows any program developed for .NET framework to access a PostgreSQL database server. It is implemented in 100% C# code. PostgreSQL versions since 9.1 are officially supported, others may work. http://www.npgsql.org
- ravendb (⭐297) - Linq enabled document database for .NET.
- RethinkDb.Driver (⭐383) - C#/.NET RethinkDB driver with 100% ReQL API coverage.
Frameworks, Libraries and Tools / E-Commerce and Payments
- SimplCommerce (⭐4.2k) - Super simple ecommerce system built on .NET Core.
Frameworks, Libraries and Tools / IDE
- rider - Cross-platform C# IDE based on the IntelliJ platform and ReSharper.
- Omnisharp - Family of Open Source projects, each with one goal: To enable a great .NET experience in YOUR editor of choice.
- Visual Studio Code (⭐162k) - New type of tool that combines the simplicity of a code editor with what developers need for their core edit-build-debug cycle. Code provides comprehensive editing and debugging support, an extensibility model, and lightweight integration with existing tools.
- Visual Studio Community - Free editor for individual developers, open source projects, academic research, education, and small professional teams.
Frameworks, Libraries and Tools / IOC
- Autofac (⭐4.4k) - Addictive .NET IoC container.
- SimpleInjector (⭐1.2k) - Easy, flexible, and fast Dependency Injection library that promotes best practice to steer developers towards the pit of success.
Frameworks, Libraries and Tools / Logging
- dnxcore-logging-logstash (⭐8) - Logstash logging extension for .NET Core applications with UDP and Redis transports.
Frameworks, Libraries and Tools / Mail
- MailKit (⭐6.1k) - Cross-platform .NET library for IMAP, POP3, and SMTP.
- MimeKit (⭐1.8k) - Cross-platform .NET MIME creation and parser library with support for S/MIME, PGP, DKIM, TNEF and Unix mbox spools.
Frameworks, Libraries and Tools / Misc
- AutoMapper (⭐9.9k) - Convention-based object-object mapper in .NET.
- CommonMark.NET (⭐997) - The implementation of CommonMark specification in C# for converting Markdown documents to HTML.
- markdig (⭐4.2k) - Fast, powerfull, CommonMark compliant, extensible Markdown processor for .NET.
- Scrutor (⭐3.5k) - Assembly scanning extensions for Microsoft.Extensions.DependencyInjection.
Frameworks, Libraries and Tools / ORM
- NReco.Data (⭐183) - Lightweight provider-independent DAL for SQL commands generation, CRUD operations and simple POCO mapping.
Frameworks, Libraries and Tools / Queue and Messaging
- MediatR.Extensions.Microsoft.DependencyInjection (⭐327) - MediatR extensions for Microsoft.Extensions.DependencyInjection.
- MicroBus (⭐215) - Simple in process mediator for .NET.
Frameworks, Libraries and Tools / Scheduler and Job
- HangfireIO (⭐9.3k) - Easy way to perform fire-and-forget, delayed and recurring tasks inside ASP.NET apps http://hangfire.io.
Frameworks, Libraries and Tools / Searching
- SolrExpress (⭐66) - Simple and lightweight query .NET library for Solr, in a controlled, buildable and fail fast way.
Frameworks, Libraries and Tools / Serialization
- Newtonsoft.Json (⭐11k) - Popular high-performance JSON framework for .NET.
- protobuf-net (⭐4.6k) - Protocol Buffers library for idiomatic .NET.
- TinyCsvParser (⭐371) - Easy to use, easy to extend and high-performance library for CSV parsing with .NET.
Frameworks, Libraries and Tools / Testing
- Bogus (⭐8.6k) - Simple and sane fake data generator for C#. Based on and ported from the famed faker.js.
- Netling (⭐1.3k) - Load tester client for easy web testing.
- nunit (⭐67) - NUnit test runner for .NET Core.
- shouldly (⭐2k) - Should testing for .NET - the way Asserting Should be! http://shouldly.readthedocs.org/en/latest
- TestStack.BDDfy (⭐415) - The simplest BDD framework EVER!
Frameworks, Libraries and Tools / Web Socket
- WampSharp (⭐385) - C# implementation of The Web Application Messaging Protocol - Protocol that provides messaging patterns of Remote Procedure Calls and Publish/Subscribe over WebSockets.
Starter Kits / Workflow
- ASP.NET Core Starter Kit (⭐1.2k) - Opinionated boilerplate for web development based on .NET Core, Kestrel, GraphQL on the backend and Babel, Webpack, React and Redux on the frontend. This boilerplate comes in both C# and F# flavors.
- saaskit (⭐1.1k) - Developer toolkit for building SaaS applications.
10. Awesome Jvm
Profilers
- jitwatch-intellij (⭐165) - JITWatch plugin for IntelliJ IDEA.
- Prev: Aug 16, 2016
- Next: Aug 14, 2016