Productivity is the key of success. It applies in personal life as well as for any businesses it’s true. Everybody struggle to boost productivity. We got Slack for several years for team collaboration in a smarter way. But JetBrains Space seems to be a new king on the market. In this article, I wanted to visualize a feature comparison between JetBrains Space vs Slack (free version). Note: This article will be continued and will be updated regularly while I am …
Blog Posts
Have you ever thought about to index all of your entire filesystem in a database with file meta info, it’s contents? Or, have you faced any problem that will require you to search and run some queries to find documents or contents from your large file system? It’s a common experience we all face. May be I am right, you face it too. To crawl file system and index all the files, it’s meta info and contents fscrawler is a …
I already wrote about rsync 5 years ago in another blog post. But today I am going to write a separate article that will help you to become a master in using rsync. Rsync is one of the most useful tools for system administrator and others who are responsible to maintain DevOps tasks. So it’s worth bookmarking this article for you as a rsync reference. I am not going to write lots of stuff about what it is and why …
Last 7 years I had lots of experimental codes that I never released anywhere. Because it was all part of all big projects and practices. But couple months ago I just go introduced with sellcodes.com where I can easily buy and sell codes. Actually anything. Now I am finishing all of my little to big snippets and codes and publishing those in sellcodes.com. Unlike other platforms like ThemeForest and CodeCanyon. SellCodes currently provide very flexible approval process for the developers …
I am assuming that you are already familiar with WordPress and Bootstrap CSS framework. We all know and that’s why you came here. Also I guess you are also a WordPress plugin developer. If yes, then this article may save lots of your time to design your WP plugin administrative pages inside WP admin panel if you can use Bootstrap. Let’s see how we can use Bootstrap CSS in WordPress plugin page. Why Bootstrap CSS framework for WP Plugin? Because …