ifeanyi kalufazzy.hashnode.dev·Jun 29, 2024Building a file management systemThis blog post is part of the HNG Internship Stage Zero Task - Backend Track. It is meant to address the task of writing a technical blog article describing a recent, difficult backend problem I had solved, and exactly I solved it. I will also share ...Alx
Manav Sarkarwww.allaboutflutter.com·Apr 16, 2024File Manager in Flutter - Full TutorialFile Manager is an interesting app where we can manage the files and folders stored on our device and we can also alter them (rename or delete). In this tutorial, we are going to build the same app, which will help us to explore the storage of our de...934 readsFlutter Projectsfiles
Belal Samybelalsamyyy.hashnode.dev·Mar 14, 2024Blazing Fast File Management for Terminal ⚡️The Problem: “cd” & “ls” sucks 👎 keep using cd command to change the directory and ls to preview files in the current directory, may work sometimes but it’s frustrating to have to use this workflow all the time whenever you want to go somewhere The ...Terminal Ninjafile manager