Mentoring Junior Developers
A reflection on the importance of mentoring junior developers, emphasizing feedback, encouragement, and practical tips for fostering growth in tech teams.
A reflection on the importance of mentoring junior developers, emphasizing feedback, encouragement, and practical tips for fostering growth in tech teams.
A guide to using Pa11y and other tools to automate accessibility testing in web development, improving user experience and SEO.
A list highlighting 20 influential women in web design and development, celebrating their contributions and providing role models in tech.
A developer explains why they switched from HEX and RGB to the HSL color format in CSS for better color management and workflow.
A web developer shares a list of influential front-end writers and their blogs, focusing on CSS, JavaScript, and web development insights.
A developer shares a curated list of newsletters, blogs, and Twitter feeds to stay updated on frontend, React, JavaScript, and general tech content.
Explains the evolution of web development from Responsive and Adaptive design to modern Progressive Web Apps (PWAs).
Explains Vue.js scoped slots by comparing them to function props, making this advanced concept easier to understand for developers.
Revisits the 'compressive images' technique for responsive web design, analyzing its modern relevance, performance trade-offs, and memory impact.
A guide to implementing responsive images for web performance, covering mindset, techniques, and calculations for optimal image delivery.
A tutorial explaining the basics and benefits of CSS variables (custom properties) for cleaner, more maintainable stylesheets.
A review of a book on designing effective UI animation, covering its role in branding, performance, and accessibility.
Discusses the reasons for 'quick fix' code and provides strategies for avoiding them in front-end development (HTML, CSS, JavaScript).
A review of 'Inclusive Design Patterns', a book teaching developers how to build accessibility and inclusivity into web applications from the start.
A case study on optimizing complex SVG illustrations for performance and accessibility by using inline SVG techniques.
Overview of key new features and changes in the official HTML 5.2 specification, including the native <dialog> element and Payment Request API for iframes.
A guide on using Sass maps to programmatically generate utility classes for colors, improving maintainability and scalability in CSS.
A web developer's call to action: share only accessible, semantic code examples and be responsible when publishing technical articles.
Learn how to create a custom Angular Date Pipe to format dates consistently across your application, using the dd/MM/yyyy format.
A tutorial on creating a custom JavaScript function to generate DOM elements from scratch, explaining the core logic and usage.