A must watch! A terribly inspired description of how Seth managed to inject a full Flappy Bird gaming experience into Super Mario World by using several different glitches. He explains everything in the video. | |
|
Ready to really master AngularJS? Or even start learning! Pre-order the Ultimate AngularJS course bundle currently being built by Todd Motto, for just $149 – limited time offer! After this course you’ll be somewhat of an AngularJS expert with the knowledge you need to build professional AngularJS applications. You’ll understand component-based architecture, learn how Angular’s internals work, how to unit test, how to write complex directives and how their lifecycle works. Component communication, $scope and $rootScope traversal, the event system, model-driven forms and custom validators, advanced routing with ui-router, custom filters, service lifecycle, best practices and much more. | |
|
Patrick wrote a game development tutorial and then repurposed it following the functional programming paradigm, and turning to immutable state and thorough test coverage. He still ran into a bug. In this article he takes a step back and invites us to think about whether immutability is enough, or what additional measures we can take to prevent bugs like this from cropping up in our applications. |
|
If you only read one thing about AlphaGo, make it this news article. Michael describes how AlphaGo, a Google DeepMind project that recently beat a top Go expert, is different than other attempts at creating an effective Go-playing AI. Before AlphaGo, it was thought a development like this wouldn’t occur for at least another 10 years. For that reason Michael compares it to Deep Blue, the chess-playing AI that took over the world, and draws comparisons and conclusions. A very interesting article. I’d love to read more about the subject! | |
|
Adam reflects on accessibility by taking a different point of view and hoping that you see it too. An interesting read that will give you something to think on. |
|
As the walls between design, programming, and business continue to collapse, the role of the designer becomes more complex. The most sought-after designers are full-stack multi-taskers, well versed not only in the design discipline but also literate in coding and possessing solid business sense. The New Design Fundamentals from O’Reilly Media provides the knowledge and advice you need to build your skillset and stay current with the latest trends—whether you’re designing interfaces for critical services or helping a client gain a competitive edge. It can help you get started on topics you need to know, including data-informed design, designing social interfaces, information architecture, and design sprints. It’s useful, and it’s free! | |
|
Robby wrote Oh My Zsh!, a simple zsh configuration tool that became wildly popular. He recounts his experiences when first starting out, and as the project became larger and larger. |
|
A series of articles with tips about public speaking. If you are a public speaker or are considering to become one, this article series is definitely for you! |
|
A comprehensive wiki page outlining all possible ways for Node.js to detect ES6 modules, and the current roadmap. There are lots of moving parts, so expect changes. |
|
Paul has a bunch of insight (on web performance) to share. He reinforces the RAIL concept, ServiceWorker , and more. Go read it. Thy must. |
|
CSS custom properties, again. They were in our previous issue, but we figured another article couldn’t hurt. Still a relatively hot topic, so this in-depth guide might be your perfect starting point if you haven’t looked at CSS native variables yet. |
|
CSS Grid Layout (aka “Grid”), is a two-dimensional grid-based layout system that aims to do nothing less than completely change the way we design grid-based user interfaces. Grid layout is a huge upgrade to the way we do layouts in CSS. What are you waiting to get up to speed? |
|
|
Comments