ylliX - Online Advertising Network

Software Development is Nonlinear System

Let me tell you a story about when I cut months of work off of a project. Part of Rheaply’s offerings is an inventory management platform. A major problem customers run into is data entry – name & description is not enough, we need colors and manufacturers, dimensions and weights, etc. Accurately filling in the […]

Under the Radar #298: The Storm – Relay FM

#298: The Storm July 19th, 2024 · 29 minutes The first few days after the launch of the Overcast rewrite, and how to process the mountain of feedback. This episode of Under the Radar is sponsored by: Indeed: Join more than 3.5 million businesses worldwide using Indeed to hire great talent fast. Stream this episode […]

Magical Particle Effects with SwiftUI Canvas

In one of the previous posts, I shared a simple way of Creating particle effects in SwiftUI. The approach is super easy and utilizes the power of viewModifiers, but I would not recommend it for production use as it is performance-greedy when having a bigger amount of particles in place (because each particle is a […]