Satyam Yadav
  • Me
  • Posts

Posts

March 2, 2016

understanding es6 pipeline O|>erator

Pipeline operator |> is a readable way of writing chained functions. The operator is currently at stage 1 of tc39 proposal (ESNext Proposal). The pipeline operator provides a syntactic sugar to call a function with single argument. expression |> function //or call multiple functions as expression |> fn1 |> fn2 |> fn3 each function gets the result from its preceeding function as input and passes the result to next function i.
read more
February 22, 2016

Me and Blogs

I am not a regular blogger but like to share some hacks. I developed a blog each time I was learning something new in web development. Redesigned, redeveloped and again a new blog on some new language, host or framework. I have learnt web development in four years of my course (B.tech CSE) and have different versions of my blog. Blog : Best way to learn web development is to build something !
read more
  • ««
  • «
  • 1
  • 2
  • »
  • »»
© Satyam Yadav 2024