Methods of Starting a Quick HTTP Server from the Command Line (alternatives to liveserver)
A guide to starting a quick HTTP server from the command line using Python, Ruby, Node, and PHP as alternatives to the VSCode liveserver extension.
A guide to starting a quick HTTP server from the command line using Python, Ruby, Node, and PHP as alternatives to the VSCode liveserver extension.
Explains the security concept of Audit Trails in SQL Server, covering their purpose, implementation, and importance for incident response.
A guide to using a Git hook to automatically prefix commit messages with JIRA ticket numbers from branch names.
The author discusses the unexpected computational challenges of implementing score tests for generalized linear models in survey statistics.
A curated list of the top 10 free icon packs for developers and designers, detailing features, pros, and cons for each.
Introducing SoloX, an immutable state management library for React inspired by MobX, offering simplicity and local state control.
A software engineer shares insights and advice for hiring and job hunting in tech during the pandemic, focusing on remote work clarity and interview processes.
Introducing DynaMD, a C# library that simplifies .NET memory dump analysis with a more natural syntax than ClrMD.
A developer's predictions for the future of computing, covering WASM, Rust, Kubernetes rivals, serverless, AI, and programming language trends.
Explores two new iOS 15 features for SFSafariViewController: preloading webpages and running custom Share Extensions.
iOS 15's Core Location UI framework introduces a system button for streamlined one-time location requests, simplifying permission handling for developers.
A guide to using iOS 15's new native bottom sheet (sheetPresentationController) for UIKit, covering setup, customization, and programmatic control.
iOS 15 introduces major UIButton upgrades: new styles, subtitle support, image placement, and a centralized state update handler.
iOS 15 introduces a new `.formatted()` API for dates, numbers, and lists, simplifying localized formatting without direct formatter management.
A guide to setting up and using the Google Coral USB TPU Accelerator for faster machine learning inference on Windows 10.
Testing and confirming CPU Fair Share Scheduling support on Windows 10 Multi-Session for equitable CPU distribution among user sessions.
A side-by-side comparison of basic syntax in 10 programming languages, covering console output, variables, and collections.
Explains the security principle of Separation of Privilege in IT systems, using examples from SQL Server, OpenSSH, and Azure AD MFA.
A tutorial on getting started with the Masonite Python web framework, covering setup, routing, and creating a basic JSON API.
A guide to detecting if an iOS device is locked or sleeping using UIApplication.isProtectedDataAvailable and Keychain accessibility in extensions.