Zeyrie's Avatar

Zeyrie

@zeyrie.dev

iOS dev Into Photography and Playing games in free time https://zeyrie.blog https://x.com/zeyrie_dev

67
Followers
279
Following
72
Posts
01.12.2024
Joined
Posts Following

Latest posts by Zeyrie @zeyrie.dev

Preview
From climbing trees to reeling on internet Did you see that reel on Instagram where two girls were climbing trees and jumping around? Yeah, never mind, it actually brought some vague images into my...

zeyrie.blog/posts/though...

17.02.2026 18:47 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
I Was a Director at Amex When They Started Replacing Us With $30K Workers
I Was a Director at Amex When They Started Replacing Us With $30K Workers YouTube video by Dr. Josh C. Simmons

youtube.com/watch?v=t5fX...

17.02.2026 16:31 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

I too want this

04.02.2026 07:13 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Throwing kicks vs Exercising kicks For past two to three years I have been throwing kicks whenever I felt like. Looking back I might have just wasted my energy and time. Maybe finally I am abl...

zeyrie.blog/posts/though...

01.02.2026 17:47 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
This is the only AI I want to use
This is the only AI I want to use YouTube video by The PrimeTime

Everything that I feel about AI is being said in this. I m kinda liking the idea shared within this plugin that is being build here.

youtu.be/ws9zR-UzwTE?...

30.01.2026 17:15 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Agentultra - How I Learned Everything I Know About Programming

Came across this

agentultra.com/blog/how-i-l...

29.01.2026 13:52 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Apparently, there is no Global Leaderboard this time and that means, no real competition I guess.

27.11.2025 21:43 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Going Fast in Advent ofΒ Code I have been a big fan of Advent of Code since it started back in 2015, and have spent every December since diligently solving as many problems as I can right at 9pm. Rather than a chocolate hiding beh...

So I was reading through the FAQ of #adventofcode 2025, came across this blog on completing faster kevinyap.ca/2019/12/goin...

It was a good read, but I really felt last year some completions were within seconds, that was very sus, that many use AI to solve and submit in AOD.

27.11.2025 21:42 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Preview
Basic workings with Keychains in iOS

So, finally was able to complete the blog on Keychains. It ain't that detailed, but I have went through the basics of using keychain to store API token. Check them out here:
docs.zeyrie.blog/basic_workin...

Do you use keychains in your app for storing secrets and find it harder before implementing?

20.09.2025 06:07 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Supporting Share Extension with SwiftUI

Was working with Share extension on my app and decided to write a blog alongside for future reference.
It ain't that hard. But I am up for a challenge, I don't like the full screen presentation, hence I am looking for ways to have a transparent background.

docs.zeyrie.blog/ios/share-ex...

#iOS

14.09.2025 15:32 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Supporting Share Extension with SwiftUI

Was working with Share extension on my app and decided to write a blog alongside for future reference.
It ain't that hard. But I am up for a challenge, I don't like the full screen presentation, hence I am looking for ways to have a transparent background.
docs.zeyrie.blog/ios/share-ex...

#iOS

14.09.2025 15:09 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

FYI: Use Jump To Definition on Swift functions or classes or over anything because documentations usually hold a sample code for better understanding which gives you same information as the web documentation but accessible right from your project

#Xcode #iOS #swiftUI #UIKit

30.08.2025 18:06 πŸ‘ 1 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0

Do note that the data that is passed into the presenting parameter shouldn't be changed after presenting the alert. Presentation of the alert is decided by isPresented & presenting parameter.

30.08.2025 18:05 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

Present an alert using the .alert(:_, isPresented:, presenting:, actions: ) modifier.
With this modifier you could pass a value associated with the alert for initiating confirmation/decisive actions such as before deleting a model as shown in the image.

#iOS #Xcode #swift #swiftUI

30.08.2025 18:05 πŸ‘ 1 πŸ” 1 πŸ’¬ 1 πŸ“Œ 0
Post image
26.06.2025 12:56 πŸ‘ 2 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0
Preview
SSH Security Hardening Guide to improve SSH security for your VPS.

Spent way too much time getting locked out of my own servers because of SSH misconfigurations

Finally wrote down everything I learned about securing SSH properly. Covers the basics-advanced stuff hope it helps someone avoid my mistakes.

blog.zeyrie.dev/posts/server...

#SSH #Linux #SysAdmin #VPS

21.06.2025 07:35 πŸ‘ 3 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

I really felt I couldn’t actually search for apps in my Mac. Now I have to scroll through all sections and click on show more and then hunt for app. I could only search if I know the name of the app that I installed( note I forget some apps that I install and forget)

15.06.2025 19:12 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
UI Frameworks Group Session Notes Some key points from the UI Frameworks group session of WWDC25

Notes for UI Framework Group sessions WWDC25. I also able to find some notes on frameworks discussion. Mostly advices on older iOS targets, adaptability of new design systems

blog.zeyrie.dev/series/wwdc/...

#wwdc #wwdc25 #liquidglass #iOS #macOS #uikit #swiftui

14.06.2025 22:43 πŸ‘ 3 πŸ” 3 πŸ’¬ 0 πŸ“Œ 0

Updated the link to post

blog.zeyrie.dev/series/wwdc/...

14.06.2025 22:20 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

clearly this year, they provided videos to adapt the new design for UIKit, and nothing more. But in terms of SwiftUI, they didn't have any new API's except WebView, but other than that, nothing much.

14.06.2025 18:29 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Preview
WWDC Group Session Notes Some key points from the group session of WWDC25

blog.zeyrie.dev/series/wwdc/...

Notes for WWDC Group sessions 2025. I get to attend some of the group sessions related to SwiftUI and Foundation Model and I am sharing some responses from apple developers regarding best practices,...

#wwdc25 #iOS #wwdc #swiftUI #foundationmodel #UIKit

14.06.2025 18:26 πŸ‘ 2 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Post image

A added security layer to the OAuth 2.0 JWT-based Authentication

Source: auth0.com/blog/refresh...

#security #RESTAPI #OAuth

12.05.2025 01:38 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Wish you luck that this time they will accept the submission

31.03.2025 19:29 πŸ‘ 3 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
the image that I drew - a yellow flower and a bud

the image that I drew - a yellow flower and a bud

30.03.2025 22:58 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

Learning to draw, always wanted to try digital art, but couldn't do anything good though, hence just started with tracing and coloring with krita. Kinda love this.

#krita #digitalart

30.03.2025 22:14 πŸ‘ 3 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

by the way my first blog πŸŽ‰

30.03.2025 10:33 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Caddy: Too many redirection error - Code by Zeyrie Using caddy to host a server/site, caused `ERR_TOO_MANY_REDIRECTS`. Identified the issue and as the domain was managed with Cloudflare, and SSL mode caused the issue.

Maybe this was common knowledge, but I learned something new today that could cause this issue, and I wrote a blog on how to fix it.

Maybe take a look at it.

Caddy: Too many redirection error blog.zeyrie.dev/posts/debug/...

#cloudflare #reverseproxy #caddy

30.03.2025 10:31 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

✢ SSL mode β†’ Flexible & Server enforces http β†’ https redirection.

✢ SSL mode β†’ Full/Full(Strict) & Server enforces https β†’ http redirection.

✢ Always Use HTTPS enabled in Cloudflare & Server enforces https β†’ http redirection.

28.03.2025 10:01 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

ERR_TOO_MANY_REDIRECTS
Cloudflare's SSL configuration and the server's redirection combined misconfiguration behavior can easily create redirection loops. I have commented some avoidable patterns below, if you also have such experiences do share.

#domain #ssl #cloudflare #caddy

28.03.2025 09:57 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Some books to improve essay writing skills:

- How to Write Better Essays - Bryan Greetham
- 100 Ways to Improve Your Writing - Gary Provost
- The Basics of Essay Writing - Nigel Warburton
- Essential Study Skills - Tom Burns

#literature #writing

28.03.2025 06:15 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0