OrderedDictionary in Swift
Many iOS and macOS applications use Dictionary for internal logic. A new Swift package called swift-collections introduces OrderedDictionary, a dictionary which keeps track of insertion order. This...
Many iOS and macOS applications use Dictionary for internal logic. A new Swift package called swift-collections introduces OrderedDictionary, a dictionary which keeps track of insertion order. This...
The favicons of Chirpy are placed in the directory assets/img/favicons/. You may want to replace them with your own. The following sections will guide you to create and replace the default favicons...
This tutorial will guide you how to write a post in the Chirpy template, and it’s worth reading even if you’ve used Jekyll before, as many features require specific variables to be set. Naming and...
When time is limited before an exam, strategic cramming can help you cover a significant amount of material and maximize your chances of success. In this blog post, we’ll outline the key principles...
You can totally start learning and experimenting with SwiftUI in an Xcode playground. Just import PlaygroundSupport, and assign a UIHostingController as your live view: import SwiftUI import Playg...
The Feynman Technique is a powerful learning strategy that can significantly enhance your understanding of new concepts and improve your retention, making it an invaluable tool for students and lif...
Learning new, challenging skills can be incredibly rewarding, but it’s also common to face significant emotional hurdles along the way. In this blog post, I’ll share insights on the emotional chall...
Five Scientific Steps to Ace Your Next Exam In Scott H. Young’s insightful article, “Five Scientific Steps to Ace Your Next Exam,” he presents a research-backed approach to studying that can signi...
The introduction of SwiftUI, Apple’s declarative new UI framework, was clearly one of the most impactful announcements made during this year’s WWDC conference. As a brand new way of building UIs fo...
In a recent self-improvement video, Richard Feynman, the renowned physicist and Nobel laureate, shared invaluable insights on the nature of learning, particularly in complex subjects like quantum m...