Rails: Measuring Server Latency/Ping timeLatency/Ping time is the time it takes for data to pass from one point on a network to another. Suppose Server A in New York sends a data…Aug 10, 20221Aug 10, 20221
S3: Paths to all existing files in directory are not loading (Ruby)According to the project requirement I’m working on, I was supposed to fetch files from S3 using aws-sdk gem. At some point, we faced an…Apr 4, 2022Apr 4, 2022
Rails: A server is already running.Sometimes, when you run rails server or rails s , it ends up with this errorNov 25, 2021Nov 25, 2021
Error installing therubyracerTo run a Rails project, had issues installing therubyracer and libv8 And came out to solve them with following commandsNov 25, 2021Nov 25, 2021
Error installing ruby-filemagicOn macOS, tried to isntall ruby-filemagic and ended up with this errorAug 20, 2021Aug 20, 2021
MacOS gitk autorelease pool page corrupted.On my Mac, somehow i quitted gitk inappropriately. Onward to this, whenever I tried to open git gui via gitk , it came up with an error…Apr 6, 2021Apr 6, 2021
git: Undo a local branch deleteWhen you delete a git branch and want it back, simplest way is to fetch the branch again.Feb 25, 2021Feb 25, 2021
Ubuntu: Rename Multiple files from terminalRenaming, suppose, 100 files manually is quite a headache. Ubuntu provides a simple command to rename files from terminal.Feb 19, 2021Feb 19, 2021