CREATE portal/angular.json (3404 bytes) CREATE portal/package.json (1310 bytes) CREATE portal/README.md (1023 bytes) CREATE portal/tsconfig.json (384 bytes) CREATE portal/tslint.json (2805 bytes) CREATE portal/.editorconfig (245 bytes) CREATE portal/.gitignore (503 bytes) CREATE portal/src/environments/environment.prod.ts (51 bytes) CREATE portal/src/environments/environment.ts (631 bytes) CREATE portal/src/favicon.ico (5430 bytes) CREATE portal/src/index.html (293 bytes) CREATE portal/src/main.ts (370 bytes) CREATE portal/src/polyfills.ts (3194 bytes) CREATE portal/src/test.ts (642 bytes) CREATE portal/src/assets/.gitkeep (0 bytes) CREATE portal/src/styles.css (80 bytes) CREATE portal/src/browserslist (375 bytes) CREATE portal/src/karma.conf.js (964 bytes) CREATE portal/src/tsconfig.app.json (194…
"NG6 New Portal"Category: javascript
Keynote Address Presented by Brad Green, Miško Hevery and Kara Erickson Slides | Sketchnotes Related Topics: JavaScript · JavaScript Frameworks · Web Development · nodeJS · HTML5 · Front-end Development · Computer programming · Software Development · JavaScript Applications · JavaScript Libraries
"ng-conf 2018 virtually"
tl;dr: I went on a search of Node.js/Express.js authentication tutorials. All of them were incomplete or made a security mistake in some way that can potentially hurt new users. This post explores some common authentication pitfalls, how to avoid them, and what to do to help yourself when your tutorials don’t help you anymore. I am still searching for a robust, all-in-one solution for authentication in Node/Express that rivals Rails’s Devise. Your Node.js authentication tutorial…
"Beware of Node.js Authentication Tutorials"
@angular/compiler-cli@5.2.9″ has incorrect peer dependency “typescript@>=2.4.2 @angular/compiler-cli@5.2.9″ has incorrect peer dependency “typescript@>=2.4.2 tsickle@0.27.5″ has incorrect peer dependency “typescript@>=2.4.2 karma-jasmine-html-reporter@1.0.0″ has unmet peer dependency “jasmine@^3.0.0”. yarn add -D karma-jasmine
"fix dependencies"
res.sendFile vs res.sendfile? Don’t you just hate it when … express js error : “express deprecated res.sendfile: Use res.sendFile instead” Q: So… What’s the diff? is this just a case of Camels? Answer(s), if you have one in the comments below. Thanks!
"res.sendFile vs res.sendfile"
someone should create a library like camelcase.js which auto camelcases … because I’m lazy too. npm camelcase
"camelcase.js"
GraphQL vs. REST Two ways to send data over HTTP: What’s the difference? Read This: https://dev-blog.apollodata.com/graphql-vs-rest-5d425123e34b
"GraphQL vs. REST"