ylliX - Online Advertising Network

GREEK QUINOA SALAD — Sprouted Kitchen

Phew. I used to use this space as a public journal, like old school blogger days plus a recipe, but I still don’t have words yet. That is ok. Most mornings I wake up in the morning, Hugh brings me coffee so I can check my emails and read the news, which as of late, […]

Data Structure – Coding a Stack in Swift

After covering last week how to code a Queue in Swift, it sounds natural to move on to the Stack, another really handy data structure which also find his place in iOS development. Let’s see why. Concept Similar to a Queue, a Stack execute operation in a linear order, however the ordered is reversed to […]

CAULIFLOWER TIKKA MASALA — Sprouted Kitchen

Hi loves! I’m making this on insta live today (2 pm PST) if for some reason you read this prior, and I wanted to post the full recipe here as well. This was a member favorite from SK Cooking Club, and given the current circumstances, I figured it belonged here as well. I know everyone […]

Data Structure – How to implement a Queue in Swift

Recently revisiting computer science fundamentals, I was interested to see how specific data structure applies to iOS development, starting this week one of most common data structure: the queue. My daily usage of data structure is often limited to native one available in iOS development: arrays, sets, dictionaries. However, if there is a data structure […]