Coolhead

Coolhead

Follow
Follow
homeContactFunctional ProgrammingScrollNotesSponserWebstorynewsletter
Tag

Programming Blogs

#programming-blogs

More content

Read more stories on Hashnode


Articles with this tag

Demystifying JavaScript Terminology

Aug 9, 20234 min read45 views

Learn the terms that are highly used in javascript, and that would help you learn javascript better. ยท Syntax Parser: A Program that reads and determines...

Demystifying JavaScript Terminology

Explained: Catamorphism in Functional Programming with examples in javascript

Dec 6, 20226 min read317 views

Catamorphism is a concept in functional programming that refers to the process of reducing a data structure to a single value. This is typically done...

Explained: Catamorphism in Functional Programming with examples in javascript

Seamless Stripe QR Checkout with Hasura as Backend API

Mar 20, 20224 min read498 views

Feature build on top of Stripe API to connect web application with mobile app such that user can continue his transaction on his mobile via QR code. ยท...

Seamless Stripe QR Checkout with Hasura as Backend API

BLOGTO: Vscode extension to help you post blogs to Hashnode, Medium and Dev.to

Dec 18, 20212 min read201 views

BlogTo is a vscode extension which helps your post your ideas to medium.com, hashnode.com, and dev.to Beta release. Extension may have some issue or...

BLOGTO: Vscode extension to help you post blogs to Hashnode, Medium and Dev.to

Functional Programming: Composition of Functions

May 10, 20215 min read998 views

Input of one function comes from the output of another function. ๐Ÿ‘† simple defination of function composition that i could find. Main Ideas of...

Functional Programming: Composition of Functions