Render Conference 2017
Render Conf is the successor to jQuery UK, which returned to Oxford for its second year in 2017. It was a single track conference happening across two days with technical talks featuring plenty of takeaways to inspire attendees to be better developers!
This page was generated from this YAML file. Found a typo, want to add some data? Just edit it on GitHub.
-
🎤 Evaluating Technology
- 📹 1 video
- 👤 Jeremy Keith
We work with technology every day. And every day it seems like there's more and more technology to understand: graphic design tools, build tools, frameworks and libraries, not to mention new HTML, CSS and JavaScript features landing in browsers. How should we best choose which technologies to invest our time in? When we decide to weigh up the technology choi… -
🎤 HTTP: History and Performance
- 📹 1 video
- 👤 Ana Balica
The Hypertext Transfer Protocol is one of the most popular protocols nowadays. It’s the language most servers, clients, and even teapots can speak. Learn how and why it became such an ubiquitous part of the web by following the evolution of HTTP. In regards to web performance, have you ever wondered why are we using minimization, concatenation, image spritin… -
🎤 Accessibility is more than just supporting screenreaders
- 📹 1 video
- 👤 Seren Davies
All too often we think about accessibility as just meeting the needs of those who rely on screenreaders, but it's far wider than that! Seren will explore how people with cognitive, physical, hearing and sight difficulties experience the web, and how the decisions we make as developers affect their experience. -
🎤 Isomorphic React sans Node??
- 📹 1 video
- 👤 Ben Ilegbodu
React is JavaScript library for building user interfaces that has taken the web development industry by storm. Its declarative syntax and DOM abstraction for components not only make client-side development simple, but also enables server-side rendering of those same components, which enables improved SEO and initial browser load time. But how do you render … -
🎤 A Modern Front-End Workflow
- 📹 1 video
- 👤 Umar Hansa
The audience can expect to learn hidden DevTools secrets but also how to adopt a modern development and debugging workflow. This talk is important for any web developer who wants to understand and debug the internals of a webpage quickly and with ease. -
🎤 PackWars: Webpack vs Browserify vs SystemJS vs require.js
- 📹 1 video
- 👤 Opher Vishnia
Front end development is becoming increasingly complex. In the past you could just serve your CSS, JS and image files and you were good to go. Nowadays you have Single Page Apps and modules and assets and images and libraries and frameworks and oh god what now what. Let me help you with your Analysis Paralysis. I went through all the options for modularizing… -
🎤 Progressive Image Rendering
- 📹 1 video
- 👤 José M. Pérez
On a regular web page, images represent the largest assets. We might have heard about responsive images to serve the most suitable image for each screen. However, how and when we load them can have a great impact too. I will show you several techniques used by well known websites, based on placeholders, dominant colours, blurry images and lazy loading to imp… -
🎤 Spreadsheets, Forms and Forks
- 📹 1 video
- 👤 Jessica Lord
Let's talk about using tools we may take for granted, like spreadsheets, to make data and site-making more accessible—not only for developers who want to quickly get a prototype going but for meetups, neighborhoods or other groups that lack resources. Have fun scaling out by scaling down! -
🎤 Coding Art
- 📹 1 video
- 👤 Mathieu 'p01' Henri
The web platform is a wonderful playground of artistic and technical expression. The artists of the web often release amazing creations. As developers we can use a powerful language to bring our ideas to life. This talk will go through creative coding, the demoscene, and a range of optimisation techniques. Then we will work on a little Audio-Visual demo toge… -
🎤 Hack to the Future
- 📹 1 video
- 👤 Seb Lee-Delisle
Seb loves to strip down classic machines from the 80s, and give them an extreme make-over with cutting edge technology You may have seen the hacked Nintendo light gun with laser, lights and a built-in smoke machine that became a viral sensation on the internet in 2016. This insight into technology from a simpler age gives us a new found appreciation and unde… -
🎤 Styling Hillary: A Design System for All Americans
- 📹 1 video
- 👤 Mina Markham
A comprehensive design system is a critical tool for maintaining a consistent UI during rapid development that spans multiple codebases. During the 2016 US presidential campaign, Mina spent most of her time building and refining Pantsuit, the design system that powered many of the applications hosted on hillaryclinton.com. In this talk, Mina will share succe… -
🎤 Start Using CSS Grid Layout Today
- 📹 1 video
- 👤 Rachel Andrew
2017 is the year of the Grid, with the long awaited CSS Grid Layout landing in browsers. In this talk I’ll demonstrate with practical examples what grid layout is, the basics of how to use it and how to start using it right now - without leaving older browsers out in the cold -
🎤 The Awesome Struggles as a Front-end Engineer
- 📹 1 video
- 👤 Frances Ng
As an ex-Aerospace Engineer who only could barely code in Matlab for doing data visualisation on aerodynamic flows, I will talk about the thrust that has taken me all the way through to become a passionate Front-end engineer doing mostly data visualisation in an artificial intelligence startup and how I benefited from the community to take off in a field whi… -
🎤 Growing Up, Getting Serious
- 📹 1 video
- 👤 Peter Gasston
A talk about the Web of the next ten years. About moving beyond the browser, and into everything around us. About new interfaces, no interfaces, realities virtual and augmented. And about taking responsibility for systems that provide life, and death. -
🎤 The Unbearable Likeness of Web Design
- 📹 1 video
- 👤 Sarah Semark
Why do so many websites look the same? As our tools have improved and we’ve been able to do more with the web, there’s been a growing trend toward websites that look exactly alike. Why did this come to be, and what can we, as designers and curators of the modern web, do to avoid it? In order to answer these questions, we’ll touch briefly on the history of we… -
🎤 Demystifying Deep Neural Nets
- 📹 1 video
- 👤 Rosie Campbell
Deep neural networks are the latest hot computing trend – but to most people they are still a bit of a mystery. With the release of libraries like Google’s Tensorflow and the open source ConvNetJS, there’s never been a better time to start learning about deep learning. We’ll start right at the beginning – no prior knowledge needed – but by the end of the tal… -
🎤 The Future of the Web in a VR World
- 📹 1 video
- 👤 Jaume Sanchez
A look into the future of how we interact with the web. Technology, browsers, APIs and programming for a VR-enabled web. -
🎤 Progressive what apps?
- 📹 1 video
- 👤 Patrick Kettner
Progressive Web Apps are one of the hottest things to come to the web platform in years, but how much of it is just hot air? When can you actually start shipping these things? Decades ago! In a hands on presentation, I'll show how PWAs are truly meant to be progressive - building on an evolution of web technologies nearly as old as the web itself, and still … -
🎤 Websites are a symptom, not the cause
- 📹 1 video
- 👤 Sally Jenkinson
As creators of the web, our teams aim to understand challenges, opportunities and requirements, and translate these into technical solutions to build. But what happens when we start looking beyond this, using the website itself as a starting point rather than as the end of our journey? Websites are often a great barometer for wider underlying issues, and by …