Skip to content

Instantly share code, notes, and snippets.

View vvardhanz's full-sized avatar

vivek vardhan vvardhanz

View GitHub Profile
@vvardhanz
vvardhanz / SpringContents.txt
Last active May 2, 2018 14:43
Spring contents (Spring PDf )
page 5 --> Kinds of frameowrks
page 6 --> Reasons for using frameworks in java projects.
page 6 --> Why using spring framewoks -- > benefits.
page 7 --> Modules in spring frame work.
page 8 --> Spring Core module.
page 9 --> Spring Aop
page 11 --> spring mvc
page 11 --> spring J2ee (services)
page 11 --> spring Dataaccess and intigration
@sebmarkbage
sebmarkbage / JSXSpreadAttributes.md
Last active August 13, 2020 15:18
JSX Spread Attributes

JSX Spread Attributes

If you know all the properties that you want to place on a component a head of time, it is easy to use JSX:

  var component = <Component foo={x} bar={y} />;

Mutating Props is Bad, mkay

@dypsilon
dypsilon / frontendDevlopmentBookmarks.md
Last active April 30, 2024 04:42
A badass list of frontend development resources I collected over time.