How to use MVVM with SwiftUI
A tutorial explaining how to implement the MVVM (Model-View-ViewModel) architectural pattern in SwiftUI applications.
A tutorial explaining how to implement the MVVM (Model-View-ViewModel) architectural pattern in SwiftUI applications.
Learn how to use Swift's DispatchGroup to manage and synchronize multiple asynchronous API callbacks effectively.
A guide to debugging Xcode scheme pre and post actions by logging script output to a file, with a detailed shell script walkthrough.
A step-by-step tutorial on adding a basic iOS widget extension to an existing Xcode project using Swift and WidgetKit.
Analyzing the challenge of estimating real-world costs for Microsoft Defender for Cloud and introducing a built-in Pricing Estimate workbook for better cost insights.
Explores the pitfalls of using public const in C#, explaining compile-time replacement and versioning issues, and suggests using static readonly instead.
Learn how AWS Amplify accelerates full-stack web and mobile app development with features for auth, data, storage, and new extensibility tools.
A developer creates custom whiteboard magnets with Azure icons to improve technical diagramming and presentations.
A guide to deploying Hugging Face's DistilBERT model for serverless inference using Amazon SageMaker, including setup and deployment steps.
Building a Django SaaS feature for user-requested PDF bundles, integrating S3 file storage via django-storages.
A technical benchmark comparing PostgreSQL, ClickHouse, and BigQuery for fast geospatial coordinate conversion using Uber's H3 hexagon system.
Interview with a junior developer on how he landed his first full-time job, including tips on networking, applications, and balancing work.
A guide to creating a type-safe heterogeneous dictionary in Swift, similar to SwiftUI's environment, with custom keys and value types.
A beginner-friendly guide for front-end developers to learn essential terminal commands and tricks for modern web development.
A tutorial on creating a reusable modal dialog component using Bootstrap in a Blazor application.
A guide and script for converting existing Azure Virtual Network Gateways to zone-redundant or zonal configurations to leverage Availability Zones.
A guide to React Higher-Order Components (HOCs), focusing on conditional rendering and functional programming principles.
Explores how C# nullable reference types work under the hood, comparing their IL compilation to nullable value types.
A comprehensive cheatsheet and guide for using MongooseJS, an ODM for MongoDB in Node.js applications, covering setup, models, and connections.
A step-by-step tutorial on building a full-stack Todo application using Express.js, EJS, and Mongoose, from initial setup to deployment.