Hamidreza MahdavipanahProhamidreza.tech·8 hours agoResolving MongoDB Error When Starting with Homebrew on macOSIntroduction While installing MongoDB Community Edition on my MacBook using Homebrew (official MongoDB doc), I encountered an issue: the mongodb-community service seemed to start successfully but was listed as error when I checked its status. If you'...Discuss·27 readsMongoDB
Manoj Kulkarnimanojkulkarni.hashnode.dev·Nov 19, 2024Setting Up Your Mac Mini M4 for Software DevelopmentIntroduction: In this article, we will go through the process of installing all the necessary tools and software to develop iOS, Android, Web, and .NET applications on your Mac mini M4. Step 1: Checking for Software Updates Software updates ensure th...Discuss·48 readsMac mini m4
Artur Bednarczykblog.isur.dev·Nov 18, 2024Dotfiles with AnsibleTL:DR How to quickly configure a fresh system. A quick introduction to Ansible and automation of personal setup for macOS and Arch Linux. Installation of apps, config files, and secrets. The problem Setting up a fresh system might be a little cumbers...DiscussProgramming Blogs
Anjanesh LekshminarayananProanjanesh.dev·Nov 17, 2024apache2 and httpd being run on macOS simultaneouslyThis is a simple post mainly for my notes incase I need to recapitulate what should be done to restore running of my virtually hosted websites on my laptop. Ever since I installed httpd on my macOS 15.1 using homebrew and configured my virtual hosts ...Discussapache2
Manoj Thapaitsmanojthapa.hashnode.dev·Nov 17, 2024How to Install Node.js 14 on Mac Silicon SeriesIf you’re trying to install Node.js 14 using nvm on your macOS M-series computer and facing difficulties, you’re not alone. The reason is that Node.js 14 does not have an official ARM64 binary available, unlike Node.js 16 and later versions that supp...Discuss#rosetta
Adefisayo Adejumoadeoluwafisayomi.hashnode.dev·Nov 14, 2024Got Stuck Installing Klayr Commander on the Mac?Installing klayr-commander on a Mac with an M1 or M2 chip can be a journey full of unexpected errors and dependencies. After a long battle with npm, yarn, node-gyp, and even distutils, I've compiled a guide to help you skip the hassle. Follow these s...DiscussmacOS
0x45theratrace.hashnode.dev·Nov 14, 2024Apple GatekeepsProvision profile, entitlements, signatures, notarization, gatekeeper, XPC, launchctl, spctl, sandboxes, launch agents, launch daemons. You have no idea what any of this is, and it’s time to release a new product to market. The previous developers, w...DiscussApple
Nishant Desainishant-desai.hashnode.dev·Nov 11, 2024Collaborate.sh: Fetch GitHub User Collaboration Details Using Shell ScriptIntroduction Managing contributors and collaborators in a GitHub repository is essential for smooth project development. While GitHub provides an interface for managing collaborators manually, automating this process can save time and reduce the chan...DiscussGithubApi
Simon SeyerforSoftware Engineering Cornersoftware-engineering-corner.zuehlke.com·Nov 11, 2024The retain cycle of Swift async/awaitIn a recent project, we observed one of those bugs that lets every developer jubilate. It was only happening rarely and seemed to manifest in varying ways. But first, some context: We were running a Swift/Vapor server which controls a generic Zühlke...Discuss·1 like·383 readsApple
Renato Cruzjustcode.com.br·Nov 7, 2024Como instalar programas no macOS usando o HomebrewSe você é um usuário do macOS e deseja ter mais facilidade na instalação, atualização e remoção de pacote e programas em seu sistema, o Homebrew é a ferramenta que você está procurando. O que é o Homebrew? O Homebrew é um gerenciador de pacotes de có...DiscussApple