Sep 2016
12 Mon
13 Tue
14 Wed
15 Thu 08:15 AM – 06:30 PM IST
16 Fri 08:45 AM – 10:20 PM IST
17 Sat
18 Sun
Sep 2016
12 Mon
13 Tue
14 Wed
15 Thu 08:15 AM – 06:30 PM IST
16 Fri 08:45 AM – 10:20 PM IST
17 Sat
18 Sun
##About JSFoo
JSFoo is India’s premier JavaScript conference. We launched JSFoo in 2011 as India’s first JavaScript conference. The JS community in India has grown phenomenally since. JavaScript now pervades every aspect of web development – browsers, apps, front-end, backend, mobile, and IoT.
##JSFoo 2016: Theme
Over the last few years, JavaScript has evolved to become the centerpiece of a complex web stack. Today, it is a prime subject of the obsession that lies with performance and speed. How can you get pages to load faster? How do you work with browser constraints to enhance speed? How do you measure performance? What actually is performance? In what ways do faster response times influence your architecture choices and plans? How is this new focus on faster page loads and apps working offline influencing the development of front-ends and backends as well as server side JS?
The theme for the 2016 edition is tackling speed and performance for JavaScript.
We are inviting full talks (40 mins), crisp talks (15 mins + 5 mins Q&A), and 3-6 hour long (hands-on) workshops from practitioners on the overall theme of speed and performance, including the following topics:
This year, JSFoo will feature two days of talks on JavaScript (15-16 September) and a single day of talks on design (17 September) at Meta Refresh (call for proposals will open shortly).
Every proposal MUST be accompanied by:
Without the above information, your proposal will not be considered for review.
If you are submitting a Workshop Proposal, you must clearly state:
There is only one speaker per session. Workshops can have two or more instructors.
Entry is free for selected speakers.
Due to budgetary constraints, we prefer speakers closer to home. But if we think you stand out, we’ll provide a grant to cover part of your travel and accommodation to Bangalore. Grants are limited and are made available to speakers delivering full sessions (40 minutes or longer) only.
HasGeek believes in open source as the binding force of our community. If you are describing a codebase for developers to work with, we’d like for it to be available under a permissive open source licence. If your software is commercially licensed or available under a combination of commercial and restrictive open source licences (such as the various forms of the GPL), please consider picking up a sponsorship. We recognise that there are valid reasons for commercial licensing, but ask that you support us in return for giving you an audience. Your session will be marked on the schedule as a sponsored session.
Deadline for submitting proposals: 29 August 2015
Conference dates: 15-16 September
##Venue
JSFoo will be held at the MLR Convention Centre, J P Nagar.
##Contact
For more information about speaking proposals, tickets and sponsorships, contact info@hasgeek.com or call +91-7676332020.
Prasann Vijayan
@theflash
Submitted Aug 18, 2016
The performance of websites and the impact that has, has been well documented over the years. One of the most important aspects of improving a web page’s performance is minimizing the number of round trips that the browser needs to make to the server. Every file that your website includes (such as CSS, JavaScript or images) all need to be downloaded to the browser. By minimizing these requests you will speed up the page significantly and also caching is often best used on assets that seldom change, such as CSS and JavaScript files. You can set an expiry date for when an asset should change, effectively telling the browser or server to pull in a fresh copy of your assets.
Boosting frontend application performance is one of important aspects for JS frameworks like Ember, Angular, React and so on. The most common way to increase the performance is HTTP requests, Avoid URL redirect, Avoid empty SRC or HREF, Make AJAX cacheable, Compress components with gzip, Minify CSS and JavaScript, Reduce the number of DOM elements, Reduce DNS lookups, Use GET for AJAX requests and many more. Basically improper way to using JS code will reduce application performance. By using proper tools, libraries and debugging practices will help avoid these problem.
Prasanna Vijayan, working as Front end Developer @ Icicle Technologies Pvt. Ltd. for more than one year. Been a Google Student Ambassdor for a year to help students understand and work on Google API’s. For the last one year mostly using Ember for creating complex applications.
http://www.slideshare.net/PrasannaVijayan/boost-your-front-end-performance-with-js-65135904
Sep 2016
12 Mon
13 Tue
14 Wed
15 Thu 08:15 AM – 06:30 PM IST
16 Fri 08:45 AM – 10:20 PM IST
17 Sat
18 Sun
{{ gettext('Login to leave a comment') }}
{{ gettext('Post a comment…') }}{{ errorMsg }}
{{ gettext('No comments posted yet') }}