PostSharp enables developers to eradicate boilerplate by offloading repetitive work from humans to machines using aspects: special kinds of custom attributes that modify the behavior of code they are applied to. | It is an extension library for Google Guice that provides many useful features. It introduces new annotations for classpath scanning, lifecycle management, and more. |
Aspect-oriented programming.
Ready-made aspects: logging, caching, threading, WPF, code contracts | Classpath scanning and automatic binding;
Lifecycle management;
Injector bootstrapping;
Configuration to field mapping |
Statistics | |
GitHub Stars - | GitHub Stars 827 |
GitHub Forks - | GitHub Forks 177 |
Stacks 43 | Stacks 0 |
Followers 18 | Followers 0 |
Votes 0 | Votes 0 |
Integrations | |
| No integrations available | |

Since version 0.101.0 and later Spacemacs totally abolishes the frontiers between Vim and Emacs. The user can now choose his/her preferred editing style and enjoy all the Spacemacs features. Even better, it is possible to dynamically switch between the two styles seamlessly which makes it possible for programmers with different styles to do seat pair programming using the same editor.

It tailors your application for GraalVM and HotSpot. Amazingly fast boot time, incredibly low RSS memory (not just heap size!) offering near instant scale up and high density memory utilization in container orchestration platforms like Kubernetes. We use a technique we call compile time boot.

It is a popular developer productivity extension for Microsoft Visual Studio. It automates most of what can be automated in your coding routines. It finds compiler errors, runtime errors, redundancies, and code smells right as you type, suggesting intelligent corrections for them.

SpaceVim is a Modular configuration, a bundle of custom settings and plugins, for Vim. It got inspired by spacemacs.

It is a first class persistence framework with support for custom SQL, stored procedures and advanced mappings. It eliminates almost all of the JDBC code and manual setting of parameters and retrieval of results. It can use simple XML or Annotations for configuration and map primitives, Map interfaces and Java POJOs (Plain Old Java Objects) to database records.

A minimalist Vim plugin manager.
Your editor and web browser don't know anything about each other, which is why you end up continuously switching between them. Kite bridges that gap, bringing an internet-connected programming experience right alongside your editor.

The Guava project contains several of Google's core libraries that we rely on in our Java-based projects: collections, caching, primitives support, concurrency libraries, common annotations, string processing, I/O, and so forth.

It is a modern server-side Java template engine for both web and standalone environments. It is aimed at creating elegant web code while adding powerful features and retaining prototyping abilities.

It is used for building component-based user interfaces for web applications and was formalized as a standard through the Java Community