Binary Tree
728 subscribers
722 photos
2 videos
1 file
916 links
This is a channel about Open Source, software development, and IT in general.
Download Telegram
Functional Programming Jargon

Functional programming (FP) provides many advantages, and its popularity has been increasing as a result. However, each programming paradigm comes with its own unique jargon and FP is no exception. By providing a glossary, this project makes learning FP easier.

#functional, #programming, #jargon, #fp, #glossary, #qa
👍1🔥1
Qiskit is an open-source framework for working with noisy quantum computers at the level of pulses, circuits, and algorithms.

Qiskit is made up of elements that work together to enable quantum computing. This is a simple meta-package to install the elements of Qiskit altogether.

#python, #openqasm, #quantium, #computing, #programming
1
Codewars is an educational community for computer programming. On the platform, software developers train on programming challenges known as kata.

Sharpen your skills: Challenge yourself on kata, created by the community to strengthen different skills. Master your current language of choice, or expand your understanding of a new one.

Train on kata: Solve the kata with your coding style right in the browser and use test cases (TDD) to check it as you progress. Retrain with new, creative, and optimized approaches.

Earn ranks and honor: Kata are ranked to approximate difficulty. As you complete higher ranked kata, you progress through the ranks so we can match you with relevant challenges.

Gain collaborative wisdom: Compare your solution with others after each kata for greater understanding. Discuss the kata, best practices, and innovative techniques with the community.

Website: https://www.codewars.com/

#codewars, #education, #programming, #newbies, #kata, #skills
1🔥1
Awesome Scalability is a reading list for illustrating the patterns of scalable, reliable, and performant large-scale systems. Concepts are explained in the articles of prominent engineers and credible references. Case studies are taken from battle-tested systems that serve millions to billions of users.

#list #awesome #devops #programming #bigdata #scalability #architecture #backend #interview
👍1🔥1👏1
Functional Programming in 40 Minutes.

Speaker: Russ Olsen - Author of Getting Clojure and Eloquent Ruby, VP at Cognitect

Functional programming has finally escaped from academia. These days developers are building real systems in functional programming languages like Clojure, Scala, Elixir and F#. Functional techniques are also seeping into more traditional languages like Java and Ruby. Unfortunately somewhere along the way functional programming has also developed a reputation for being deep and mysterious: Good programs achieve the Zen-like state of being functional which somehow involves immutability, higher order functions...

#video, #clojure #functional #programming #fp
1👍1🔥1
An Opinionated Guide to xargs.

xargs is a command on Unix and most Unix-like operating systems used to build and execute commands from standard input. It converts input from standard input into arguments to a command. Some commands such as grep and awk can take input either as command-line arguments or from the standard input

This post has everything you need to know about xargs, an essential tool for shell programming.

#article #xargs #unix #nix #linux #shell #bash #programming
1👍1🔥1
Algebraic Data Types: Things I wish someone had explained about functional programming.

Well, if you're not interested in Haskell, but want to know about ADT then read this article — it's good enough.

#adt #functional #programming #fp
👍1🔥1👏1
Rust Cookbook.

This Rust Cookbook is a collection of simple examples that demonstrate good practices to accomplish common programming tasks, using the crates of the Rust ecosystem.

#rust #book #examples #learning #programming
👍21🔥1