home.social

#ramda — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #ramda, aggregated by home.social.

fetched live
  1. Hey folks this morning's #HandsOnSAPDev live stream replay is available ... AND we have a blog post detailing everything we covered in that episode too, and more, plus the link to the episode replay. Share & enjoy 🚀 qmacro.org/blog/posts/2025/05/ #fp #ramda #jq #shell #javascript @sap

  2. Hey folks this morning's #HandsOnSAPDev live stream replay is available ... AND we have a blog post detailing everything we covered in that episode too, and more, plus the link to the episode replay. Share & enjoy 🚀 qmacro.org/blog/posts/2025/05/ #fp #ramda #jq #shell #javascript @sap

  3. Hey folks this morning's live stream replay is available ... AND we have a blog post detailing everything we covered in that episode too, and more, plus the link to the episode replay. Share & enjoy 🚀 qmacro.org/blog/posts/2025/05/ @[email protected]

  4. Hey folks this morning's #HandsOnSAPDev live stream replay is available ... AND we have a blog post detailing everything we covered in that episode too, and more, plus the link to the episode replay. Share & enjoy 🚀 qmacro.org/blog/posts/2025/05/ #fp #ramda #jq #shell #javascript @sap

  5. Hey folks this morning's #HandsOnSAPDev live stream replay is available ... AND we have a blog post detailing everything we covered in that episode too, and more, plus the link to the episode replay. Share & enjoy 🚀 qmacro.org/blog/posts/2025/05/ #fp #ramda #jq #shell #javascript @sap

  6. Ramda.js — библиотека, которая избавит вас от reduce и map-каши

    Привет, Хабр! Если вас когда-либо раздражало, что Array.prototype.map нельзя использовать для объектов или reduce постоянно требует передавать начальное значение, Ramda.js решает эти проблемы, делая код чище, декларативнее и удобнее. Ramda — это библиотека для функционального программирования в JavaScript, которая по умолчанию не мутирует данные и поддерживает каррирование. В отличие от Lodash, где функциональность чаще заточена под удобство, Ramda больше ориентирована на чистоту кода и прогнозируемость работы функций.

    habr.com/ru/companies/otus/art

    #js #вебразработка #fullstack #ramda

  7. Ramda.js — библиотека, которая избавит вас от reduce и map-каши

    Привет, Хабр! Если вас когда-либо раздражало, что Array.prototype.map нельзя использовать для объектов или reduce постоянно требует передавать начальное значение, Ramda.js решает эти проблемы, делая код чище, декларативнее и удобнее. Ramda — это библиотека для функционального программирования в JavaScript, которая по умолчанию не мутирует данные и поддерживает каррирование. В отличие от Lodash, где функциональность чаще заточена под удобство, Ramda больше ориентирована на чистоту кода и прогнозируемость работы функций.

    habr.com/ru/companies/otus/art

    #js #вебразработка #fullstack #ramda

  8. Ramda.js — библиотека, которая избавит вас от reduce и map-каши

    Привет, Хабр! Если вас когда-либо раздражало, что Array.prototype.map нельзя использовать для объектов или reduce постоянно требует передавать начальное значение, Ramda.js решает эти проблемы, делая код чище, декларативнее и удобнее. Ramda — это библиотека для функционального программирования в JavaScript, которая по умолчанию не мутирует данные и поддерживает каррирование. В отличие от Lodash, где функциональность чаще заточена под удобство, Ramda больше ориентирована на чистоту кода и прогнозируемость работы функций.

    habr.com/ru/companies/otus/art

    #js #вебразработка #fullstack #ramda

  9. Got a resume this morning that was Scott Sauyet's with the name changed and some stuff added (badly, in a different font).

    It first piqued my interest because they claimed to be one of the founders of #Ramda, which I know of and use.

    I dunno how anyone could think they'd get away with this?

  10. Got a resume this morning that was Scott Sauyet's with the name changed and some stuff added (badly, in a different font).

    It first piqued my interest because they claimed to be one of the founders of #Ramda, which I know of and use.

    I dunno how anyone could think they'd get away with this?

  11. Got a resume this morning that was Scott Sauyet's with the name changed and some stuff added (badly, in a different font).

    It first piqued my interest because they claimed to be one of the founders of #Ramda, which I know of and use.

    I dunno how anyone could think they'd get away with this?

  12. Got a resume this morning that was Scott Sauyet's with the name changed and some stuff added (badly, in a different font).

    It first piqued my interest because they claimed to be one of the founders of , which I know of and use.

    I dunno how anyone could think they'd get away with this?

  13. Got a resume this morning that was Scott Sauyet's with the name changed and some stuff added (badly, in a different font).

    It first piqued my interest because they claimed to be one of the founders of #Ramda, which I know of and use.

    I dunno how anyone could think they'd get away with this?

  14. #typescript 4's variadic tuple types looks like a huge win for fp oriented libraries such as #ramda #fp-ts or #purify !

    Can't wait for someone to get busy and refactor the existing typings for those libs.

  15. @e8johan Great talk on FP in JS using ramda.

    I've been trying to introduce more FP in my code (Typescript) aside from the regular map/filter/reduce/...

    But I think I got in too deep trying to use the great fp-ts [1], it's just a lot when you only have a basic FP background.

    Thanks for sharing that video, I think I'll stick with #ramda for now.

    1: github.com/gcanti/fp-ts