Refactoring UIAlertController: Helper class and protocol approaches
Explores refactoring UIAlertController in iOS using helper classes and protocols to reduce code duplication and improve maintainability.
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.
Explores advanced TypeScript type systems by building a Tic Tac Toe game engine using conditional types, generics, and keyof operators.
A guide to selecting HTML elements using Cypress for test automation, covering basic selectors and child element queries.
The author announces 'Front Line PHP', a new book teaching modern PHP, best practices, and the professional web developer mindset, launching alongside PHP 8.
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 guide to designing wireframes for a Django survey application, covering user journeys for both survey takers and creators.
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.
A technical guide on using Go with WebAssembly to create JavaScript objects, Promises, HTTP requests, and streaming in the browser.