Clean and minimalistic PhpStorm
A developer shares their personal setup for a clean, minimalistic PhpStorm IDE, including UI tweaks and settings for better productivity.
A developer shares their personal setup for a clean, minimalistic PhpStorm IDE, including UI tweaks and settings for better productivity.
A summary of the June 2022 Microsoft Cloud South Coast User Group event, covering GitHub workflows, Azure frameworks, and network security tools.
Guide on using OIDC authentication with Terraform's AzureRM backend to secure GitHub Actions workflows and manage storage permissions.
Explains how to use iOS 16's new UIHostingConfiguration to embed SwiftUI views within UITableView and UICollectionView cells.
Announcing the CRAN release of xaringanExtra v0.6.0, an R package adding interactive features and styling to xaringan and R Markdown slides.
A tutorial on testing ASP.NET Core Minimal APIs using xUnit, covering unit and integration tests for endpoints.
Recap of WWDC 2022's Platform State of the Union, covering Swift 5.7, SwiftUI 4.0, Xcode Cloud, and new Apple developer APIs.
Explores building a Sokoban game and solver, comparing its algorithmic challenges to chess engines and detailing implementation.
Learn how to use Hugging Face Optimum and ONNX Runtime to apply static quantization to a DistilBERT model, achieving ~3x latency improvements.
Using formal methods and Alive2 to find bugs in LLVM's AArch64 backend by lifting compiled code back to IR for refinement checking.
Explores a protocol-based approach to extending types in Swift, improving versatility and discoverability compared to traditional type extensions.
Strategies for development teams to identify, plan for, and break the vicious cycle of accumulating technical debt.
An experiment implementing ultrasonic payments using inaudible sound waves to transmit Stripe payment links between devices.
Explains when and why to use React's useReducer hook over useState, with practical examples and decision criteria.
Explains how to implement leader election for distributed applications using Kubernetes' API and etcd as a consistent state store.
Introducing spiffe-vault, a CLI tool for secretless and keyless software supply chain security using SPIFFE and HashiCorp Vault.
Fixing Docker Desktop credential errors in CI by modifying the config.json file to remove the 'credsStore' key.
A guide to setting up unit testing for React applications using Node.js 18's built-in test runner and esbuild, instead of Jest.
Explains the key differences and similarities between regex patterns used in programming and glob patterns used in terminal file matching.
A developer's technical evaluation of Firebase and AWS Amplify for building a wedding website with custom domain, auth, and email features.