Explore >> Select a destination


You are here

marvinh.dev
| | bibwild.wordpress.com
24.0 parsecs away

Travel
| | I recently switched to vite and vite-ruby for managing my JS and CSS assets in Rails. I was switching from a combination of Webpacker and sprockets -- I moved all of my Webpacker and most of my sprockets to vite. Note that vite-ruby has smooth ready-made integrations for Padrino, Hanami, and jekyll too, and possibly...
| | backlight.dev
11.8 parsecs away

Travel
| | Ensuring a consistent experience when developing a common library or Design System as a team could quickly become a high-challenge. Here are our advices on how to use Eslint to enforce this experience's consistency.
| | keepinguptodate.com
17.0 parsecs away

Travel
| | Learn how to add TypeScript support to your existing JavaScript projects so you can use TypeScript modules alongside your existing JavaScript modules.
| | sreekar.ch
146.8 parsecs away

Travel
| But first What is functional programming ? Functional programming is a programming paradigm in which most computation is treated as evaluation of functions. It emphasizes on expression evaluation instead of command execution. Wikipedia When did it all start ? In the 90s, there was a war between declarative programming and imperative programming. Declarative programming then represented by logic programming languages like Prolog and early functional languages like Erlang. And imperative languages were r...