Fronteers Videos artwork

Fronteers Videos

255 episodes - English - Latest episode: over 7 years ago - ★★★★★ - 1 rating

Contains videos from our past conferences, meetups and jam sessions. For and by front-end developers.

Education Technology mobile design web stratergy web development web design web conference web directions south web directions north wdn wds web directions
Homepage Apple Podcasts Google Podcasts Overcast Castro Pocket Casts RSS feed

Episodes

Robert Jan Verkade | On power & responsibility [Fronteers 2013]

October 10, 2013 10:00 - 45 minutes - 99 MB Video

When Fronteers was founded in 2007, front end as a profession was still in its infancy. These days, we can safely say it is a grown-up profession. Although we can always do better! More info at: https://fronteers.nl/congres/2013/sessions/on-power-and-responsibility

Peter van der Zee | Real-time recompilation of running JavaScript [Fronteers 2013]

October 10, 2013 09:10 - 38 minutes - 86.1 MB Video

In this talk Peter will demonstrate step by step how to transform a simple piece of JavaScript to a state where you can change the code while running it. This is particularly handy for visual applications, or applications with continuous data stream processor like a chatbot. This principle is then generalized in a library. He'll explain the basics, how it works, fixes for certain edge cases, and some open issues. More info at: https://fronteers.nl/congres/2013/sessions/real-time-recompilation

Zoe Mickley Gillenwater | Putting Flexbox into practice [Fronteers 2013]

October 10, 2013 07:50 - 49 minutes - 110 MB Video

The Flexible Box Layout module, called “flexbox” for short, is the most fully developed and well supported of CSS3’s wide array of new techniques for creating page layouts. Web developers are itching to use it, and with good reason—flexbox allows you to create fluid, responsive layouts without having to worry about crazy percentage grid widths, negative margins, float drop, and all those pesky CSS layout quirks we’ve dealt with for over a decade. More info at: https://fronteers.nl/congres/201...

Steve Souders | Pre-browsing [Fronteers 2013]

October 10, 2013 07:00 - 55 minutes - 116 MB Video

Wouldn't it be great if your browser anticipated what you wanted before you asked for it? Web pages could arrive before you finished typing the URL. Science fiction? Not at all. This talk uncovers several techniques available to browsers and web developers today to move us closer to an instantaneous web experience. Preresolve, prefetch, prerender, preload, and other predictors: What do they all mean? Which browsers support them? How do web developers take advantage of them, and make sure not ...

Eric Eggert | The future of the web [Fronteers 2013 Jam Session]

October 09, 2013 22:43 - 11 minutes Video

Where is the web heading? What will we as frontend developers do in a few years? Will Google, Apple or the NSA win? More info at: https://fronteers.nl/congres/2013/jam-session/the-future-of-the-web

Roman Komarov | Don’t look into the source [Fronteers 2013 Jam Session]

October 09, 2013 22:22 - 7 minutes Video

At the 2012 Jam Session Roman showed and tried to explain how to animate pseudo-elements. This time he showed five demos of things you thought are not possible in CSS, but he didn't tell you how he did them. Instead, he tried to motivate you not to look into the sources of all the cool demos you happen to see in the internets, to skip the explanations and step-to-step tutorials in favour of your own exploration and experimentation. More info at: https://fronteers.nl/congres/2013/jam-session/d...

Robert Haritonov | Source — Front-end documentation engine [Fronteers 2013 Jam Session]

October 09, 2013 22:10 - 10 minutes Video

How to manage front-end development process within team of developers and designers effectively? Odnoklassniki.ru, world ‘Top 10’ social network, will share their experience in solving this question using open Source front-end documentation engine. Source was created to help front-end developers, designers, programmers and testers to become more productive and create best interfaces for the product. Their solution suits well for the big development teams, growing web projects, outsourced proj...

Max Shirshin | Semantic JavaScript: Beyond Frameworks, Beyond DOM [Fronteers 2013 Jam Session]

October 09, 2013 21:48 - 11 minutes Video

After years of web technologies evolving, we finally have the power to move beyond individual frameworks. Tools become less relevant, and methodologies prevail. Bridge JavaScript with other web techs and operate on unified terms regardless of tools you use. Nowadays, methodologies like BEM or Web Components bring semantics back and make it a first-class citizen, while underlying DOM-based structures are just the "byte code" for the browser to operate on. Max discussed ways to uplift your code...

Arjan Eising | Science: it works, bitches [Fronteers 2013 Jam Session]

October 09, 2013 21:36 - 11 minutes Video

A comparison between the workflow and habits of a scientist and a front-end developer. What can we learn from each other? More info at: https://fronteers.nl/congres/2013/jam-session/science-it-works-bitches

Jakob Løkke Madsen | Test-driven CSS [Fronteers 2013 Jam Session]

October 09, 2013 21:24 - 9 minutes Video

A short introduction on how to apply test-driven development methodologies to CSS and HTML using http://jakobloekke.github.io/tdcss.js/ More info at: https://fronteers.nl/congres/2013/jam-session/test-driven-css

Varya Stepanova | divide @ impera : Developing not web pages but interface components [Fronteers 2013 Jam Session]

October 09, 2013 21:12 - 9 minutes Video

In 2012 she presented BEM as a way to modularize the development of pages. By breaking things into Blocks, being able to break those into Elements, and then use Modifiers on them, we get a neat TLA and a methodology where each part can advance rapidly and independently, instead of having to get the CSS done, and then have everyone wait for the Javascript guy, only to have the project return to the HTML guy and have to run through the whole development cycle again. This time Varya was showing ...

Jan van Hellemond | Talking HEADs [Fronteers 2013 Jam Session]

October 09, 2013 20:52 - 10 minutes Video

Front-end web development is about HTML, CSS and JavaScript, right? Wrong! It's about HTML, CSS and JavaScript and HTTP. You might think that the protocol that has been serving us and our pages since the early nineties is showing its age, but I still has some surprises in store for us developers. This talk was about the path from browser to server and back, and the distractions and attractions along the way. More info at: https://fronteers.nl/congres/2013/jam-session/talking-heads

Mathias Bynens | Metaprogramming [Fronteers 2013 Jam Session]

October 09, 2013 20:40 - 10 minutes Video

A short talk about writing programs that generate source code for other programs, a technique advocated by X-Zibit, Christopher Nolan, et al. More info at: https://fronteers.nl/congres/2013/jam-session/metaprogramming

Sebastian Golasch | DalekJS - Shifting to the frontlines of UI testing [Fronteers 2013 Jam Session]

October 09, 2013 20:28 - 10 minutes Video

Testing webpages is the inglorious bastard of our time. After we tamed this beast called 'Unit testing' it is now time to shift our frontlines to another topic. This times its all about your UI. And no, we did not going to penetrate our old enemy Selenium, no we were not fighting in the ruby-ish fields of Watir, no my friends, this time it was JavaScripts move to exterminate your bugs once and for all. More info at: https://fronteers.nl/congres/2013/jam-session/dalekjs

Paul Verbeek | Developing developers [Fronteers 2013 Jam Session]

October 09, 2013 20:16 - 8 minutes Video

One of our bigger problems at the moment is finding good developers. But instead of finding the best of the best, we should find the motivated and make them the best. How can you be a great coach, and help new developers trancend even your own skills? More info at: https://fronteers.nl/congres/2013/jam-session/developing-developers

Steve Souders | The Perception of Speed [Fronteers 2013 Jam Session]

October 09, 2013 19:56 - 15 minutes Video

When does slow actually feel fast? And vice versa? Steve provided examples from the Web and the real world that show it's not all about metrics - sometimes altering the user's perception of speed is the best path to a better user experience. More info at: https://fronteers.nl/congres/2013/jam-session/the-perception-of-speed

Andreas Dantz | Sketching Sketches with Sketch – Vectors for the web [Fronteers 2013 Jam Session]

October 09, 2013 19:44 - 8 minutes Video

It doesn't always have to be an expensive tool from Adobe. Especially if you're working for the web exclusively. More info at: https://fronteers.nl/congres/2013/jam-session/sketching-sketches-with-sketch

Wilfred Nas | Javascript is evil [Fronteers 2013 Jam Session]

October 09, 2013 19:32 - 9 minutes Video

Javascript has become the most popular language of the world. Unfortunately, we rely on it too much and forget that we write for an open and accessible web. Building single page apps without a proper fall back isn't helping our users. More info at: https://fronteers.nl/congres/2013/jam-session/javascript-is-evil

Wes Oudshoorn | Blowing off steam [Fronteers 2013 Jam Session]

October 09, 2013 19:20 - 11 minutes Video

As a designer working with (front-end) developers in a technology filled world, my frustration rises to unprecedented levels. In this short session, he shared between 2 and 20 frustrations. More info at: https://fronteers.nl/congres/2013/jam-session/blowing-off-steam

Brenno de Winter | Fronteers 2013 Jam Session Keynote [Fronteers 2013 Jam Session]

October 09, 2013 19:03 - 15 minutes Video

This year the keynote speaker for our Jam Session was Brenno de Winter. Brenno is a journalist specialized in IT security and privacy. An advocate of a transparent government, he was proclaimed “Dutch journalist of the Year” in 2011. A straightforward champion for freedom of speech and freedom of information, he is not only a pain in the backside for governments but also a warm and inspiring man. We were proud to welcome him to our Jam Session! More info at: https://fronteers.nl/congres/2013/...

[NL] Jan van Hellemond | SVG for responsive HTML5 [Bijeenkomst bij eBuddy]

May 30, 2013 17:30 - 1 hour Video

Responsive Web Design wordt dé zomertrend van 2013. Internetgebruik op kleine schermen groeit enorm. En het aantal pixels per vierkante centimeter neemt razendsnel toe. Het wordt steeds moeilijker om al die pixels op al die formaten te vullen met de traditionele bestandsformaten GIF, JPEG en PNG. Vectoren hebben geen last van pixels. Met mathematische precisie schalen ze moeiteloos op en neer voor een strakke presentatie op elke formaat scherm, retina of niet. Meer info op: https://fronteers....

[NL] Tom Greuter | Automatiseer je front-end: GruntJS [Fronteers Hackathon 2013]

May 11, 2013 08:30 - 1 hour Video

Meer info op: https://fronteers.nl/bijeenkomsten/2013/hackathon

[NL] Sanne Veroude | The real world on the web [Pecha Kucha bij De Voorhoede]

April 18, 2013 18:50 - 6 minutes Video

Meer info op: https://fronteers.nl/bijeenkomsten/2013/voorhoede

[NL] Marco Kuiper | Strike with Knockout [Pecha Kucha bij De Voorhoede]

April 18, 2013 18:40 - 6 minutes Video

Meer info op: https://fronteers.nl/bijeenkomsten/2013/voorhoede

[NL] Jasper Moelker | Metadata: Coding for Computers [Pecha Kucha bij De Voorhoede]

April 18, 2013 18:30 - 6 minutes Video

Meer info op: https://fronteers.nl/bijeenkomsten/2013/voorhoede

[NL] Hylke van Maaren | Understanding the designer [Pecha Kucha bij De Voorhoede]

April 18, 2013 18:20 - 6 minutes Video

Meer info op: https://fronteers.nl/bijeenkomsten/2013/voorhoede

[NL] Jasha Joachimsthal | Samenwerken in Thymeleaf templates? [Pecha Kucha bij De Voorhoede]

April 18, 2013 18:10 - 7 minutes Video

Meer info op: https://fronteers.nl/bijeenkomsten/2013/voorhoede

[NL] Mariepauline Hollman | Webrichtlijnen - de contentkant [Pecha Kucha bij De Voorhoede]

April 18, 2013 18:00 - 6 minutes Video

Meer info op: https://fronteers.nl/bijeenkomsten/2013/voorhoede

[NL] Ruud Ravenhorst | Gemeentes en websites [Pecha Kucha bij De Voorhoede]

April 18, 2013 17:50 - 7 minutes Video

Meer info op: https://fronteers.nl/bijeenkomsten/2013/voorhoede

[NL] Wilfred Nas | Figuring out the details in HTML5 [Pecha Kucha bij De Voorhoede]

April 18, 2013 17:40 - 7 minutes Video

Meer info op: https://fronteers.nl/bijeenkomsten/2013/voorhoede

[NL] Arjan Eising | Jasmine Tests 101 in 6 minuut 40 [Pecha Kucha bij De Voorhoede]

April 18, 2013 17:30 - 6 minutes Video

Meer info op: https://fronteers.nl/bijeenkomsten/2013/voorhoede

[NL] Wouter Dammers | Open source in de praktijk [Bijeenkomst bij ICTRecht]

February 18, 2013 19:45 - 42 minutes Video

Open source software is gratis maar dat wil niet zeggen dat je er alles mee mag doen. De licenties achter OSS stellen regels, waar je je toch echt aan moet houden. Wat die regels in de praktijk betekenen, is altijd goed voor discussie. Moet je je eigen applicatie vrijgeven als je OSS inzet? Moet de broncode van een webapplicatie dan online aangeboden worden? En wat voor gevaar vormen softwarepatenten voor open source? ICT-jurist Wouter Dammers behandelt de meest voorkomende licenties en hun e...

[NL] Arnoud Engelfriet | De cookiewet: wat een gedoe [Bijeenkomst bij ICTRecht]

February 18, 2013 18:30 - 1 hour Video

Sinds 5 juni 2012 is de cookiewet van kracht. Het is niet meer toegestaan om cookies te plaatsen of browserinstellingen uit te lezen, tenzij er toestemming is van de eindgebruiker. Deze regels zijn streng. En wie cookies gebruikt om profielen te maken, heeft ook nog eens te maken met de strenge privaywet. ICT-jurist Arnoud Engelfriet vertelt over wat er nog wel en niet mag, hoe je kunt voldoen aan de wet en of deze wet ooit nog gaat verdwijnen. Meer info op: https://fronteers.nl/bijeenkomsten...

[NL] Christiaan W. Lustig | De rol van contentproductie in responsive web design [Pecha Kucha bij Netvlies]

November 01, 2012 20:10 - 6 minutes Video

Meer info op: https://fronteers.nl/bijeenkomsten/2012/netvlies/contentproductie-responsive-web-design

[NL] Thomas van Zuijlen | Dat kan jíj toch beter: futloze front-end en uitglijdende UX [Pecha Kucha bij Netvlies]

November 01, 2012 20:00 - 7 minutes Video

Meer info op: https://fronteers.nl/bijeenkomsten/2012/netvlies/dat-kan-jij-toch-beter

[NL] Arjan Eising | Dr. Strangescope or: How I Learned to Stop Worrying and Love the Closure [Pecha Kucha bij Netvlies]

November 01, 2012 19:50 - 5 minutes Video

Meer info op: https://fronteers.nl/bijeenkomsten/2012/netvlies/dr-strangescope

[NL] Jaco Koster | Building Big Sites [Pecha Kucha bij Netvlies]

November 01, 2012 19:10 - 6 minutes Video

Meer info op: https://fronteers.nl/bijeenkomsten/2012/netvlies/building-big-sites

Peter van der Zee | Rewriting JS for Fun and Profit [Pecha Kucha bij Netvlies]

November 01, 2012 19:00 - 6 minutes Video

More info at: https://fronteers.nl/bijeenkomsten/2012/netvlies/rewriting-js

[NL] Jules Ernst | Webrichtlijnen en het toepassen van afkortingen [Pecha Kucha bij Netvlies]

November 01, 2012 18:50 - 6 minutes Video

Meer info op: https://fronteers.nl/bijeenkomsten/2012/netvlies/webrichtlijnen-afk

[NL] Krijn Hoetmer | Pedantic Indenting [Pecha Kucha bij Netvlies]

November 01, 2012 18:40 - 6 minutes Video

Meer info op: https://fronteers.nl/bijeenkomsten/2012/netvlies/pedantic-indenting

[NL] Paul Verbeek | All your phones are belong to us [Pecha Kucha bij Netvlies]

November 01, 2012 18:30 - 6 minutes Video

Meer info op: https://fronteers.nl/bijeenkomsten/2012/netvlies/all-your-phones-are-belong-to-us

Alex Russell | The Web Platform and The Process of Progress [Fronteers 2012]

October 05, 2012 14:50 - 49 minutes - 122 MB Video

Progress is a process, and like most man-made processes progress can be sped up and slowed down. As the victims and beneficiaries of progress in the browser space, it pays to understand not just what's holding us back, but what could be helping us move forward faster as well. This talk examines the feedback loops that create and hinder progress, why that process will never be pretty, and why now is perhaps the best time ever to be a web developer. More info at: https://fronteers.nl/congres/20...

Rebecca Murphey | JS Minty Fresh: Identifying and Eliminating Smells in Your Code Base [Fronteers 2012]

October 05, 2012 14:00 - 41 minutes - 86 MB Video

Maybe you've inherited some smelly code, or maybe you've written some yourself, rushing to get a feature out the door knowing that you're leaving yourself a mess to clean up later. No matter how you end up with smelly code, eliminating smells is an important step toward making code easier to work with -- for you and your fellow developers -- reducing opportunities for introducing bugs, and making your code easier to test. Heck, it can even help you get a new job. More info at: https://frontee...

Peter Nederlof | Beyond simple transitions, with a pinch of JavaScript [Fronteers 2012]

October 05, 2012 12:40 - 45 minutes - 112 MB Video

For years front-end developers had to rely on custom Javascript tools and libraries to create animations we can now accomplish with a simple CSS transition. Transions however still have their limits, especially so when it comes to live interaction by users. In this session Peter shows how to step beyond some of these limits, and the benefits from doing so. More info at: https://fronteers.nl/congres/2012/sessions/beyond-simple-transitions-with-a-pinch-of-javascript-peter-nederlof

Phil Hawksworth | I can smell your CMS [Fronteers 2012]

October 05, 2012 11:50 - 48 minutes - 126 MB Video

The word is getting out. Great web site experiences require careful development and crafty execution in the front end. Squeezing every drop of performance out of your user's browser is tough, but Steve Souders and friends have mobilized an army, and we are all having a bloody good go. But there is a common threat to doing great work in the front-end. It lurks in the back-end and clients love it. It's the content management system, and more often than not, it stinks. More info at: https://fro...

Anne van Kesteren | Building the web platform [Fronteers 2012]

October 05, 2012 10:00 - 56 minutes - 141 MB Video

A mix of innovation, collaboration through standards, reverse engineering, content studies, and fussy politics, has created the somewhat messy yet beautiful platform we have today. It enables us to publish anything from a simple document to a complex application. This talk will dive into some of the low-level details of that platform as well as explain those fussy politics. More info at: https://fronteers.nl/congres/2012/sessions/building-the-web-platform-anne-van-kesteren

Jeroen Wijering | The State of HTML5 Video [Fronteers 2012]

October 05, 2012 09:10 - 45 minutes - 132 MB Video

Jeroen will talk about the current state of HTML5 video on both desktop and mobile. The latest developments include the HTML5 element, which promises to make online video accessible and interactive. More info at: https://fronteers.nl/congres/2012/sessions/the-state-of-html5-video-jeroen-wijering

David DeSandro | Open-source ain't free [Fronteers 2012]

October 05, 2012 07:50 - 49 minutes - 145 MB Video

A talk about open source software, money, time, scarcity of resources, economics and side projects. More info at: https://fronteers.nl/congres/2012/sessions/open-source-aint-free-david-desandro

Marcin Wichary | The biggest devils in the smallest details [Fronteers 2012]

October 05, 2012 07:00 - 54 minutes - 137 MB Video

The interactive Google homepage doodles come with all sort of interesting problems and constraints. Join Marcin as he goes through some of the nice solutions, ugly hacks, terrible mistakes, and last-minute miracles accompanying doodles celebrating Pac-Man, Jules Verne, Stanislaw Lem, and recent summer games. More info at: https://fronteers.nl/congres/2012/sessions/the-biggest-devils-in-the-smallest-details-marcin-wichary

Lea Verou | More CSS secrets: Another 10 things you may not know about CSS [Fronteers 2012]

October 04, 2012 14:50 - 55 minutes - 116 MB Video

According to .net magazine, Lea’s “CSS3 secrets: 10 things you may not know about CSS” was one of the 15 best talks of 2011. Web developers all over Europe loved it. This talk continues on the same path, with even juicier “secrets”. It will teach you how to take advantage of modern standards in unconventional ways to solve common web design challenges and in the process, it will open your mind to truly understanding how these new features work. After all, when you can “get” the unconventional...

Guests

John Resig
1 Episode
Nicholas Zakas
1 Episode
Paul Lewis
1 Episode