Fresh Beginning
  • Home
  • Portfolio
  • My Clothing Shop
  • Etsy Clothing Store
  • Buy Me A Coffee
  • Patreon
  • Speaking
  • Reading
  • About Me
  • Contact Me
Subscribe

Network Request

A collection of 2 posts
Running async network operations in parallel on iOS using async-await
Async

Running async network operations in parallel on iOS using async-await

Running parallel network operations on iOS was not always a smooth process. I remember that at my previous jobs, developers opted to use either third-party libraries or DispatchGroup to trigger parallel requests. These solutions had their own pros and cons. Using DispatchGroup in the code was tedious and its block-based
Feb 1, 2022 7 min read
POSTing parameters to PHP from an iOS app
iOS

POSTing parameters to PHP from an iOS app

Recently I ran into an interesting problem on how to POST parameters from an iOS app (I was using AFNetworking for communications) to PHP. Looks like it's quite straightforward for GET requests such that you can easily retrieve parameters with $_GET['parameter_name']. But for POST it's little complicated. Here's
Oct 10, 2015 1 min read
Fresh Beginning © 2025
Powered by Ghost