PyCon Pakistan & The First Meetup in Lahore
A recap of the first Python meetup in Lahore, discussing goals for PyCon Pakistan and community growth.
A recap of the first Python meetup in Lahore, discussing goals for PyCon Pakistan and community growth.
Explains how boxing works internally in the .NET CLR, covering type creation, IL code, and JIT compilation.
Explains the benefits of HTTPS and how Netlify simplifies the process of enabling it for your website with automatic certificates.
A comprehensive guide to local receipt validation for iOS using Swift, covering the entire process from preparation to implementation.
A comprehensive guide to local receipt validation for iOS in Swift, with seven tutorials and a GitHub repository.
Tips for avoiding duplicate RxJS operator imports in Angular projects, covering changes from Angular v5/v6 and pipeable operators.
A guide to building a simple scheduled task system in ASP.NET Core 2.0, inspired by Spring's @Scheduled annotation.
Explains Spring Framework 4.2+ event handling features, including @EventListener, generic events, SpEL conditions, and transactional listeners.
Explores the importance of interpreting ML model predictions, especially in regulated fields, and reviews methods like linear regression and interpretable models.
Explains the correct methods to import RxJS operators in Angular & TypeScript projects, covering polyfill imports and tree shaking.
Guide to finalizing receipt validation in Swift by computing and comparing GUID hash using OpenSSL.
Guide to finalizing receipt validation in Swift by computing and comparing the GUID hash for your app.
A technical guide on migrating from Azure VMs to VM Scale Sets, focusing on modifying a VSTS build pipeline to create a VM image for scalable API deployment.
A tutorial on setting up an Angular project with Angular Material 2, covering installation, configuration, and component usage.
A developer's experience running NixOS on a DigitalOcean VPS, detailing setup challenges, service configuration, and a unique approach to managing user homes.
A response to Alan Page's tweets on the future of test automation, discussing the role of automation engineers and the 'Automation in Testing' concept.
A technical article exploring the implementation of a custom binary encoder/decoder for Swift using the Codable protocol.
A guide to parsing and decoding Apple receipts in Swift, extracting metadata for validation.
A guide to parsing and decoding Apple receipts in Swift, extracting metadata for validation.
A data exploration app using Dash by Plotly to visualize UK Teaching Excellence Framework (TEF) 2017 scores from a CSV file.