“An Actor, a model and an architect walk onto the web...”
Explores applying the Actor Model, a concurrency concept from the 1970s, to modern web development using JavaScript and Web Workers.
Explores applying the Actor Model, a concurrency concept from the 1970s, to modern web development using JavaScript and Web Workers.
A technical guide explaining how to create and control CSS animations using @keyframes and animation properties.
A guide explaining how CSS Transitions work, covering properties, timing functions, and triggering methods for web animations.
A developer shares a cautionary tale about the pitfalls of outsourcing an MVP, using a personal project as an example of what can go wrong.
A tutorial on implementing a neural network in JavaScript using Google's deeplearn.js library to improve web accessibility by choosing font colors.
A summary of the author's closing keynote at the dotJS 2017 conference, discussing the history of JavaScript.
A guide to using NoScript 10.x in Firefox, covering its new UI, trust levels, and configuration for privacy and security.
Explains a historical Safari bug with em-based media queries and why pixels were the recommended unit for consistent responsive design.
A guide to implementing web localization and translation using HTML attributes like lang, hreflang, and translate for multilingual websites.
Key considerations for migrating from ASP.NET to ASP.NET Core 2, covering Dependency Injection, project files, and Razor Pages.
A guide on how to learn JavaScript effectively by assessing your level, defining a clear goal, and creating a structured learning path.
A guide to building accessible web applications using React, covering best practices, common pitfalls, and essential tools for developers.
A tutorial on how to integrate and use custom Google Fonts in an Ionic 2/3 mobile application by adding font files locally and applying CSS.
Solutions for using different resource URLs in local vs remote environments, featuring Service Workers and other web dev techniques.
A developer shares their experience building a custom course platform for web development, covering motivations, challenges, and lessons learned.
A step-by-step guide to installing and configuring Font Awesome icons in an Ionic mobile application.
A guide for aspiring junior web developers on navigating the job market, focusing on career goals and essential skills for different work environments.
A developer critiques modern software complexity, arguing that overengineered tools like Docker and Gulp create more problems than they solve.
How to implement extensionless URLs in JSF 2.3 using a ServletContextListener and dynamic servlet mappings.
A guide to using the free, open-source tool pa11y for automated accessibility testing in web development, covering setup and basic configuration.