VIPER best practices for iOS developers
A tutorial on implementing the VIPER architecture for iOS apps in Swift, covering module generation and project setup.
A tutorial on implementing the VIPER architecture for iOS apps in Swift, covering module generation and project setup.
Explains how to make Laravel action classes queueable for asynchronous execution using a dedicated package.
Announcing the stable release of sway 1.0, an i3-compatible Wayland desktop for Linux and FreeBSD, representing a major overhaul.
A developer builds a Node.js API that generates GitHub badges showing a project's 'mood' based on the average time of day commits are made.
Explains the risks of inconsistent package lockfiles in npm/Yarn and how to enforce strict dependency installation using `npm ci` or `--frozen-lockfile`.
Extending a Lisp compiler to generate LLVM IR instead of x86 assembly, covering IR basics, function definitions, and backend architecture.
A guide to optimizing Django dashboard performance using SQL grouping sets for advanced aggregation, including a cautionary note.
Ink is a React renderer for building command-line interfaces (CLIs), bringing React components and hooks to terminal applications.
A guide to overcoming common objections and convincing a web development team to adopt CSS Grid Layout, focusing on browser support and workflow.
A deep dive into the React useEffect Hook, explaining its mental model and how to correctly use it to avoid common pitfalls.
A web developer discusses the challenge of tracking client requests and explores using Trello for non-project task management.
A technical guide demonstrating how to use the HTTPie command-line tool to produce and consume messages via the Confluent Kafka REST Proxy.
A guide explaining three methods to download .ipa files from the App Store, covering legal, semi-legal, and jailbreak approaches.
Learn to implement the k-Nearest Neighbors algorithm in PHP to predict air quality using public data and the php-ml library.
Using Azure Cognitive Services and Logic Apps to automatically tag and enrich images stored in SharePoint with metadata.
A guide to creating effective performance budgets for web development, focusing on concrete metrics and team integration.
A technical guide on calculating landscape metrics in R using spatial data and buffers around sampling points for ecological analysis.
A guide explaining three methods to download APK files from the Google Play Store, including manual and automated approaches.
A guide to parsing Markdown with syntax highlighting using GitHub's API and Primer CSS, avoiding complex setup with a simple PHP package.