Area 73 logo
Home Blog About Tags & Categories
Rodrigo Erades
rerades@siete3.com
LinkedIn X

Menu

Home Blog About Tags & Categories
LinkedIn X

Search

Explore the complete collection of articles about technology, development and design.

Categoría:
Todas AI Tools Herramientas javascript Crafting functional design patterns css best-practices

Mostrando 4 de 4 resultados para AI

  • monads
    functional
    November 11, 2019

    monads

    Exploring monads as specialized functors for handling null data and streamlining error handling in functional programming

    #declarative #Pure functions #Inmutable #currying #functors
  • transducers
    functional
    January 1, 2019

    transducers

    Exploring transducers in functional programming for efficient data transformation pipelines without creating intermediate values

    #declarative #Pure functions #Inmutable #currying #functors #transducers
  • programming functors
    functional
    January 1, 2019

    programming functors

    Understanding functors as a design pattern for safely manipulating wrapped values in functional programming

    #declarative #Pure functions #Inmutable #currying
  • statement branching Vs micro-branching
    javascript
    June 6, 2018

    statement branching Vs micro-branching

    Comparing traditional statement branching with micro-branching techniques in JavaScript for more maintainable and functional code

    #statement brnaching #micro-branching strategies