Weekly Dev Log 2026-W07
This week's dev log highlights progress in learning SwiftUI and UI design. The author completed sections of a SwiftUI tutorial and created rough layouts for a portfolio website using Figma. Additionally, they explored security concepts related to AI systems through a learning platform.
- ▪The author completed two sections of a SwiftUI tutorial, enhancing their understanding of the framework.
- ▪They created rough UI designs for a future portfolio website in Figma, realizing the challenges of modern design.
- ▪The author completed a security learning path on TryHackMe, focusing on AI systems and their vulnerabilities.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3830906) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Umitomo Posted on May 29 Weekly Dev Log 2026-W07 #beginners #devjournal #security #swift 🗓️ This Week Completed two more sections of the SwiftUI tutorial 🦾 As I continue working through the tutorial, I can feel my understanding of SwiftUI fundamentals becoming more solid🔥 It was my first time posting a standalone article about reverse engineering📝 If you're interested, feel free to check it out 👇 A Curious Journey Into Reverse Engineering an AI-Generated Python .exe Umitomo…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).