Are you a real developer?
A motivational article addressing imposter syndrome in software development, encouraging developers to define their own worth through continuous learning.
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.
Explains how routing works in Blazor, covering route templates, parameters, constraints, and navigation methods for building multi-page apps.
A tutorial explaining data binding (one-way, two-way, formatting) and event handling in Blazor, a .NET web framework.
NGINX Unit, a new multi-language application server, now supports Ruby. This article analyzes its potential impact on Ruby web applications.
Explains the key lifecycle methods in Blazor components, including OnInitialized, OnParametersSet, and OnAfterRender, with code examples.
A curated collection of popular and useful CSS snippets for responsive design, text selection, clearfix, box-sizing, and modern layouts.
Explains the ASP.NET Core middleware pipeline, how it processes requests and responses, and how to configure it using Use and Run methods.
A web developer addresses concerns about age in learning to code, sharing personal experience and advice for career changers.
A critique of common accessibility and usability failures in web tooltip implementations, with advice on better practices.
A web developer reflects on a tech ethics conference panel and debates the controversial idea of requiring professional licenses for web developers.
A technical guide on implementing Do Not Track (DNT) support for websites, covering both client-side and server-side checks.
A tutorial on integrating Microsoft Azure Application Insights into an ASP.NET Core 1.0 web application for monitoring and diagnostics.
A tutorial showing how to change the default Bootstrap layout in an ASP.NET Core 1.0 web application in three simple steps.
MIT instructor shares free introductory web development slides and labs for beginners with programming experience.
A guide to creating CSS subgrid layouts using pure CSS workarounds, addressing the lack of native subgrid support in browsers.
A developer discusses the RSS Club concept and technical challenges of managing a Jekyll-based blog via iPad without proper deployment.