Skip to content

Instantly share code, notes, and snippets.

View kasiriveni's full-sized avatar
🎯
Focusing on Learning 💯🔥

Srinivas kasiriveni

🎯
Focusing on Learning 💯🔥
View GitHub Profile
http://reactjsnewsletter.com/issues
https://react.statuscode.com/issues
http://newsletter.fullstackreact.com/
https://reactdigest.net/
-------javascript-----------------
https://javascriptweekly.com/
Object initializer / literal syntax
Shorthand property names (ES2015)
Shorthand method names (ES2015)
Computed property names (ES2015)
Object.length
How to Accessing properties in object
@kasiriveni
kasiriveni / angular_setup.txt
Last active January 24, 2019 06:03
angular setup
Softwares
https://code.visualstudio.com/
https://nodejs.org/en
https://git-scm.com
https://desktop.github.com
Offical website:
@kasiriveni
kasiriveni / gist:1771d79f779d57a61908c6c76278b17d
Last active August 20, 2018 01:53
UI-productivity-links
cheat-sheet
https://docs.emmet.io/cheat-sheet
https://code.visualstudio.com/shortcuts/keyboard-shortcuts-windows.pdf
https://services.github.com/on-demand/downloads/github-git-cheat-sheet.pdf
https://websitesetup.org/wp-content/uploads/2016/10/wsu-css-cheat-sheet.pdf
Reactjs :
https://devhints.io/react
@kasiriveni
kasiriveni / gist:71aac0485d41bbc4becfc4e0adf36a03
Created November 1, 2017 06:16
redux developement setup
npm init
npm i react react-dom redux
npm i webpack -D
import jquery from 'jquery';
import'./style.css';
console.log(jquery.fn.jquery)
console.log($.fn.jquery)
console.log(jQuery.fn.jquery)
{
"name": "stackoverflow-issue",
"version": "1.0.0",
"description": "webpackManifest is undefined when using HtmlWebpackPlugin",
"main": "src/index.js",
"scripts": {
"start":"webpack"
},
"keywords": [],
"author": "",