AWS Lambda made easy!My introduction into lambdas for clients, non-technical people or just devs about to get into it is that simple:Jan 6, 2021Jan 6, 2021
NodeJS — Spread OperatorThe syntax of the spread operator should remind you of the rest parameter syntax from the last article about extended parameter handling…Jun 22, 20181Jun 22, 20181
NodeJS — Extended parameter handlingBased on the previous article about default parameters, this is another way how ES6 improved parameter handling within function definitions…Jun 20, 2018Jun 20, 2018
NodeJS — ClusteringTo understand why clustering is an extremely effective way to scale up you application you have to understand the difference between…Jun 5, 2018Jun 5, 2018
JavaScript — Default parameters within functionsDefault parameters are a pretty handy way to make your code more compact by integrating default variable values directly into the function…Jun 4, 2018Jun 4, 2018
JavaScript — Pipelining using PromisesWith the newly released Promises, JavaScript got a very powerful feature which makes it possible to write more readable and shorter code…Jun 1, 2018Jun 1, 2018
Published inCloudBoostJavaScript — CurryingIf it comes to JS coding patterns, “currying” is pretty helpful. I’m also using it quite often to solve one or another tricky situation.Dec 20, 20171Dec 20, 20171
Save time with var, let and const in JSWith ECMAScript 6 two new keywords for variable declarations were introduced.Nov 4, 2017Nov 4, 2017
JavaScript: Object DestructuringIn this post you’ll learn how to optimize your code in length and readability with the use of destructuring (Feature from ECMAScript 6)!Oct 31, 2017Oct 31, 2017