The "Awesome Functional Programming" project is a curated collection of resources dedicated to the functional programming paradigm, which emphasizes the use of pure functions and immutable data. This list includes libraries, frameworks, tutorials, articles, and community resources that span various programming languages such as Haskell, Scala, and JavaScript. It is beneficial for both beginners looking to grasp the fundamentals of functional programming and experienced developers seeking to deepen their knowledge or explore advanced concepts. Users can find a wealth of information to enhance their coding practices and embrace the functional programming approach in their projects.
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
The "Awesome 30 Seconds of Code" project is a curated collection of code snippets that can be understood in just 30 seconds, aimed at enhancing the learning experience for developers. This list covers a wide range of programming languages and concepts, including JavaScript, Python, and more, featuring snippets for common tasks, algorithms, and utilities. It is particularly beneficial for beginners looking to grasp programming fundamentals quickly, as well as experienced developers seeking to refresh their knowledge or discover new techniques. With this resource, users can easily find and implement useful code snippets to improve their coding efficiency and problem-solving skills.
The "Awesome Must Watch Talks" project is a curated collection of impactful talks and presentations that cover a wide range of topics, including technology, personal development, design, and innovation. This list features TED Talks, conference presentations, and keynotes from industry leaders, providing insights and inspiration for viewers. It is beneficial for anyone looking to expand their knowledge, from beginners seeking motivation to experienced professionals wanting to stay updated on trends and ideas. Users can discover thought-provoking content that encourages personal growth and professional development, making it a valuable resource for lifelong learners.
The "Awesome Tips" project is a curated collection of practical advice and strategies across various domains. This list encompasses tips on productivity, coding best practices, personal development, and effective communication, among others. It serves as a valuable resource for beginners seeking guidance as well as experienced individuals looking to refine their skills and approaches. By providing insights and actionable suggestions, this project aims to empower users to enhance their daily routines and professional endeavors. Dive in to discover tips that can transform your workflow and personal growth journey.
The "Awesome ESLint" project is a curated collection of resources dedicated to ESLint, a popular static code analysis tool for identifying and fixing problematic patterns in JavaScript code. This list encompasses a wide range of resources including plugins, configurations, rules, integrations with various frameworks, and community contributions. It serves as a valuable asset for developers of all levels, from beginners looking to improve code quality to experienced developers aiming to enforce consistent coding standards across large projects. By utilizing the resources found here, users can enhance their coding practices and maintain cleaner, more reliable codebases.
A practical functional library for JavaScript programmers emphasizing immutability and currying.
A TypeScript-focused functional programming utility library designed for use with R.pipe and strict currying.
A modular JavaScript utility library designed to complement ES5+ with functional programming paradigms and avoid overlap.
Immutable date and time library for JavaScript, ported from Java's ThreeTen backport with a domain-driven API.
A high-performance reactive programming library for JavaScript with monadic streams.
A TypeScript framework providing a functional effect system for building robust, production-ready applications.
An exhaustive pattern matching library for TypeScript with smart type inference and expressive API.
Immutable persistent data collections for JavaScript that increase efficiency and simplify application development.
Create immutable JavaScript states by writing mutative code, simplifying state management in React and beyond.
A JavaScript library providing ClojureScript's persistent data structures and functional APIs for immutable data manipulation.
A JavaScript & TypeScript persistent and optionally immutable data tree with cursors for managing application state.
A functional JavaScript utility library with lazy evaluation for optimal performance and memory efficiency.
A fast immutable list data structure for JavaScript with a comprehensive functional API and seamless Ramda integration.
A specification for interoperability of common algebraic structures in JavaScript, enabling functional programming patterns.
A JavaScript functional programming library providing total functions, algebraic data types, and rigorous type checking for safer code.
A Fantasy Land compliant, monadic alternative to JavaScript Promises with lazy evaluation and cancellation.
A JavaScript library providing a collection of Algebraic Data Types (ADTs) like Maybe and Either for functional programming.
A functional programming library for TypeScript with an elegant, type-safe API and Fantasy Land conformance.
A TypeScript/JavaScript library providing a Result type for type-safe error handling without exceptions.
A compiler that transforms Clojure code into optimized JavaScript, leveraging the Google Closure compiler for production builds.
Converts Elixir code to JavaScript, enabling developers to write JavaScript using Elixir syntax and semantics.
A practical guide to functional programming concepts using JavaScript as the learning language.
A pragmatic, balanced approach to functional programming concepts applied to JavaScript, focusing on practical application over heavy terminology.