Thanks to the wide adoption and availability of WebGL across browsers (including those on mobile) we get control of the full graphics pipeline. With WebGL we have the means to create 3D games with JavaScript and with WebRTC we can create multi-user applications in the browser. So what happens wh...
See detailsGraphQL is the successor of REST APIs and a declarative way to fetch and update data. This new paradigm is unlocking a completely new ecosystem turning frontend developers into superheroes. After a quick introduction to GraphQL, we’ll setup a fully-functional GraphQL backend using Graphcool and ...
See detailsComponents being the base of any web application today, fully understanding them brings your application to a different level. More specifically, there are 3 important concepts: Reusability, performance and maintainability. Creating reusable components will not only allow your team to go faster ...
See details