JSFoo Pune 2020
JSFoo For members

JSFoo Pune 2020

On component architecture, performance, security for front-end, and emerging trends

Make a submission

Accepting submissions till 12 Feb 2020, 10:00 AM

MCCIA Trade Tower, Pune

Tickets

Loading…

JSFoo is a platform for:

  1. Front-end engineers
  2. Fullstack developers
  3. Web application development teams
  4. Senior architects

to:

  1. Share insights from work on web application development.
  2. Learn from peers.
  3. Discover of emerging trends for JavaScript in India.
  4. Understand perspectives on component architecture, front-end security, performance and emerging trends.

Talks from previous editions of JSFoo are published on hasgeek.tv/jsfoo

The Pune edition will be held on 28 February 2020 at MCCIA, Pune.
View schedule on https://hasgeek.com/jsfoo/2020-pune/schedule

JSFoo Pune 2020 will cover the following topics:

  1. Monorepos and tools to use for collaborating across large teams.
  2. Typescript - patterns and anti-patterns.
  3. New developments: ESNext
  4. DevSecOps for front-end; building defenses for client-side attacks.
  5. DevOps for front-end, including discussions on Kubernetes.
  6. PureScript and production use cases.

For inquiries about speaking/collaborating with JSFoo, write to jsfoo.editorial@hasgeek.com


Click here for the Sponsorship deck.
For more details and ticket inquiries, write to sales@hasgeek.com or call 7676332020


#Silver Sponsor

Deque

#Speaker Travel Sponsor

Freshworks Juspay
Pramati Wingify

Hosted by

JSFoo is a forum for discussing UI engineering; fullstack development; web applications engineering, performance, security and design; accessibility; and latest developments in #JavaScript. Follow JSFoo on Twitter more

Paul Viktor

@paulvictor

Purescript - JS you can reason about

Submitted Feb 7, 2020

The talk gives an introduction to Purescript. Purescript is a pure functional language which compiles to Javascript and has support for pretty advanced features that a programmer can expect, like higher kinded types, poly kinded types, row polymorphism, and good type inference. It interops seamlessly with Javascript and can be used to write concise, elegant and expressive code which can run on any JS engine. The ideas used in the language are very similar to Haskell, another pure functional language. It doesn’t have a runtime and the generated JS code is very clear and is easy to look at and debug. Purescript helps prevent a huge class of run time bugs. The type system is very strong and aids type inference and also code suggestion. So it helps manage huge codebases by separating effectful code from pure code and keeps effects at its edges and very minimal.
The intended audience is anyone who is familiar with Javascript and is looking for ways to write better code.

Outline

Topics

  1. What is purescript?
  • Differences with Typescript
  • Differences with Elm
  • Differences with ClojureScript
  1. Why you should consider types and what are the advantages.
  2. Overview of types in purescript
  • Sums & Products
  • Records
  • Composing sums and product types
  1. Functions - How to
  • Pattern matching
  • Lambda syntax
  • case statements
  • Guards
  1. Crash course on Functors, Applicatives, Monads, Semigroups, Monoids
  • Functor
  • Applicative
  • Monad
  • do blocks
  • Semigroups
  • Monoids
  • Alternatives
  1. Scrap your null’s
  • The Maybe type
  1. Chaining computations stopping at the first error
  • The Either type
  • Validation applicative
  1. Effects (running synchronous actions)
  2. Async Callbacks a.k.a Aff
  3. Composition
  • Function Composition
  • Effectful Composition
  1. JS Interop
  • foreign import
  • foreign export
  • working with JS objects
  1. Immutablilty as the only option
  • record update syntax
  • lenses & prisms
  1. Overview of purescript web frameworks
  • purescript-react
  • purescript-flare
  • purescript-presto
  • purescript-virtual-dom
  • purescript-halogen
  • purescript-pux
  1. Purescript at Juspay

Requirements

Speaker bio

I have been working with Purescript and Haskell and have previously worked on Node.js and Scala in the past. The thing I admire in purescript is its simplicity, elegance and a unified way of expressing seemingly varied concepts. Like everyone, the syntax and operators were scary at first and the type system too rigid, complaining at every small change, but have started enjoying Purescript and its hard for me to imagine writing code in any programming language which may not be as expressive as Purescript in terms of ideas and abstractions.

Comments

{{ gettext('Login to leave a comment') }}

{{ gettext('Post a comment…') }}
{{ gettext('New comment') }}
{{ formTitle }}

{{ errorMsg }}

{{ gettext('No comments posted yet') }}

Make a submission

Accepting submissions till 12 Feb 2020, 10:00 AM

MCCIA Trade Tower, Pune

Hosted by

JSFoo is a forum for discussing UI engineering; fullstack development; web applications engineering, performance, security and design; accessibility; and latest developments in #JavaScript. Follow JSFoo on Twitter more