Pinned Repositories
angular-cor-example
This quick and dirty example demonstrates the use of design patterns with Angular. viz. Chain of Resposibility, which is a better alternative to writing even disciplined `$scope` based code. This expresses intent, design and makes pieces testable.
angular-inheritance-example
This quick and dirty example demonstrates the basic vanilla JavaScript inheritance to make factories more extendable. Out of the box Angular is quiet about this unlike YUI and React. Hiding basics of JavaScript's protypal nature is great in Angular, but sometimes this design is more explicit.
angular-resource-example
This example demonstrates the basic use of $resources which is more aligned with fully baked REST APIs in the backend and avoid making raw $http calls from services. This also helps your keep your code in Models and presents an ActiveRecord approach as Rubyist are more used to.
angular-translate-rails
The Angular Translate JavaScript module ready to play with Rails
arduino-temperature-display
Example to show temperature display on LCD with live readings
designsystemresearch
Design System Research
general-guides
General guides on Git, code reviews and styles
the-java-code-review-checklist
A code review guide and checklist when working with Java, Spring and related technologies
the-javascript-code-review-checklist
The ultimate code review guide and checklist on JavaScript.
kdsingharneja's Repositories
kdsingharneja/designsystemresearch
Design System Research
kdsingharneja/the-javascript-code-review-checklist
The ultimate code review guide and checklist on JavaScript.
kdsingharneja/angular-translate-rails
The Angular Translate JavaScript module ready to play with Rails
kdsingharneja/general-guides
General guides on Git, code reviews and styles
kdsingharneja/the-java-code-review-checklist
A code review guide and checklist when working with Java, Spring and related technologies
kdsingharneja/angular-cor-example
This quick and dirty example demonstrates the use of design patterns with Angular. viz. Chain of Resposibility, which is a better alternative to writing even disciplined `$scope` based code. This expresses intent, design and makes pieces testable.
kdsingharneja/angular-inheritance-example
This quick and dirty example demonstrates the basic vanilla JavaScript inheritance to make factories more extendable. Out of the box Angular is quiet about this unlike YUI and React. Hiding basics of JavaScript's protypal nature is great in Angular, but sometimes this design is more explicit.
kdsingharneja/angular-resource-example
This example demonstrates the basic use of $resources which is more aligned with fully baked REST APIs in the backend and avoid making raw $http calls from services. This also helps your keep your code in Models and presents an ActiveRecord approach as Rubyist are more used to.
kdsingharneja/arduino-temperature-display
Example to show temperature display on LCD with live readings
kdsingharneja/es6-code-checklist
A code pattern/review checklist for ES6 features
kdsingharneja/EssentialUXReading
Must read for an aspiring UXer
kdsingharneja/Intro-Python
Introduction to Python basics
kdsingharneja/kdsingharneja.github.io
kdsingharneja/pmresources
An Exhaustive List of PM Resources
kdsingharneja/reading2018
What I read in 2018
kdsingharneja/scrumguide
A guide to all things scrum and agile
kdsingharneja/the-css-code-review-guide
kdsingharneja/the-ui-review-checklist
A definitive code review checklist for UI engineering
kdsingharneja/uxchallenge
A simple test/challenge for aspiring UX designers