Chapter Two at Deque
A developer advocate shares their journey from burnout to a new 100% advocacy role focused on accessibility tools and services at Deque Systems.
A developer advocate shares their journey from burnout to a new 100% advocacy role focused on accessibility tools and services at Deque Systems.
A tutorial on implementing animations in an Angular application, building an animated image slider from scratch.
A defense of seemingly messy CSS code, arguing that complex class structures often evolve from practical needs and team collaboration.
Upgrading to ASP.NET Core 2.1 can deliver serious performance improvements and developer productivity gains, with real-world results.
A web developer shares a list of influential front-end writers and their blogs, focusing on CSS, JavaScript, and web development insights.
A developer discusses strategies to combat feeling overwhelmed by the constant influx of new technologies and learning demands.
Analysis of Apple Watch's new web content support, detailing WebKit optimizations and developer meta tags for watch-specific layouts.
Announcing the second edition of a comprehensive course on Ruby on Rails performance, covering updates, new lessons, and community insights.
A developer shares practical strategies for effectively using CSS custom properties, covering variable types, scoping, and fallback values.
Discusses whether to learn JavaScript fundamentals first or jump straight into frameworks, recommending a strong foundation in JavaScript.
A talk on using Angular Animations to add meaningful motion and context to user interactions, not just visual polish.
The author shares positive results from restructuring a JavaScript course, with improved student feedback on learning flow and comprehension.
Author explains why authentication will be taught in a separate course, not within the main JavaScript curriculum, to avoid overwhelming beginners.
A tutorial on creating accessible dropdown navigation menus using only CSS, focusing on modern techniques and web standards.
A guide on creating reusable Blazor component libraries, including setup, project creation, and building a simple in-memory list component.
A motivational article addressing imposter syndrome in software development, encouraging developers to define their own worth through continuous learning.
The author details converting their personal website into a Progressive Web App using Service Workers for offline viewing and a native app-like experience.
Explains how to create and use layout components in Blazor to maintain a consistent UI structure across web application pages.
Author Zell explains the difficult decision to restructure his Learn JavaScript course to improve the learning experience by reducing overwhelm.
Explains why and how to traverse the DOM in JavaScript, comparing it to using document.querySelector for more efficient element selection.