panfan

panfan @funnypan

Joined:
May 27, 2020

panfan
articles - 75 total

Kit — A Privacy-First, Cross-Platform Toolbox with 70+ Utilities

One app for developers, designers, and knowledge workers. Runs entirely on-device. Web + Desktop...

Learn More 0 0Sep 25 '25

Course Recap and Next Steps in Swift Programming

As we wrap up this course, it's important to take a moment to reflect on the journey we've embarked...

Learn More 0 0Sep 1 '23

Reviewing and Troubleshooting Your Weather App

In this section, we will focus on the crucial steps of reviewing and troubleshooting your weather...

Learn More 0 0Sep 1 '23

Starting Your Final Project: Building Your Own Weather App

In this unit, we will embark on the exciting journey of creating your own weather application from...

Learn More 1 0Sep 1 '23

Testing and Debugging Your Weather App

In this unit, we will delve into the crucial aspects of testing and debugging your weather...

Learn More 0 0Sep 1 '23

Improving User Interface and User Experience in Your Weather App

In this unit, we will delve into the principles of good User Interface (UI) and User Experience (UX)...

Learn More 0 0Sep 1 '23

Designing App Icons and Launch Screens for Your Weather Application

Creating an engaging and visually appealing application goes beyond just the user interface of the...

Learn More 0 0Sep 1 '23

Saving and Loading User Preferences in Swift

In this unit, we will explore how to manage user preferences in a weather application. User...

Learn More 0 0Aug 26 '23

Fetching User Location and Weather Data

In this unit, we will delve into the process of fetching the user's current location using the Core...

Learn More 0 0Aug 26 '23

Introduction to Core Location Framework

The Core Location framework is a powerful tool provided by Apple that allows developers to retrieve...

Learn More 0 0Aug 26 '23

Updating UI with API Data in Swift

In this unit, we will delve into the process of updating the user interface (UI) with the data...

Learn More 0 0Aug 26 '23

Representing Weather Data Using Models in Swift

In this unit, we will delve into the concept of data models in Swift and how to create a data model...

Learn More 0 0Aug 26 '23

Understanding JSON Parsing in Swift

JSON, or JavaScript Object Notation, is a lightweight data-interchange format that is easy for humans...

Learn More 0 0Aug 26 '23

Making API Calls to Fetch Weather Data in Swift

In this unit, we will delve into the practical aspect of working with Weather APIs in Swift. We will...

Learn More 0 0Aug 25 '23

Setting Up a Free Weather API

In this unit, we will guide you through the process of setting up a free weather API for your Swift...

Learn More 2 0Aug 25 '23

Introduction to Weather APIs

APIs, or Application Programming Interfaces, are a set of rules and protocols for building and...

Learn More 0 0Aug 25 '23

Making API Calls with Swift

In the world of application development, APIs (Application Programming Interfaces) play a crucial...

Learn More 0 0Aug 18 '23

Understanding HTTP and REST

In this unit, we will delve into the world of HTTP and REST, two fundamental concepts in the realm of...

Learn More 0 0Aug 18 '23

Introduction to Networking

In the digital age, networking forms the backbone of all our online interactions. Whether it's...

Learn More 0 0Aug 18 '23

Interactive UI Elements in SwiftUI

In this unit, we will delve into the interactive elements of SwiftUI. We will explore how to create...

Learn More 0 0Aug 16 '23

Basics of Application Layout with SwiftUI

SwiftUI, Apple's innovative and user-friendly interface toolkit, allows developers to design and...

Learn More 0 0Aug 16 '23

Introduction to SwiftUI

SwiftUI is a revolutionary development in the world of iOS development. It is a user interface...

Learn More 0 0Aug 15 '23

Swift Collections and Data Structures

In this unit, we will delve into the world of Swift collections and data structures. Collections are...

Learn More 0 0Aug 15 '23

Understanding Control Flow and Functions in Swift

In this unit, we will delve into the concepts of control flow and functions in Swift. These are...

Learn More 0 0Aug 14 '23

Understanding Basics of Swift

Swift is a powerful and intuitive programming language developed by Apple for iOS, macOS, watchOS,...

Learn More 1 0Aug 14 '23

Cypress入门

Cypress 包含测试网站所必须的所有组件,可以快速编写测试用例。 下载源码 git clone...

Learn More 0 0Aug 4 '23

Swift - 内存安全

内存安全是编程语言中的一个重要概念,它指的是在程序执行过程中,确保所有内存访问都是合法的、有效的,不会导致内存泄漏、访问未初始化的内存或非法访问其他应用程序的内存等问题。Swift 是一种内存安全的语言,它通过一系列的机制来确保内存访问的安全性。

Learn More 0 0Aug 4 '23

Docker - 基本的网络操作

实际上,大多数项目都将有一个或多个容器,这些容器需要相互通信。在这种情况下,Docker 提供了一些选项,以便容器可以相互通信。 假如现在有一个简单的应用程序,它由两个容器组成:一个 web...

Learn More 0 0Aug 4 '23

Go - 包管理

在 Go 语言中,Packages 是一种组织代码的方式。一个 package 是一组相关的 Go 文件,它们共享同一个包名。每个 Go 源文件都属于一个 package,而且在文件的开头都要声明所属的...

Learn More 0 0Aug 4 '23

Postgresql - Select

如何从数据库查询数据

Learn More 0 0Aug 4 '23