Galactic Fog(@GalacticFog) 's Twitter Profile Photo

Guy Podjarny has a good write up about what to watch out for with regards to security as you start to implement FaaS / serverless computing dj.lk/2H04wda

account_circle
CodeSolutionStuff(@code_soln_stuff) 's Twitter Profile Photo

The majority of contemporary programming languages support lambda expressions (Python, Ruby, Java…). Simply said, they are expressions that generate functions.


codesolutionstuff.com/javascripts-la…

The majority of contemporary programming languages support lambda expressions (Python, Ruby, Java…). Simply said, they are expressions that generate functions.
 #ArrowFunctions #JavaScript #LambdaFunctions

codesolutionstuff.com/javascripts-la…
account_circle
a:\drian(@dazulu) 's Twitter Profile Photo

Wrote up a guide for Netlify on how to use a Netlify Function to automatically delete form submissions when they are submitted
frontend.irish/netlify-delete…

blog functions

account_circle
Anurag Verma(@anurag_629) 's Twitter Profile Photo

Did you know that Python's lambda functions allow you to create small, anonymous functions on the fly? Perfect for quick, one-time use cases.

Syntax:

lambda arguments: expression

Example that squares a number using a lambda function:

Did you know that Python's lambda functions allow you to create small, anonymous functions on the fly? Perfect for quick, one-time use cases.

Syntax:
 
lambda arguments: expression

 Example that squares a number using a lambda function:

 #Python #LambdaFunctions #CodingTips
account_circle
prod42net(@prod42net) 's Twitter Profile Photo

🤔 Ever wondered why the copy constructor in C++ is called twice? Learn how capturing a class instance by value to a lambda results in this behavior. ift.tt/xyhw8aY

account_circle