JSFoo Coimbatore 2019
JSFoo For members

JSFoo Coimbatore 2019

On building faster, performant and secure web applications

Make a submission

Accepting submissions till 22 Apr 2019, 11:59 PM

IT Block, Dr. G R Damodaran College of Science, Coimbatore

Tickets

Loading…

##About JSFoo Coimbatore##

JSFoo Coimbatore is a single-day conference with talks, Birds of Feather (BOF) sessions and speaker connect sessions. The conference will be held on Friday, 5 July, at Dr.G.R.Damodaran College of Science, Coimbatore.

JSFoo Coimbatore features talks on:

  1. How to secure your web applications by identifying vulnerabilities.
  2. Leveraging Web Application Vulnerabilities for Resourceful Intelligence Gathering.
  3. Case studies of performance improvements and using the modular approach to building front-ends.
  4. Node.js and good engineering practices such as logging, debugging and integrating security into your applications.
  5. WebSDK: switching between service providers on the fly.

Speakers from Hotstar, Uber, HackerRank, Chained Ventures, Tezify, Appsecco, Gramener, and Centre for Internet and Society (CIS) will present case studies and experiential talks which will help JavaScript, full stack and front-end engineers among partcipants to build faster, secure and performant we applications.

##JSFoo Coimbatore 2019 sponsors:

#Gold Sponsor

MockFlow

#Bronze Sponsor

Hasura ThoughtWorks

#Community Sponsor

PSG Software Technologies

#Venue Partner

Dr GR Damodaran College of Science

For inquiries on tickets and sponsorships, call the JSFoo Coimbatore team on 7676332020 or write to us on info@hasgeek.com

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

Kaleeaswari S

@kaleeaswari

Jest for React

Submitted Apr 19, 2019

Why do we even need to test our code?
How do we assure each and every line works as expected?
How do we know if the code can work end-to-end?
How do we know if the code can handle all possible use cases?
Modifying or extending the existing code, does it break the existing code?
How do we measure the code performance?
The answer to all these questions is writing test for the code.

Does writing test, takes more time?
Are we going to run the code for each possible use case to validate the code?
When a good refactored code is modified/extended, are we going to run the code for all the use cases to validate the existing functionality is not broken?
If no tests, are we going to create documents for all the code written? Also are we going to modify the document for every code change?
So, writing test saves all the time spent in these things.

Why React?
React has taken the front-end world for its extra simplicity and flexibility which gives a fast learning curve..
React builds the application with its component based architecture, making it easy to develop and maintain.
And another important feature of React is virtual DOM which solves the bottleneck, web performance.

Testing React applications using Jest
Jest is a testing tool, that makes unit testing easy in javascript.
Enzyme is a testing tool with a set of utility methods for rendering components and interacting with elements and which are specific to React.

This talk will focus on how to write a robust react application with Jest and Enzyme.

Outline

Why is testing required? Testing react applications using Jest.

Speaker bio

Have gained good experience and learnings by developing a data heavy single page application leveraging the React’s easy to learn and write framework. And to mention, it was test driven development using Jest testing framework.

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 22 Apr 2019, 11:59 PM

IT Block, Dr. G R Damodaran College of Science, Coimbatore

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