Articles

Zero To Hero โ€” Apple Developer Tools ๐Ÿ› 

The Apple Developer Tools are a suite of utilities from Apple to assist in making software. This is the beginning of a series of articles dedicated to explaining in detail all of these developer tools. We are going to deep-dive into each of the main developer tools Apple provides. A Bit of History The first version of the Developer Tools was released in 1996 after Apple acquired NeXT and introduced its then-new operating system, Mac OS X.

Read more โ†’

Building a blog-aware static website using Swift

Are you a Swift developer eager to share your knowledge but overwhelmed by the thought of dealing with HTML, CSS, JavaScript, or maintaining servers and databases? Then you are in the right place! I will show you how to quickly setup a static blog using our beloved Swift language and GitHub Pages. And then you can focus on what you do best โ€” writing awesome content. Static Site Generators Static site generators can take your Markdown content, apply a template and produce a complete static HTML website.

Read more โ†’