Lalrinfela Pachuaulazara.hashnode.dev·Oct 7, 2024Installing Flutter and Android Studio in Debian and Ubuntu based Linux systems.There are many ways to install Android Studio on Linux, but today we will be looking on the easiest method to get started with your app development using Flutter and Android Studio. We will be using JetBrains Toolbox to install Android Studio. FIrstl...DiscussFlutter
Erik Harutyunyanerik01.hashnode.dev·Sep 13, 2024The Ultimate Guide to Node.js Version Managers: NVM, NVS, fnm, Volta, and asdf | Part 1Introduction Hey! If you ever developed with Node.js, you understand that quite often for projects, there’s a need to use different versions. Probably one project would work on version 10, another on version 14, and a new one requires the latest, say...Discussnvs
Danny Crastoblog.danwald.me·Jul 16, 2024Upgrade asdf's pythonIt's a fairly straight forward process to upgrade a python version in asdf. asdf update asdf install python <version> asdf global python <version> However I kept running into the follow when installing pipx pip install pipx ERROR: Could not find an ...Discuss·49 readsPython
Lalrinfela Pachuaulazara.hashnode.dev·May 6, 2024Multiple ways to install nodejs in Linux systemsNodeJS is the most popoular JavaScirpt runtime environment in the development world. There are also a bunch of nodejs alternatives like Deno and Bun. But today we will be focusing on nodejs only. There are several ways to install nodejs in a Linux ba...DiscussNode.js
Lucas Stollertheright.dev·Feb 26, 2024Getting Started with Ruby: A Beginner's Guide to Installation and Basic ProgramsWelcome to my ruby course. After a long time, I decided to teach Ruby here on my blog! I divided the course between weekly chapters. At the end of each chapter, I will let the last and next one link (if they exist at the moment). Just to mention that...Discuss·129 readsRuby