code-quality
How to get FTP and Telnet back in High Sierra?
Are you missing ftp in cli of mac os? Here is how you can get FTP and Telnet back in High Sierra?
macos

Are you missing ftp, telnet commands in mac os terminal? These utilities were removed from recent version of mac os. Here is how you can get it back:
brew install inetutils
This will restore telnet, ftp, etc…
References:
- <a href=https://apple.stackexchange.com/a/301013 rel=“nofollow” target=“_blank”>https://apple.stackexchange.com/a/301013>
Keep reading

code-quality
Fix mise GitHub Rate Limit with a Token
mise makes unauthenticated GitHub API calls by default. When you hit the rate limit installing tools, a personal access token (no scopes required) fixes it permanently.

code-quality
How to solve Deployment Failure-`assets:precompile`
I was trying to deploy rails 6 app on ec2 server using capistrano when precompile failure lead to whole deploymentt failure. I had to uninstall cmdtest and install yarn

code-quality
How to Sort an Array of Objects in JavaScript
How to Sort an Array of Objects in JavaScript

What did you take away?
Thoughts, pushback, or a story of your own? Drop a reply below — I read every one.
Comments are powered by Disqus. By posting you agree to theirterms.