Lukas PolakWhy I joined the “Blogging for Devs” courseBlogging for Devs is a free email course from marvelous @monicalent, which can help you with the growth of your blog.Mar 7, 2021Mar 7, 2021
Lukas PolakCurrying 4 — TraceFunction composition using point-free style creates a very concise and readable code:Sep 12, 2020Sep 12, 2020
Lukas PolakJavaScript currying 3 — ComposeThe compose function in the code below takes any number of functions, returns a function that takes the initial value, and then uses the…Sep 10, 2020Sep 10, 2020
Lukas PolakJavaScript currying 2 -Tacit programming (Point-free style)Tacid programming (i.e., Point-free style) is a programming paradigm, where function definition does not refer to the function arguments…Sep 4, 2020Sep 4, 2020
Lukas PolakJavaScript curryingCurrying is when a function returns another function until arguments are fully supplied. A curried function can take multiple arguments…Sep 4, 2020Sep 4, 2020
Lukas PolakJavaScript scopeThe scope is at the base closure and manages the variables’ availability and defines the idea of a global and local variable. In other…Sep 4, 2020Sep 4, 2020
Lukas PolakJavaScript ClosuresThe closure is a function that remembers the variables from the place where it was defined, regardless of where it will be executed later…Sep 4, 2020Sep 4, 2020
Lukas PolakQuick tip: Compress multiple folders into individual zip files — macOSOpen Archive Utility.app with Spotlight or Alfred (⌘ + spacebar)Nov 21, 2018Nov 21, 2018
Lukas PolakCopy Array/Object to your clipboard with browser built-in Developer ToolsTL;DR: If you want to copy a large array or object directly to your clipboard, you can use a Command Line API function copy() that will…Nov 12, 2018Nov 12, 2018
Lukas PolakCustom web search with Alfred on your MacYou can create custom web search with Alfred (Spotlight on steroid) without Powerpack upgrade.Oct 20, 2018Oct 20, 2018