Learning Svelte 101
A beginner's tutorial on the Svelte JavaScript framework, covering basics like variables, props, and component structure.
A beginner's tutorial on the Svelte JavaScript framework, covering basics like variables, props, and component structure.
Learn how to use django-hijack to impersonate user accounts and troubleshoot customer issues in Django projects.
Explores refactoring UIAlertController in iOS using helper classes and protocols to reduce code duplication and improve maintainability.
A guide to building the hsdis disassembler library for OpenJDK 15 to analyze JIT compiler assembly output.
A guide to building the hsdis disassembler library for OpenJDK 15 to analyze JIT compiler assembly output.
A technical guide on streaming XML data from IBM MQ to Kafka, transforming it, and then loading it into MongoDB using Kafka Connect.
A tutorial on creating a full-bleed webpage layout using CSS Grid, focusing on improving readability for long-form content.
A beginner's guide to using SSH and basic shell commands to start solving the OverTheWire Bandit security challenges.
The author announces 'Front Line PHP', a new book teaching modern PHP, best practices, and the professional web developer mindset, launching alongside PHP 8.
A guide to selecting HTML elements using Cypress for test automation, covering basic selectors and child element queries.
Explores advanced TypeScript type systems by building a Tic Tac Toe game engine using conditional types, generics, and keyof operators.
Explores the growing importance of writing vs. coding for senior tech roles, featuring insights from engineers and data scientists on communication and leadership.
Explores using OrchardCore's OpenID management feature as an alternative to IdentityServer, focusing on integration with an existing OpenIddict deployment.
A 3-part video tutorial series on building UICollectionViews from scratch in Swift, covering layout, data sources, self-sizing cells, and batch updates.
A guide for engineering managers on creating a sustainable and effective on-call culture, emphasizing shared responsibility and operational best practices.
A tutorial on implementing Webmention functionality to collect social media comments and interactions on a Next.js website.
A developer shares insights from creating a free ebook with 50 React project ideas, focusing on learning by doing and the writing process.
A beginner-friendly Django project guide for building a survey website to practice backend web development concepts.
A guide to designing a data model for a Django survey application, covering models for Survey, Question, Option, and Submission.