Chris Bongersdaily-dev-tips.hashnode.net·Sep 28, 2020FeaturedMy personal top 15 Mac apps 👨💻Today we'll be looking at my personal top 15 Mac apps. I'm actually quite a minimalist in installing and keeping apps, so these 15 are the only "extra" apps I'm using on my device. My profile: Developer Multi-device user Blogger Let's get started w...Markos Mk and 3 others are discussing this4 people are discussing thisDiscuss·81 likes·2.5K readsmacOSGreat list! I use quite a few of these apps myself but there are some I’ve never tried. RunJS and iAWriter seem intriguing 🧐 so I’ll have to check those out. Thanks for sharing! 3
Danny Steenmandanny.hashnode.net·Dec 22, 2020How to Automatically Setup Your MacBook for DevelopmentAs a Cloud Engineer, automation has become a part of my daily life. Automatically deploying Infrastructure using Code has become a safe and fast way to provision servers in the Cloud. Initially, it takes more time to configure the infrastructure as c...vaibhav kumar and 1 other are discussing this2 people are discussing thisDiscuss·71 likes·5.3K readsDevOpsBeginner Developers
Saurav Shrivastavsaurav23.hashnode.net·Dec 20, 2021Deploying Docker Containers to Heroku from a Mac M1 MachineThe documentation for deploying docker containers to Heroku is available here. But, building the docker image on a Mac M1 machine is breaking the standard setup 🙃. I have put up some steps that one can run to deploy docker containers on Heroku. Step...Maulika Luthra and 1 other are discussing this2 people are discussing thisDiscuss·71 likes·372 readsDocker
Rukayat Balogunrukayat-balogun.hashnode.net·Apr 25, 2023How to connect MSSQL to Jupyter notebook on MAC OSThough, it seems impossible to connect MSSQL to Jupyter Notebook because you can not install MSSQL directly on your MAC OS. This tutorial will help in connecting MSSQL to Jupyter Notebook on MAC OS. brew install msodbcsql17 mssql-tools This will ins...DiscussmacOS
GGgg2023.hashnode.net·Apr 20, 2023How to Install FlutterI'm going to describe it step by step as I tested in on my local machine (currently using M1 pro machine) Step 1: Install Brew https://brew.sh Use the following command: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HE...DiscussFlutter
Oleg Gulevskyyogulevskyy.hashnode.net·Apr 19, 2023Warp - terminal reimaginedTerminals - powerful things. If you know how to operate a terminal - you know how to manage your machine in ways that others (non-terminals) don't. I am not going to dive deep into UI vs terminal, but I will, however, share my excitement about a tool...Discuss·11 likes·90 readsProductivity
Jack Sirojacksiro.hashnode.net·Apr 17, 2023Preparing your Flutter App for the Apple StoreAs promised, I had said I would be sharing my experience of publishing my new Flutter app on the Apple Store. The target OS in this case would either be iOS or MacOS depending on how far I was willing to go with this. Now I would assume that you have...DiscussFlutter
Aashutosh Rathiaashutoshrathi.hashnode.net·Apr 15, 2023Nibble #2👋🏻 Hola! Welcome to the #2 edition of Nibbles. News 🗞️ ✨ Recent YC Batch has a 1.4% acceptance rate, here's a quick look at them, complete the dataset here Talking about YC, someone created a Chatbot exclusively for YC's Knowledge base so tha...Discuss·110 readsNibbleai
Chrisitsjustmechris.hashnode.net·Apr 14, 2022Hooking MacOS C++ Function Stubs Across ArchitecturesHello, Today we're going to be exploring how to exploit a flaw in MacOS system functions that allows us to replace, and ultimately hook the stub (representation in our target binary). For this example, we'll be working with a very basic application t...DiscussmacOS
B Zbzzz.hashnode.net·Apr 4, 2023Installing and Setting Up PostgreSQL on MAC with Apple SiliconRecently, I was brought on board to contribute to an open-source project called CivicTechJobs that uses a technology stack consisting of Django, Django REST Framework, React, Webpack, PostgreSQL, and Docker. While I'm excited to brush up my Python sk...Discuss·1 like·35 readsPostgreSQL
Fabiel RamirezforOmnitek Learning Hubfabielone-1671146818204.hashnode.net·Apr 4, 2023Effortless Git Automation: Create and Upload Repositories to GitHub Using Bash ScriptsIntroduction: In today's fast-paced development environment, automation is essential for streamlining workflows and improving productivity. As developers and SEO professionals, managing multiple GitHub repositories can be time-consuming. In this blog...Discuss·1 likeUbuntu Command Chronicles: Mastering Bash and BeyondUbuntu
Emme Bravombcodes.hashnode.net·Mar 30, 2023HUGO, its Cache, and macOSMy portfolio desperately needed a facelift. I considered different JS frameworks: Astro, Gatsby, and Next.js, but I wanted to work with a Go framework. I found a great one, and it’s called HUGO. After reading its documentation and playing around with...Discuss·1 likeHugo
Shiva Bhusalshivabhusal.hashnode.net·Mar 28, 2023How To Install Homebrew in Mac Without XcodeHomebrew is a popular package manager for macOS that allows users to easily install and manage various software packages and libraries. While Homebrew is a great tool, it traditionally requires the installation of Xcode, Apple's integrated developmen...Discuss·5 likes·100 readsmacOS