2048: A close look at the source
An analysis of the 2048 game's source code, focusing on its MVC architecture and the process of creating a word-based variant.
An analysis of the 2048 game's source code, focusing on its MVC architecture and the process of creating a word-based variant.
Explores the benefits of JavaScript MV* frameworks for large-scale applications, including reusability, abstraction, and testability.
Explains AngularJS's $resource service, comparing it to the Active Record pattern for client-side data management and API interaction.
Reflections on functional programming trends, Java vs. Scala, and JavaScript frameworks from a tech conference.
A developer shares a simple JavaScript script to automatically generate a talks list from a JSON file, eliminating manual HTML updates.
Exploring JavaScript inheritance patterns for AngularJS components like controllers, services, and directives to enable code reuse.
A developer's personal recap of attending the Topconf Tallinn 2013 software conference, covering talks, panels, and networking.
Overview of an Advanced JavaScript university course covering modern web technologies, ES5/6 features, HTML5 APIs, Node.js, and popular frameworks.
A community-driven AngularJS style guide and best practices repository for developers.
A technical guide explaining the browser Notification API, covering support, permission requests, and cross-browser implementation.
A tutorial on creating a simple VNC client using only HTML5 and JavaScript, with a Node.js proxy server and WebSocket communication.
A guide to implementing Aspect-Oriented Programming (AOP) in AngularJS to handle cross-cutting concerns like logging and authentication.
Developer creates an open-source web app to calculate screen DPI/PPI, detailing the project's inspiration, features, and development process.
A seminar on Object-Oriented Programming in JavaScript, covering patterns and a modular architecture demo.
Explains the benefits of using the publish/subscribe pattern in JavaScript for loose coupling and separation of concerns in MV* architectures.
Announcement of a temporary takeover of the @msdnbelux Twitter account to share content on ASP.NET, JavaScript, and Azure.
Explores JavaScript's unusual syntax and semantics, focusing on Immediately-Invoked Function Expressions (IIFEs) and other peculiar language features.
Hippo's monthly 'Hippo Fridays' for developers lead to new features in the upcoming Hippo CMS 7.8 release, including HTML5 History API and scripting support.
Exploring functional programming concepts in JavaScript, including anonymous functions, high-order functions, and their benefits for concurrency and testing.
plainvm is an open-source project providing a web interface to manage virtual machines through a browser, using VirtualBox and websockets.