The Future of Web Development - React, Falcor, and ES6

The future of web application development looks a bit different than what we are all used to. I'll show you how to build a simple full-stack JavaScript app using Node.js on the backend, React on the frontend, Webpack for client-side module support, and Netflix's Falcor as an efficient and intuitive...

• Ray Nicholus

Tomcat Hates Encoded Slashes

After sending a GET request containing escaped slashes to our Tomcat-hosted endpoint, we expect to receive a 2xx response. But instead, our server responds with a 404. What happened?

• Ray Nicholus
Newer Older