Giter Club home page Giter Club logo

rdash-angular2's Introduction

Hi there ๐Ÿ‘‹๐Ÿพ

I'm an experienced programmer, who specialized in algorithms, distributed systems, high performance compute infrastructure, realtime systems, SRE, and leadership also likes to tackle performance problems alongside a variety of challenges.

  • Experienced in developing fast, scalable, computing systems, and backend services with a cloud-native mindset around microservices, reliability patterns, and scale-out strategies by applying SRE practices
  • Have a solid technical foundation in distributed computing and storage, including significant experience with: server systems, storage, I/O, networking, data structures, concurrency, fault-tolerance, scalable runtime systems, and systems software
  • Experienced in technical leadership and large-scale architecture that impacted critical projects
  • Highly motivated with strong interpersonal skills, experienced to work successfully with multi-functional teams, principals, and architects and coordinate effectively across organizational boundaries and geographies
  • General Purpose GPU Computing (GPGPU)
  • Have a strong focus on performance, it's a feature

prev. @Zalando, @Microsoft, @HERE there..

old stuff: @ziyasal-archive @PanteonProject etc

rdash-angular2's People

Contributors

aayushkapoor206 avatar bugthesystem avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

rdash-angular2's Issues

Getting the following errors when running

app/components/dashboard/dashboard.ts(3,22): error TS2307: Cannot find module 'components/alerts/alerts'.
app/components/dashboard/dashboard.ts(6,25): error TS2307: Cannot find module 'components/rd-loading/rd-loading'.
app/components/dashboard/dashboard.ts(7,24): error TS2307: Cannot find module 'components/rd-widget/rd-widget'.
app/components/dashboard/dashboard.ts(9,30): error TS2307: Cannot find module 'components/rd-widget-header/rd-widget-header'.
app/components/dashboard/dashboard.ts(10,28): error TS2307: Cannot find module 'components/rd-widget-body/rd-widget-body'.
app/components/dashboard/dashboard.ts(11,30): error TS2307: Cannot find module 'components/rd-widget-footer/rd-widget-footer'.
app/components/dashboard/dashboard.ts(13,30): error TS2307: Cannot find module 'components/server-list-view/server-list-view'.
app/components/dashboard/dashboard.ts(14,33): error TS2307: Cannot find module 'services/server_list'.
app/components/dashboard/dashboard.ts(16,28): error TS2307: Cannot find module 'components/user-list-view/user-list-view'.
app/components/dashboard/dashboard.ts(17,31): error TS2307: Cannot find module 'services/user_list'.
app/components/dashboard/dashboard.ts(22,3): error TS2345: Argument of type '{ selector: string; appInjector: any[]; }' is not assignable to parameter of type '{ selector?: string; properties?: string[]; events?: string[]; host?: StringMap<string, string>; ...'.
Object literal may only specify known properties, and 'appInjector' does not exist in type '{ selector?: string; properties?: string[]; events?: string[]; host?: StringMap<string, string>; ...'.
app/components/tables/tables.ts(3,25): error TS2307: Cannot find module 'components/rd-loading/rd-loading'.
app/components/tables/tables.ts(4,24): error TS2307: Cannot find module 'components/rd-widget/rd-widget'.
app/components/tables/tables.ts(6,30): error TS2307: Cannot find module 'components/rd-widget-header/rd-widget-header'.
app/components/tables/tables.ts(7,28): error TS2307: Cannot find module 'components/rd-widget-body/rd-widget-body'.
app/components/tables/tables.ts(8,30): error TS2307: Cannot find module 'components/rd-widget-footer/rd-widget-footer'.
app/components/tables/tables.ts(10,30): error TS2307: Cannot find module 'components/server-list-view/server-list-view'.
app/components/tables/tables.ts(11,33): error TS2307: Cannot find module 'services/server_list'.
app/components/tables/tables.ts(16,3): error TS2345: Argument of type '{ selector: string; appInjector: any[]; }' is not assignable to parameter of type '{ selector?: string; properties?: string[]; events?: string[]; host?: StringMap<string, string>; ...'.
Object literal may only specify known properties, and 'appInjector' does not exist in type '{ selector?: string; properties?: string[]; events?: string[]; host?: StringMap<string, string>; ...'.
/home/efi/source/rdash-angular2/node_modules/ng2-bootstrap/dist/module.d.ts(2,19): error TS2307: Cannot find module 'index'.

Deploy to Heroku

I've tried to deploy application to Heroku but received error

remote: > [email protected] typings /tmp/build_5224193d7899447ce2b40d5c7ef4d0fc
remote: > typings install
remote:
remote: sh: 1: typings: not found
remote:
remote: npm ERR! Linux 3.13.0-93-generic
remote: npm ERR! argv "/tmp/build_5224193d7899447ce2b40d5c7ef4d0fc/.heroku/node/bin/node" "/tmp/build_5224193d7899447ce2b40d5c7ef4d0fc/.heroku/node/bin/npm" "run" "typings"
remote: npm ERR! node v5.11.1
remote: npm ERR! npm v3.8.6
remote: npm ERR! file sh
remote: npm ERR! code ELIFECYCLE
remote: npm ERR! errno ENOENT
remote: npm ERR! syscall spawn
remote: npm ERR! [email protected] typings: typings install
remote: npm ERR! spawn ENOENT
remote: npm ERR!
remote: npm ERR! Failed at the [email protected] typings script 'typings install'.
remote: npm ERR! Make sure you have the latest version of node.js and npm installed.
remote: npm ERR! If you do, this is most likely a problem with the rdash-angular2 package,
remote: npm ERR! not with npm itself.
remote: npm ERR! Tell the author that this fails on your system:
remote: npm ERR! typings install
remote: npm ERR! You can get information on how to open an issue for this project with:
remote: npm ERR! npm bugs rdash-angular2
remote: npm ERR! Or if that isn't available, you can get their info via:
remote: npm ERR! npm owner ls rdash-angular2
remote: npm ERR! There is likely additional logging output above.
remote:
remote: npm ERR! Please include the following file with any support request:
remote: npm ERR! /tmp/build_5224193d7899447ce2b40d5c7ef4d0fc/npm-debug.log
remote:
remote: npm ERR! Linux 3.13.0-93-generic
remote: npm ERR! argv "/tmp/build_5224193d7899447ce2b40d5c7ef4d0fc/.heroku/node/bin/node" "/tmp/build_5224193d7899447ce2b40d5c7ef4d0fc/.heroku/node/bin/npm" "install" "--unsafe-perm" "--userconfig" "/tmp/build_5224193d7899447ce2b40d5c7ef4d0fc/.npmrc"
remote: npm ERR! node v5.11.1
remote: npm ERR! npm v3.8.6
remote: npm ERR! code ELIFECYCLE
remote: npm ERR! [email protected] postinstall: npm run typings
remote: npm ERR! Exit status 1
remote: npm ERR!
remote: npm ERR! Failed at the [email protected] postinstall script 'npm run typings'.
remote: npm ERR! Make sure you have the latest version of node.js and npm installed.
remote: npm ERR! If you do, this is most likely a problem with the rdash-angular2 package,
remote: npm ERR! not with npm itself.
remote: npm ERR! Tell the author that this fails on your system:
remote: npm ERR! npm run typings
remote: npm ERR! You can get information on how to open an issue for this project with:
remote: npm ERR! npm bugs rdash-angular2
remote: npm ERR! Or if that isn't available, you can get their info via:
remote: npm ERR! npm owner ls rdash-angular2
remote: npm ERR! There is likely additional logging output above.
remote:
remote: npm ERR! Please include the following file with any support request:
remote: npm ERR! /tmp/build_5224193d7899447ce2b40d5c7ef4d0fc/npm-debug.log
remote:
remote: -----> Build failed

MISSING FILES

for help.when I Star and download the demo ,I can't run it on my server,The folder 'node-modules' is missing.where can I get the files missing?

cannot use NPM INSTALL command because of rdash-angular2

[email protected] start F:\gg\DashBord-2\rdash-angular2
concurrently "npm run tsc:w" "npm run live"

'concurrently' is not recognized as an internal or external command,
operable program or batch file.

npm ERR! Windows_NT 6.1.7600
npm ERR! argv "C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs
node_modules\npm\bin\npm-cli.js" "start"
npm ERR! node v4.6.0
npm ERR! npm v2.15.9
npm ERR! code ELIFECYCLE
npm ERR! [email protected] start: concurrently "npm run tsc:w" "npm run live "
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] start script 'concurrently "npm run
tsc:w" "npm run live" '.
npm ERR! This is most likely a problem with the rdash-angular2 package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! concurrently "npm run tsc:w" "npm run live"
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs rdash-angular2
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!
npm ERR! npm owner ls rdash-angular2
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR! F:\gg\DashBord-2\rdash-angular2\npm-debug.log

F:\gg\DashBord-2\rdash-angular2>cd src

F:\gg\DashBord-2\rdash-angular2\src>node system.config.js
F:\gg\DashBord-2\rdash-angular2\src\system.config.js:1
(function (exports, require, module, __filename, __dirname) { System.config({
^

ReferenceError: System is not defined
at Object. (F:\gg\DashBord-2\rdash-angular2\src\system.conf
ig.js:1:63)
at Module._compile (module.js:409:26)
at Object.Module._extensions..js (module.js:416:10)
at Module.load (module.js:343:32)
at Function.Module._load (module.js:300:12)
at Function.Module.runMain (module.js:441:10)
at startup (node.js:139:18)
at node.js:974:3

page wont load, stucks at loading animation

[default] Checking started in a separate process... [default] /home/chex/ng2-admin/node_modules/ng2-ckeditor/CKEditor.d.ts:7:36 Cannot find module '@angular/forms'.
the error message from npm start

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.