Details
-
AboutBackend specialist. Node and C#.
Joined devRant on 11/11/2016
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
-
Yeahhh, you either need to ".bind" or do something like "(res) =) myfuncname(res)".... Obviously that's a fat arrow,not a random bracket... Bit me in the butt the other day even though I knew about this xD
-
Made me go find a dark theme for Github.
-
Eslint is great... Code looked super messy when worked in by 7 different developers.... There was no consistency! But now... Its much nicer :) code reviews are no time about me telling people to change style anymore, I can focus on functionality and coding patterns!
-
Db can cache results or even query plan... This makes profiling a little difficult without the right tools.
-
What happened? I use specific versions in my package.json and use green keeper to update my dependencies.
-
Also not returning the promise, so whatever runs after this might not actually wait for initial to finish all its promises
-
I recently purchased an everlast Kickstarter notebook :) 44 CAD
-
Something I've done countless times.... Create an API to create/delete/update/get data from a dB... Then come up with creative queries like "sales between dates x and y and price above 10"...then you create a nice ui for it. This will give you a wide range practice of skills... Don't forget to write tests, maybe have ci (use Travis or something).
-
I see so many posts for express but none for Koa! Koa is pretty cool once you get your head around generators. ;)
-
Ahh fair enough... Luckily enough, frameworks are heavily talked about pieces, so there are tons of summary blogs and blogs sizing them up against each other... I'm not a front end developer, but when I've done a little bit of work I used react with alt and flux...I believe we used gulp to help while doing local dev...
Most tools I discover are because I am working on something and I say to myself there must be a better way to do x or someone must have already made a package to do y
Forgot to mention packages: mocha, sinon, eslint for code quality. -
Really depends what you are trying to do...some of my favorite are: lodash, bluebird, express/koa... But npm sure should have some top packages list if I recall correctly.
-
I believe what was meant was "truly random"...none of these pseudo random functions
-
Tables in dynamo :(
-
... And generators with yields.... Mmm even cleaner than promise hell (. Then. Then.then.then)
-
Seeqwel, best and only way :)
-
Example?
-
What's bad about confluence? Team just started using it, would like to avoid pitfalls as much as possible.... Upgrading from using an outdated MediaWiki
-
We jumped on the FaaS hype, taking microservices to the next level ;)
-
For those who want more information, this practice is referred to as TDD (test driven development )
-
UTC all the things!