smotastic / article-references

Collection of useful articles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

article-references

Collection of useful articles

Angular

Type Angular Vue
Property Binding <a [href]="link">Some Link</a> <a :href="link">Some Link</a>
Event Binding <button (click)="someMethod">Some Button</button> <button @click="someMethod">Some Button</button>

JPA

Spring

CDI Spring
Dependent (default) Prototype
Request Request
Conversation (No equivalent exists)
Session Session
Application Singleton (default)
@Produces @Bean

OAuth2

GIT

VueJs

Web

Flutter

Material Design

About

Collection of useful articles