惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

S
SegmentFault 最新的问题
J
Java Code Geeks
V
V2EX
Blog — PlanetScale
Blog — PlanetScale
博客园 - 司徒正美
Hugging Face - Blog
Hugging Face - Blog
F
Fortinet All Blogs
aimingoo的专栏
aimingoo的专栏
B
Blog
A
About on SuperTechFans
有赞技术团队
有赞技术团队
月光博客
月光博客
Microsoft Azure Blog
Microsoft Azure Blog
阮一峰的网络日志
阮一峰的网络日志
腾讯CDC
美团技术团队
大猫的无限游戏
大猫的无限游戏
爱范儿
爱范儿
N
Netflix TechBlog - Medium
C
Check Point Blog
Recent Announcements
Recent Announcements
博客园 - Franky
博客园 - 叶小钗
T
Tailwind CSS Blog

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
Weekly Dev Log 2026-W04
Umitomo · 2026-05-09 · via DEV Community
Cover image for Weekly Dev Log 2026-W04

Umitomo

🗓️ This Week

  • I had a long holiday during Golden Week in Japan and really enjoyed the break!
  • Because of that, I didn't have as much learning time compared to last week 😂
  • I made a little more progress in the SwiftUI tutorial
  • It was my first time using GitHub Copilot in Xcode, and I tried using the chat feature to generate unit tests. I'd also like to gradually explore more advanced features such as custom instructions.

I also want to thank everyone who commented on my previous Weekly Dev Log 2026-W03

Since English is not my native language, I was honestly a bit nervous about posting in English at first. But interacting with people on this platform has been a really valuable learning experience for me.

The kind comments and discussions gave me more confidence to continue sharing my learning journey here. Thank you so much😊

📱 iOS (SwiftUI)

  • Worked through the Swift tutorial and completed Section 5: "Create an Algorithm for Badges"
  • Used GitHub Copilot in Xcode to generate unit tests for badge sorting logic.

🌐 Web Development

  • Posted my weekly dev log on Dev.to 📝

🔐 Security (TryHackMe)

  • Worked on the AI Forensics room (part of the AI Security Learning Path) on TryHackMe

💡 Key Takeaways

  • Reviewed the basics of building SwiftUI views using NavigationStack, ScrollView, and HStack
  • Learned how to integrate AI-assisted code generation into the testing workflow.

TryHackMe Learning

AI Forensics

  • Learned how AI/ML enhances DFIR through large-scale data processing, anomaly detection, and scalable analysis
  • Explored practical AI use cases in DFIR tools, including phishing detection, malware classification, alert prioritisation, and event correlation
  • Learned the difference between deterministic systems and probabilistic AI models, and why non-determinism can become a challenge in digital forensics
  • Studied key AI evaluation metrics such as accuracy, precision, and recall, and learned why these metrics can be misleading when viewed in isolation
  • Understood the “Garbage In, Garbage Out (GIGO)” principle and how low-quality training data can lead to unreliable AI outputs
  • Learned that AI can accelerate DFIR workflows, but human oversight and validation are still essential in forensic investigations

🚀 Next Week

  • Continue working on the badge algorithm (Section 6) in the SwiftUI tutorial
  • Continue posting small articles on Dev.to
  • Continue working on the AI Security Learning Path

🌈 Goals for This Year

📱 iOS (SwiftUI)

  • Build a solid foundation in SwiftUI and create at least one iOS app

🌐 Web Development

  • Continue posting learning logs on Dev.to and eventually turn them into a portfolio site using React Router v7

🔐 Security (TryHackMe)

  • Keep learning cybersecurity on TryHackMe