Tips

Sometimes things break

Posted on:

If you randomly start to see 500+ errors on your sites, changes are there’s a bug you didn’t know about. Today I discovered one. One of my projects was returning a 502 error, I reviewed the logs. The logs basically told me that my database find was using too much […]

Health , Tips

The importance health habits.

Posted on:

Building and maintaining good and health habits as a developer. The more good habits you have less likely you will become burnt out. If you become burnt out it’s extremely difficult and almost impossible to recover from. Some tips of health habits to adopt for yourself: Take a walk outside […]

iOS , Swift , Tips , WeatherKit

Useful Tools

Posted on:

If you have to convert numbers like Temperature easily in Swift check out https://www.andyibanez.com/posts/using-nsmeasurement-for-working-with-dimensions-and-units/. I’ve used it in the Weather Driver Application to handle Celsius to Fahrenheit.