NMNicky Marinoinnickymarino.hashnode.dev·Jun 6, 2022 · 5 min readUse Pyenv to Streamline your Python ProjectsThere are two hard problems to solve in a Python project: installing packages, and installing packages in other projects. This post was originally published on my website. Check it out for more awesome content! Over the years, the challenges I’ve co...00
NMNicky Marinoinnickymarino.hashnode.dev·Dec 17, 2021 · 3 min readHow to Install Ruby 2.7.3 on M1 MacInstalling Ruby or Python on M1 Macs is a nightmare. I’ve lost so many hours fighting compilers and Rosetta to these issues, so I’m documenting my installation steps to spare you1 a lot of headache. This post was originally published on my website. C...00
NMNicky Marinoinnickymarino.hashnode.dev·Apr 19, 2021 · 6 min readA Beginner's Guide to Flask and ReplitReplit is a free, collaborative, in-browser IDE for creating new projects without setting up any environments on your computer. With Replit, you don’t need to “deploy” your projects to any service; they’ll be instantly available to you as soon as you...00
NMNicky Marinoinnickymarino.hashnode.dev·Nov 20, 2020 · 11 min readHow to Draft Blog Posts in NotionMaintaining a streamlined process to draft, edit, and publish technical articles can be tricky. For example, I write across multiple topics such as Python tutorials, bash commands, and Ruby optimizations. I also publish to three different locations—m...01B
NMNicky Marinoinnickymarino.hashnode.dev·Oct 5, 2020 · 16 min readHow to Calculate a Levenshtein DistanceImagine you're writing a mobile app, and your user searches for the word kitten. Unfortunately, the only search terms you expected them to enter were from the following: smitten mitten kitty fitting written How do we figure out which word the user me...00