appforce1.hashnode.devUsing GStreamer with Go for Advanced Streaming SolutionsGStreamer is a powerful and versatile framework for video streaming and media processing. It's used widely in various applications due to its extensive capabilities for handling multimedia content. When combined with Go (Golang), a language known for...Aug 28, 2024·7 min read
appforce1.hashnode.devReal-World Xcode Project Using TuistEverything you do in Xcode hinges on the xml based project files. Just right-click on an Xcode project file and show its contents. There's a file in there with the extension proj. This file is what it is about, this file is probably the source of mos...Feb 6, 2024·13 min read
appforce1.hashnode.devHow To Set Up Your Coding EnvironmentMany coding tutorials start with a blanket statement that tells you to set up a project environment. Here are some examples: Make sure to have Python available Create a Ruby environment You need to have Node installed You’re told what to do but ...Feb 4, 2024·8 min read
appforce1.hashnode.devBuild an iOS 17-Style Action Composer in SwiftUIIntroduction Apple tends to bring improvements to the UI on each major platform release. One of these nice improvements is the new Action Menu List. The Action Menu List is a nicely animated menu, typically under a button at the bottom left of an app...Jan 30, 2024·10 min read
appforce1.hashnode.devWhatsApp Web Clone Part 3: Deploying Our CodeIn the previous two parts of this article series, we created a NextJS project using Stream Chat and Video. Authentication was done using Supabase’s authentication feature. In this final part of the article series, we will deploy our results to Vercel...Oct 3, 2023·2 min read