How to Connect Local with CodeKit
A tutorial on integrating CodeKit, a Mac development tool, with Local (formerly Local by Flywheel) to enhance WordPress local development with features like live reload.
A tutorial on integrating CodeKit, a Mac development tool, with Local (formerly Local by Flywheel) to enhance WordPress local development with features like live reload.
A software engineer argues that effective performance optimization requires understanding system bottlenecks and applying a scientific, evidence-based approach.
A critique of bloated MVC in iOS development, discussing strategies to manage massive view controllers and adapt architectural patterns for UIKit and SwiftUI.
Explains how to use browser Feature Policies like oversized-images and unoptimized-images to catch and prevent common web performance issues.
An introduction to JAMstack architecture, explaining its core components (JavaScript, APIs, Markup) and how to get started building modern web applications.
A tutorial on setting up and running tests for a Node.js application using the Jest testing framework.
A .NET developer discusses the future of .NET, the importance of being a polyglot programmer, and why .NET is in great shape.
Explains how to create recursive React components using the factorial function as an analogy, with examples for rendering nested data like file trees.
A designer shares his creative process for making a gigposter for a charity Rage Against the Machine cover show, from concept to illustration.
A developer discusses fixing an N+1 query bug and handling tricky date logic in a Django app, part of a SaaS building series.
Andy Bell announces a live stream focused on front-end development work, specifically building a tutorial viewer for Piccalilli.
An evaluation of Plastic SCM, a version control system designed for game development, comparing its features and history to Git and Perforce.
Explores four methods to swap variable values in JavaScript, including destructuring, temporary variables, and arithmetic operations.
The author details the design process for a JavaScript course portal, focusing on the content and login pages for better usability.
Performance testing of DynamoDB Transactions compared to other API calls, including batch writes and failed transactions.
A deep technical dive into how Default Interface Methods (DIM) work under the hood in C# 8 and the .NET Core Runtime.
Explains how to build a micro blog using Jamstack, IFTTT, and Netlify, detailing the setup and workflow.
A recording of a live refactoring session presented at the JFokus tech conference in Stockholm.
Explains how to use OpenIddict 3.0's degraded mode to create a minimalist OpenID Connect proxy server for delegating authentication.